ERP-System des Jahres:
Innovabee erhält den Titel im Bereich „SAP-Mittelstandslösung“

<style>
/* Webflow Blog Styles */
:root {
--content-max-width: 1500px;
--bg-color: #ffffff;
--font-sans: Inter, sans-serif;
--font-display: 'Mona Sans', sans-serif;
--font-sans-stretch: normal;
--font-display-stretch: normal;
}
.blog-content {
font-family: var(--font-sans);
font-stretch: var(--font-sans-stretch);
color: #000000;
line-height: 1.2;
}
figcaption, .video-caption {
font-family: 'Mona Sans', sans-serif;
font-stretch: normal;
font-size: 0.875rem;
font-weight: 500;
font-style: normal;
color: #000000;
line-height: 1.5;
letter-spacing: 0;
margin: 0.5rem 0 0 0;
text-align: center;
}
/* Image Widths and Galleries */
.offset-block {
padding-left: 50px;
}
.blog-content h1, .blog-content h2, .blog-content h3, .blog-content h4, .blog-content h5, .blog-content h6 {
font-family: var(--font-display);
font-stretch: var(--font-display-stretch);
}
.blog-content p a, .blog-content li a, .blog-content .text-link {
color: #f0567f;
text-decoration: underline;
font-weight: 500;
transition: color 0.2s ease;
}
.blog-content p a:hover, .blog-content li a:hover, .blog-content .text-link:hover {
color: #f0567f;
}
.blog-content h1 {
font-family: 'Mona Sans Expanded', sans-serif;
font-stretch: 125%;
font-size: 48px;
line-height: 1.2;
margin: 0 0 1rem 0;
color: #000000;
font-weight: 700;
letter-spacing: 0;
}
.blog-content h2 {
font-family: 'Mona Sans Expanded', sans-serif;
font-stretch: 125%;
font-size: 36px;
line-height: 1.2;
margin: 0 0 0.75rem 0;
color: #000000;
font-weight: 500;
letter-spacing: 0;
}
.blog-content h3 {
font-family: 'Mona Sans', sans-serif;
font-stretch: normal;
font-size: 26px;
line-height: 1.2;
margin: 0 0 0.5rem 0;
color: #000000;
font-weight: 700;
letter-spacing: 0;
}
.blog-content h4 {
font-family: 'Mona Sans', sans-serif;
font-stretch: normal;
font-size: 23px;
line-height: 1.1;
margin: 0 0 0.75rem 0;
color: #000000;
font-weight: 700;
letter-spacing: 0;
}
.blog-content h5 {
font-family: 'Mona Sans', sans-serif;
font-stretch: normal;
font-size: 23px;
line-height: 1.1;
margin: 0 0 0.75rem 0;
color: #000000;
font-weight: 700;
letter-spacing: 0;
}
.blog-content h6 {
font-family: 'Mona Sans', sans-serif;
font-stretch: normal;
font-size: 20px;
line-height: 1.2;
margin: 0 0 0.75rem 0;
color: #000000;
font-weight: 700;
letter-spacing: 0;
}
.blog-content .kpi-text {
font-family: 'Mona Sans', sans-serif;
font-stretch: normal;
font-size: 2.125rem;
line-height: 1.2;
margin: 0 0 1rem 0;
color: #000000;
font-weight: 700;
text-align: center;
}
.blog-content p {
font-family: 'Mona Sans', sans-serif;
font-stretch: normal;
font-size: 20px;
margin: 0 0 1rem 0;
line-height: 1.2;
color: #000000;
font-weight: 500;
}
.blog-content .text-bodyBold {
font-family: 'Mona Sans', sans-serif;
font-stretch: normal;
font-size: 20px;
margin: 0 0 1rem 0;
line-height: 1.2;
color: #000000;
font-weight: 700;
}
.blog-content ul {
font-family: 'Mona Sans', sans-serif;
font-stretch: normal;
font-size: 20px;
margin: 0 0 1rem 0;
line-height: 1.2;
color: #000000;
font-weight: 500;
}
.blog-content p a, .blog-content li a, .blog-content h1 a, .blog-content h2 a, .blog-content h3 a, .blog-content h4 a {
color: #f0567f;
text-decoration: underline;
font-weight: 500;
transition: all 0.2s ease-in-out;
}
.blog-content p a:hover, .blog-content li a:hover, .blog-content h1 a:hover, .blog-content h2 a:hover, .blog-content h3 a:hover, .blog-content h4 a:hover {
color: #f0567f;
}
.blog-content blockquote {
font-family: 'Mona Sans', sans-serif;
font-stretch: normal;
font-size: 22px;
font-style: italic;
font-weight: 400;
border-left: 0px solid #0066cc;
background-color: #f2f5f8;
padding: 0px;
margin: 1.5rem 0;
color: #000000;
}
.blog-content q {
font-family: 'Mona Sans', sans-serif;
font-stretch: normal;
font-size: 20px;
font-style: italic;
font-weight: 400;
border-left: 0px solid #94a3b8;
background-color: #f2f5f8;
padding: 0px;
quotes: "«" "»" "‹" "›";
color: #000000;
}
.custom-container {
max-width: var(--content-max-width);
margin: 0 auto;
padding: 60px 60px 70px 70px;
}
.custom-button:hover {
background-color: #fdc300 !important;
color: #000000 !important;
transform: scale(1.03) !important;
}
.faq-item {
border: 1px solid #e0e0e0;
border-radius: 8px;
padding: 15px;
margin-bottom: 1rem;
}
.faq-question {
font-weight: bold;
color: #1a1a1a;
margin-bottom: 0.5rem;
}
.faq-answer {
color: #333333;
}
.box-style-standard {
background-color: #ffffff;
border: 1px solid #e5e7eb;
border-radius: 8px;
padding: 20px;
color: #333333;
margin: 1.5rem 0;
}
.box-style-info {
background-color: #eff6ff;
border: 1px solid #3b82f6;
border-radius: 8px;
padding: 20px;
color: #1e40af;
margin: 1.5rem 0;
}
.box-style-warning {
background-color: #fffbeb;
border: 1px solid #f59e0b;
border-radius: 8px;
padding: 20px;
color: #92400e;
margin: 1.5rem 0;
}
@media (max-width: 991px) {
.offset-block { padding-left: 20px; }
.blog-content h1 { font-size: 44px; }
.blog-content h2 { font-size: 34px; }
.blog-content h3 { font-size: 24px; }
.blog-content h4 { font-size: 22px; }
.blog-content h5 { font-size: 22px; }
.blog-content h6 { font-size: 19px; }
.blog-content p { font-size: 18px; }
.blog-content .text-bodyBold { font-size: 18px; }
.blog-content ul { font-size: 19px; }
.blog-content .kpi-text { font-size: 1.8rem; }
.blog-content blockquote { font-size: 21px; }
.blog-content q { font-size: 19px; }
figcaption, .video-caption { font-size: 0.875rem; }
.custom-container { padding: 40px 40px 40px 40px; }
}
@media (max-width: 767px) {
.offset-block { padding-left: 15px; }
.blog-content h1 { font-size: 38px; }
.blog-content h2 { font-size: 28px; }
.blog-content h3 { font-size: 22px; }
.blog-content h4 { font-size: 21px; }
.blog-content h5 { font-size: 21px; }
.blog-content h6 { font-size: 18px; }
.blog-content p { font-size: 16px; }
.blog-content .text-bodyBold { font-size: 16px; }
.blog-content ul { font-size: 18px; }
.blog-content .kpi-text { font-size: 1.5rem; }
.blog-content blockquote { font-size: 20px; }
.blog-content q { font-size: 18px; }
figcaption, .video-caption { font-size: 0.875rem; }
.custom-container { padding: 15px 15px 15px 15px; }
}
/* Blog Lightbox */
.blog-lightbox-trigger { text-decoration: none !important; }
.blog-lightbox-trigger img { transition: opacity 0.2s ease; }
.blog-lightbox-trigger:hover img { opacity: 0.85; }
.blog-lightbox-overlay {
position: fixed; top: 0; left: 0; width: 100%; height: 100%;
background: rgba(0,0,0,0.85); z-index: 99999; display: flex;
align-items: center; justify-content: center; cursor: zoom-out;
animation: blogLbFadeIn 0.2s ease;
}
.blog-lightbox-overlay img {
max-width: 90vw; max-height: 90vh; border-radius: 8px;
box-shadow: 0 20px 60px rgba(0,0,0,0.5); object-fit: contain;
}
@keyframes blogLbFadeIn { from { opacity: 0; } to { opacity: 1; } }
</style>
<div class="blog-content">
<section style="background-color: #f2f5f8; width: 100%; margin-top: 0px; margin-bottom: 20px;">
<div class="custom-container" style="background-color: transparent;">
<div class="offset-block">
<p style="text-align: left;">Zum elften Mal hat das Center for Enterprise Research (CER) der Universität Potsdam in diesem Jahr die Auszeichnung „ERP-System des Jahres“ vergeben. Der Wettbewerb, der federführend von Prof. Dr.-Ing. Norbert Gronau organisiert wird, ehrt mittelständisch geprägte ERP-Systemanbieter, die sich durch innovative Ideen und hohe Kundenorientierung vom Wettbewerb abheben.</p>
</div>
<div class="grid-cols-2" style="display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; margin: 2rem 0;">
<div class="column">
<div class="column">
<figure style="text-align: center; margin: 1.5rem 0;"><a href="https://cdn.prod.website-files.com/68ffbb1d2a6455e8202f8d3e/69dc159110202dd159906d5f_News_Foto_ERP-System-des-Jahres-2018_Gruppenfoto-e1541585022254.jpg" class="blog-lightbox-trigger" onclick="event.preventDefault();var o=document.createElement('div');o.className='blog-lightbox-overlay';o.innerHTML='<img src="https://cdn.prod.website-files.com/68ffbb1d2a6455e8202f8d3e/69dc159110202dd159906d5f_News_Foto_ERP-System-des-Jahres-2018_Gruppenfoto-e1541585022254.jpg" alt="">';o.onclick=function(){this.remove()};document.body.appendChild(o)" style="display: block; cursor: zoom-in;"><img src="https://cdn.prod.website-files.com/68ffbb1d2a6455e8202f8d3e/69dc159110202dd159906d5f_News_Foto_ERP-System-des-Jahres-2018_Gruppenfoto-e1541585022254.jpg" alt="Die Preisträger des Wettbewerbs „ERP-System des Jahres“ mit Moderatorin Katja Dofel und Veranstalter Prof. Dr.-Ing. Norbert Gronau." class="blog-img-55ccdac4-9f02-48ba-9454-350b2ced219d" style="max-width: 100%; width: 100%; height: auto; border-radius: 8px; display: block; margin: 0 auto;"></a><figcaption>Die Preisträger des Wettbewerbs „ERP-System des Jahres“ mit Moderatorin Katja Dofel und Veranstalter Prof. Dr.-Ing. Norbert Gronau.</figcaption></figure>
</div></div>
<div class="column">
<div class="column">
<div style="text-align: center; margin: 1.5rem 0;"><a href="https://cdn.prod.website-files.com/68ffbb1d2a6455e8202f8d3e/69dc15936a3b0aa0800930c9_siegel-sieger2018-SAP-Mittelstandsloesung.png" class="blog-lightbox-trigger" onclick="event.preventDefault();var o=document.createElement('div');o.className='blog-lightbox-overlay';o.innerHTML='<img src="https://cdn.prod.website-files.com/68ffbb1d2a6455e8202f8d3e/69dc15936a3b0aa0800930c9_siegel-sieger2018-SAP-Mittelstandsloesung.png" alt="">';o.onclick=function(){this.remove()};document.body.appendChild(o)" style="display: block; cursor: zoom-in;"><img src="https://cdn.prod.website-files.com/68ffbb1d2a6455e8202f8d3e/69dc15936a3b0aa0800930c9_siegel-sieger2018-SAP-Mittelstandsloesung.png" alt="Image" class="blog-img-cacada0a-1f6a-41f5-9dc9-3869351ce79e" style="max-width: 100%; width: 100%; height: auto; border-radius: 8px; display: block; margin: 0 auto;"></a></div>
</div></div>
</div>
</div>
</section>
<section style="background-color: #f2f5f8; width: 100%; margin-top: 0px; margin-bottom: 20px;">
<div class="custom-container" style="background-color: transparent;">
<div class="offset-block">
<h2 style="text-align: left;">Innovabee punktet mit Digitalisierungskonzept und innovativem Vertrieb</h2>
<q style="border-left-color: #94a3b8; background-color: #f2f5f8; text-align: left; display: block;">Anders als andere Wettbewerbe vergleichen wir diese Anbieter nicht nur hinsichtlich ihrer Funktionen, sondern vor allem auch mit Blick auf die Innovationsleistung, die Kundenorientierung und den Mut, auch als kleines Softwareunternehmen auf neue Technologien zu setzen. Diese Eigenschaften wollen wir prämieren</q>
<p style="text-align: left;">, betonte Prof. Gronau bei der Preisverleihung im Frankfurter Airport Hotel Hilton. Innovabee konnte in diesem Jahr den Preis in der Kategorie „SAP-Mittelstandslösung“ entgegennehmen. Besonders überzeugt war die 12-köpfige Expertenjury von Innovabees innovativem Vertriebskonzept mit individualisierter Kundenansprache. Aus technischer Sicht überzeugte die Experten vor allem die Umsetzung der digitalen Transformation im eigenen Haus.</p>
<p style="text-align: left;">Vergeben werden die begehrten Trophäen für besondere Leistungen in den Bereichen Einführungsmethodik, Forschung und Entwicklung, Kundenkommunikation und Kundennutzen.</p>
</div>
</div>
</section>
<section style="background-color: #f2f5f8; width: 100%; margin-top: 0px; margin-bottom: 20px;">
<div class="custom-container" style="background-color: transparent;">
<div class="offset-block">
<h2 style="text-align: left;">Innovabee ist Partner auf Augenhöhe für seine mittelständischen Kunden</h2>
<q style="border-left-color: #94a3b8; background-color: #f2f5f8; text-align: left; display: block;">Was wir bei Innovabee besonders hervorheben möchten, ist die Bandbreite der Beratungsleistung und die Kundenkommunikation</q>
<p style="text-align: left;">, erklärte Norbert Gronau in seiner Laudatio. Ebenfalls ausgezeichnet wurde das </p>
<q style="border-left-color: #94a3b8; background-color: #f2f5f8; text-align: left; display: block;">offensive Angehen des Themas Digitalisierung im gesamten Auftritt und in der Beratung der Kunden</q>
<p style="text-align: left;">, so Prof. Gronau. Besonders wichtig war der Jury dabei, dass Innovabee Trendthemen wie ERP aus der Cloud frühzeitig aufgreift und in Kundenprojekte einbringt.</p>
<p style="text-align: left;">Dass ein KMU wie Innovabee die Bedürfnisse und Anforderungen von Mittelständlern besser verstehen und umzusetzen vermag als ein Konzern wie SAP, begründete Norbert Gronau so:</p>
<q style="border-left-color: #94a3b8; background-color: #f2f5f8; text-align: left; display: block;">Die überwiegend mittelständisch geprägte Wirtschaft möchte Partner auf Augenhöhe. Das fällt SAP-Systemhäusern, insbesondere dann, wenn sie wie Innovabee selbst mittelständisch geprägt sind, sehr viel leichter.</q>
</div>
<figure style="text-align: center; margin: 1.5rem 0;"><a href="https://cdn.prod.website-files.com/68ffbb1d2a6455e8202f8d3e/69dc15968a470b7df744fa12_News_Foto_ERP-System-des-Jahres-2018_Preis%25C3%25BCbergabe.jpg" class="blog-lightbox-trigger" onclick="event.preventDefault();var o=document.createElement('div');o.className='blog-lightbox-overlay';o.innerHTML='<img src="https://cdn.prod.website-files.com/68ffbb1d2a6455e8202f8d3e/69dc15968a470b7df744fa12_News_Foto_ERP-System-des-Jahres-2018_Preis%25C3%25BCbergabe.jpg" alt="">';o.onclick=function(){this.remove()};document.body.appendChild(o)" style="display: block; cursor: zoom-in;"><img src="https://cdn.prod.website-files.com/68ffbb1d2a6455e8202f8d3e/69dc15968a470b7df744fa12_News_Foto_ERP-System-des-Jahres-2018_Preis%25C3%25BCbergabe.jpg" alt="Wolfgang Schiek mit Moderatorin Katja Dofel und Veranstalter Prof. Dr.-Ing. Norbert Gronau." class="blog-img-02f9a1d7-e22d-4cfb-b1b7-8a3d845f1a62" style="max-width: 100%; width: 100%; height: auto; border-radius: 8px; display: block; margin: 0 auto;"></a><figcaption>Wolfgang Schiek mit Moderatorin Katja Dofel und Veranstalter Prof. Dr.-Ing. Norbert Gronau.</figcaption></figure>
</div>
</section>
<section style="background-color: #f2f5f8; width: 100%; margin-top: 0px; margin-bottom: 20px;">
<div class="custom-container" style="background-color: transparent;">
<div class="offset-block">
<h2 style="text-align: left;">Early Adopter-Strategie bei SAP S/4HANA zahlt sich aus</h2>
<q style="border-left-color: #94a3b8; background-color: #f2f5f8; text-align: left; display: block;">Dieser Preis in der Kategorie ‚SAP-Mittelstandslösung‘ ist wie für uns gemacht, weil er unsere zwei Schwerpunkte – SAP und den Mittelstand – in sich vereint</q>
<p style="text-align: left;">, freut sich Wolfgang Schiek, Manager Sales and Marketing bei Innovabee. </p>
<q style="border-left-color: #94a3b8; background-color: #f2f5f8; text-align: left; display: block;">Unser Lösungsfokus liegt auf SAP – hier insbesondere auf SAP S/4HANA – und unsere Kunden kommen allesamt aus dem Mittelstand</q>
<p style="text-align: left;">, erklärt Wolfgang Schiek und ergänzt: </p>
<q style="border-left-color: #94a3b8; background-color: #f2f5f8; text-align: left; display: block;">Nicht zuletzt ist der Preis auch eine Bestätigung für die Early Adopter-Strategie von Innovabee bei den Themen SAP S/4HANA und ERP aus der Cloud.</q>
<p style="text-align: left;"> Innovabee hat als eines der ersten Unternehmen SAP S/4HANA live genutzt und bis heute 15 Kunden auf SAPs neue Echtzeit-Lösung umgestellt.</p>
</div>
</div>
</section>
</div>
Weitere Beiträge

KI-Power für KMU: Must-knows zu SAP Joule for Business
05.06.2026
|
KI & Joule

Neues Design & neue Website

Neues Logo. Klarer Inhalt. Bereit für die Zukunft: Unser neues Corporate Design & unsere neue Website
12.05.2026
|
Innovabee

Joule im Job: 4 Must-knows zu SAP Joule for Consultants
30.04.2026
|
KI & Joule






