IT-Makeover:
Kosmetikspezialist BCG kombiniert Innovacos mit Produktinformationsportal und Web-Shop

<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;">Die Kurstadt Baden-Baden steht für mediterranes, internationales Flair, Kunst, Kultur, Medien, erstklassige Festspiele und grüne Parklandschaften. Erstklassige Produkte und ein internationaler Fokus sind auch das Markenzeichen der BCG Baden-Baden Cosmetics GmbH. Nicht umsonst hat hier vor 80 Jahren die Erfolgsgeschichte von BCG ihren Anfang genommen. Neben dem berühmten Baden-Badener Thermalwasser für die Traditionsmarke SANS SOUCIS sind die Zutaten für alle Kosmetikprodukte von BCG vor allem: hochwertigste Ingredienzen und ein ausgeprägtes Qualitätsbewusstsein.</p>
</div>
<figure style="text-align: center; margin: 1.5rem 0;"><a href="https://cdn.prod.website-files.com/68ffbb1d2a6455e8202f8d3e/69dc11554f214c5ddee74eb0_News_Foto_BCG_Biovegane-3.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/69dc11554f214c5ddee74eb0_News_Foto_BCG_Biovegane-3.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/69dc11554f214c5ddee74eb0_News_Foto_BCG_Biovegane-3.png" alt="BIO-VÉGANE SKINFOOD ist die jüngste Marke im Portfolio von BCG und dem Konzept der gesunden „Hauternährung“ verpflichtet." class="blog-img-b3e33d2e-7740-48bf-878e-c5f1ff3295c0" style="max-width: 100%; width: 100%; height: auto; border-radius: 8px; display: block; margin: 0 auto;"></a><figcaption>BIO-VÉGANE SKINFOOD ist die jüngste Marke im Portfolio von BCG und dem Konzept der gesunden „Hauternährung“ verpflichtet.</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;">
<blockquote style="border-left-color: #0066cc; background-color: #f2f5f8; text-align: left;">„Die ERP-Branchenlösung Innovacos verbindet modernste SAP S/HANA-Technologie mit höchsten Branchenstandards. Ein zusätzlicher Vorteil ist, dass die Software alle für uns wichtigen Anforderungen – insbesondere das Thema Produktentwicklung – integriert abbildet.“<div style="margin-top: 8px; font-size: 0.875em; font-style: normal; font-weight: bold;">Andrew Brabner<span style="font-weight: normal; opacity: 0.75; margin-left: 4px;">| Director Finance und IT bei BCG</span></div></blockquote>
</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;">Traditionsmarken und innovative Naturkosmetik unter einem Dach</h2>
<p style="text-align: left;">Fünf Marken gehören zum Portfolio des Premium-Herstellers: SANS SOUCIS ist die Traditionsmarke für qualitätsbewusste Kundinnen. BIODROGA und BIODROGA MD stehen für Premium-Produkte, modernste Wirkstofftechnologien und wirksame Behandlungstechniken in professionellen Kosmetikinstituten. Und die Marken DR. SCHELLER und BIO:VÉGANE SKINFOOD bieten zertifizierte Naturkosmetik in Bio-Qualität. Wie kaum ein anderes Unternehmen verbindet BCG dabei Tradition und Moderne. Dazu gehört die Weiterentwicklung von bestehenden Produkten ebenso wie die Entwicklung von Produktneuheiten, wie beispielsweise der Bio Papaya Serie von BIO:VÉGANE.
Die Produktentwicklung nimmt also einen sehr hohen Stellenwert bei BCG ein. Bislang nutzte der Kosmetikhersteller dafür ein spezialisiertes IT-System. Künftig will sich BCG aber sowohl strategisch als auch IT-seitig neu ausrichten. Eine integrierte ERP-Lösung soll künftig das abdecken, was vorher verschiedene Insellösungen geleistet haben. So will BCG seine Wettbewerbsfähigkeit stärken, seine Wertschöpfungsprozesse besser steuern und die Transparenz über aller Abläufe hinweg optimieren.</p>
</div>
<figure style="text-align: center; margin: 1.5rem 0;"><a href="https://cdn.prod.website-files.com/68ffbb1d2a6455e8202f8d3e/69dc11564f214c5ddee74ff2_News_Foto_BCG_Biovegane-e1568719337660.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/69dc11564f214c5ddee74ff2_News_Foto_BCG_Biovegane-e1568719337660.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/69dc11564f214c5ddee74ff2_News_Foto_BCG_Biovegane-e1568719337660.jpg" alt="<em>BIO:VÉGANE-Produkte bringen die Superfoods Goji- und Acai-Beere, Papaya, Cranberry und Grüntee von der Küche ins Badezimmer. </em>" class="blog-img-74984fd8-376e-4d59-99c0-64fc1f67396f" style="max-width: 100%; width: 100%; height: auto; border-radius: 8px; display: block; margin: 0 auto;"></a><figcaption><em>BIO:VÉGANE-Produkte bringen die Superfoods Goji- und Acai-Beere, Papaya, Cranberry und Grüntee von der Küche ins Badezimmer. </em></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;">
<blockquote style="border-left-color: #0066cc; background-color: #f2f5f8; text-align: left;">„Neben der technischen Expertise verfügt Innovabee auch über weitreichende Branchenerfahrung – auch das war für uns ein Grund, auf Innovabee als Partner zu setzen.“<div style="margin-top: 8px; font-size: 0.875em; font-style: normal; font-weight: bold;">Olaf Loose<span style="font-weight: normal; opacity: 0.75; margin-left: 4px;">| Projektleiter bei BCG</span></div></blockquote>
</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;">Produktentwicklung ist in das neue ERP-System integriert</h2>
<p style="text-align: left;">Fündig wurde das Traditionsunternehmen bei Innovabee. „Die ERP-Branchenlösung <strong>Innova</strong>cos verbindet modernste SAP S/HANA-Technologie mit höchsten Branchenstandards. Ein zusätzlicher Vorteil ist, dass die Software alle für uns wichtigen Anforderungen – insbesondere das Thema Produktentwicklung – integriert abbildet“, erklärt Andrew Brabner, Director Finance und IT bei BCG. Denn mit dem in <strong>Innova</strong>cos enthaltenen Modul SAP Recipe Development lässt sich die Produkt- und Rezepturentwicklung zentral steuern.
„Einmal angelegte Stoffe lassen sich immer wieder für neue Rezepturen verwenden. So können wir unser vorhandenes Entwicklungswissen und unsere verfügbaren Ressourcen besser nutzen“, so Andrew Brabner. Bei der Übergabe der Entwicklungsdaten in die Produktion macht sich die enge Verzahnung der Prozesse innerhalb <strong>Innova</strong>cos bezahlt. „Prinzipiell ist das Recipe Development (RD) als Workbench für die Produktentwicklung konzipiert“, erklärt Frank Weinfurth, Projektleiter bei Innovabee. „Nach Abschluss der Entwicklungsphase können die Daten dann aber auch an die Produktion übergeben werden.“</p>
</div>
<figure style="text-align: center; margin: 1.5rem 0;"><a href="https://cdn.prod.website-files.com/68ffbb1d2a6455e8202f8d3e/69dc115730f9c2510723660d_News_Foto_BCG_Biodroga-2-e1568719171732.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/69dc115730f9c2510723660d_News_Foto_BCG_Biodroga-2-e1568719171732.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/69dc115730f9c2510723660d_News_Foto_BCG_Biodroga-2-e1568719171732.jpg" alt="<em>BIODROGA ist die Premium-Marke für professionelle Kosmetikinstitute, die sich seit 60 Jahren durch höchste Pflegekompetenz auszeichnet. </em>" class="blog-img-35b566bd-3c4c-4577-9be5-5b168c59d97c" style="max-width: 100%; width: 100%; height: auto; border-radius: 8px; display: block; margin: 0 auto;"></a><figcaption><em>BIODROGA ist die Premium-Marke für professionelle Kosmetikinstitute, die sich seit 60 Jahren durch höchste Pflegekompetenz auszeichnet. </em></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;">
<blockquote style="border-left-color: #0066cc; background-color: #f2f5f8; text-align: left;">„Die von Innovabee vorgeschlagene integrierte Sichtweise hat uns zusätzlich überzeugt. Nicht zuletzt erhoffen wir uns davon Optimierungen bei unseren Geschäftsprozessen.“<div style="margin-top: 8px; font-size: 0.875em; font-style: normal; font-weight: bold;">Bernhard Asenbauer<span style="font-weight: normal; opacity: 0.75; margin-left: 4px;">| Programm-Manager bei BCG</span></div></blockquote>
</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;">Produktinformationsportal und Web-Shop ergänzen Innovacos</h2>
<p style="text-align: left;">Doch nicht nur die Mitarbeiter in der Entwicklung werden das neuen ERP-System nutzen. Auch in den anderen Geschäftsbereichen soll die SAP S/4HANA-Branchenlösung für mehr Transparenz und effiziente Prozesse sorgen. Schließlich wird die neue Lösung flächendeckend im Vertrieb, in der Materialwirtschaft, in der Produktion, im Qualitätsmanagement, in der Produktentwicklung, im Finanzwesen und in der Kostenrechnung sowie der Lagerverwaltung ausgerollt.
Neben den eigenen Angestellten sollen künftig auch externe Partner von der neuen Transparenz profitieren. Für Kosmetikinstitute, die mit BCG-Produkten arbeiten, will der Hersteller deshalb ein eigenes Produktinformationsportal realisieren. Auch ein B2B-Webshop ist geplant. „Beides wird ebenfalls von Innovabee integriert bereitgestellt. Denn neben der technischen Expertise verfügt Innovabee auch über weitreichende Branchenerfahrung – auch das war für uns ein Grund, auf Innovabee als Partner zu setzen“, so Olaf Loose, Projektleiter bei BCG.</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">
<div style="text-align: center; margin: 1.5rem 0;"><a href="https://cdn.prod.website-files.com/68ffbb1d2a6455e8202f8d3e/69dc115830f9c251072366bd_News_Foto_BCG_Dr.-Scheller-e1568719319178.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/69dc115830f9c251072366bd_News_Foto_BCG_Dr.-Scheller-e1568719319178.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/69dc115830f9c251072366bd_News_Foto_BCG_Dr.-Scheller-e1568719319178.jpg" alt="Image" class="blog-img-54168820-4846-44a9-af91-c990d3eec641" style="max-width: 100%; width: 100%; height: auto; border-radius: 8px; display: block; margin: 0 auto;"></a></div>
</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/69dc11591d805777f4671edb_News_Foto_BCG_Dr.-Scheller-2-e1568719330623.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/69dc11591d805777f4671edb_News_Foto_BCG_Dr.-Scheller-2-e1568719330623.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/69dc11591d805777f4671edb_News_Foto_BCG_Dr.-Scheller-2-e1568719330623.jpg" alt="Image" class="blog-img-ba234a7e-461c-46e9-8be9-6dcc9884f6ca" style="max-width: 100%; width: 100%; height: auto; border-radius: 8px; display: block; margin: 0 auto;"></a></div>
</div></div>
</div>
<div class="offset-block">
<p style="text-align: left;">Die Produkte von DR. SCHELLER verbinden Natur und Wirkung auf einzigartige Weise und sind NATRUE zertifiziert.</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;">Einführung orientiert sich an End-to-End-Prozessen</h2>
<p style="text-align: left;">Bei der Einführung der neuen Lösung orientiert sich das Projektteam nicht an funktionalen Prozessen wie Einkauf, Produktion und Vertrieb. Stattdessen liegt der Fokus auf sogenannten End-to-End-Prozessen, die sich aus mehreren Teilprozessen zusammensetzen. Beispiele dafür sind die Prozesse Procure to Pay, Order to Cash oder Plan to Produce. Procure to Pay umfasst dabei alle Einzelschritte vom Wareneinkauf bis zur Bezahlung eines Lieferanten. Plan to Produce deckt sämtliche Geschäftsprozesse rund um die Produktion ab. Und Order to Cash beinhaltet die Einzelschritte von der Bestellung eines Kunden bis zum Zahlungseingang.
„Diese von Innovabee vorgeschlagene integrierte Sichtweise hat uns zusätzlich überzeugt“, so Bernhard Asenbauer, Programm-Manager bei BCG. „Nicht zuletzt erhoffen wir uns davon Optimierungen bei unseren Geschäftsprozessen.“ Effizienzsteigerungen und konkrete Einsparungen verspricht sich der Kosmetikhersteller auch beim IT-Betrieb – und hat sich deshalb für den Betrieb der SAP S/4HANA-Lösung im Hosting entschieden. „Wir wollen uns künftig noch stärker auf unser Kerngeschäft konzentrieren und unsere interne IT so schlank wie möglich aufstellen“, erklärt Andrew Brabner. Dazu passt, dass das Projekt agil umgesetzt wird und damit auch bei der Methodik ein schlankes Vorgehen gefragt ist. Bereits in einem Jahr sollen die 110 Anwender bei BCG das neue Software in Betrieb nehmen.</p>
</div>
</div>
</section>
</div>
Weitere Beiträge

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

KI im Arbeitsalltag: Wie SAP Joule, Cloud ERP und Microsoft Office zusammenspielen
29.04.2026
|
KI & Joule






