SlideShare ist ein Scribd-Unternehmen logo
1 von 20
SAP Business One Innovation summit 2016 – Orlando
Lucas Ritondale / Max Sacchetta
April, 2016
Fiori App for the Apparel &
Footwear Solution
© 2016 SAP SE or an SAP affiliate company. All rights reserved. 2Customer
Agenda
About us / Solution
Use Case
 Product manager
Tools and Techniques used
 SAP WEB IDE , Hana Studio, Fiori Apps
The Solution
 Fuzzy Search, Master Detail app, Sentiment analysis
Next Steps
Q&A
• Argentis: SSP from 2008 focused on this vertical
• Providing solutions for the complex Fashion Businesses
• Almost 100 Installation worldwide
• 10 + already running on HANA
About Us
Use Case
A Product Manager in the need of better collaboration
© 2016 SAP SE or an SAP affiliate company. All rights reserved. 5Customer
Product Manager Role
• The job of a Product Manager within the fashion and retail industry is to oversee
the product planning and execution throughout the fashion product lifecycle
• Oversee the Product Development team and production team as well as working
closely with all stakeholders.
© 2016 SAP SE or an SAP affiliate company. All rights reserved. 6Customer
Use Case
• Text Analysis / Fuzzy Search
Allows quick search using HANA engine based on
style attributes (designer, season, collection, etc)
• Product Data Management / Master Detail App
Access Styles, comment, vote – Product managers
can collect information from stakeholders.
• Analyze Sentiments
Process information - extract subjective information in
source materials to create collections
Tools & Techniques
Presenter: Max Sacchetta
© 2016 SAP SE or an SAP affiliate company. All rights reserved. 8Customer
Tools & Techniques
• SAP WEB IDE
• HANA CLOUD CONNECTOR
• HANA STUDIO (ATTRIBUTE / CALCULATED VIEWS)
• SAP UI5 / FIORI LIBRARY
• ODATA
The Solution
© 2016 SAP SE or an SAP affiliate company. All rights reserved. 10Customer
Web IDE – Project Structure Example
© 2016 SAP SE or an SAP affiliate company. All rights reserved. 11Customer
Fuzzy Search
SELECT SCORE() AS score, * FROM "ApparelFioriServices.DB-
Views::atModel" WHERE CONTAINS(*, 'Del', FUZZY(0.5,
'similarCalculationMode=substringsearch')) ORDER BY score DESC;
© 2016 SAP SE or an SAP affiliate company. All rights reserved. 12Customer
Master Detail / Work List
© 2016 SAP SE or an SAP affiliate company. All rights reserved. 13Customer
Master Detail / Work List
service {
"ApparelFioriServices.DB-Views::atModel" as
"ModelList" key ("Code")
navigates (
"Model_Sizes" as "Model_SizesNav",
"Model_Colors" as "Model_ColorsNav",
"Model_Vars" as "Model_VarsNav",
"Model_Images" as "Model_ImagesNav",
"Model_Avtivities" as "Model_AvtivitiesNav",
"Model_Sentiments" as "Model_Sentiment"
);
"ApparelFioriServices.DB-Views::atModelSize" as
"ModelSize" keys ("Code");
"ApparelFioriServices.DB-Views::atModelColor" as
"ModelColor" key ("Code");
"ApparelFioriServices.DB-Views::atModelVar" as
"ModelVar" key ("Code");
……..
© 2016 SAP SE or an SAP affiliate company. All rights reserved. 14Customer
Master Detail / Work List
"ApparelFioriServices.DB-Views::caSentiment" as "ModelSentiment" keys ("U_MODCODE");
association "Model_Sizes"
principal "ModelList"("Code")
multiplicity "1" dependent "ModelSize"("Code") multiplicity "*";
association "Model_Colors"
principal "ModelList"("Code")
multiplicity "1" dependent "ModelColor"("Code") multiplicity "*";
association "Model_Vars"
principal "ModelList"("Code")
multiplicity "1" dependent "ModelVar"("Code") multiplicity "*";
association "Model_Images"
principal "ModelList"("Code")
multiplicity "1" dependent "ModelImage"("Code") multiplicity "*";
association "Model_Avtivities"
principal "ModelList"("U_ModCode")
}
© 2016 SAP SE or an SAP affiliate company. All rights reserved. 15Customer
Sentiment Analysis
Many sources for collaboration….sap
client, web apps….etc
© 2016 SAP SE or an SAP affiliate company. All rights reserved. 16Customer
Sentiment Analysis
© 2016 SAP SE or an SAP affiliate company. All rights reserved. 17Customer
Sentiment Analysis
SELECT
"LogTable"."U_MODCODE"
,"SentimentTable"."TA_TYPE" AS "SENTIMENT"
,COUNT(*) AS "COUNTER"
FROM
"APPAREL_DEV_US"."@ARGNS_COMMLOGMODEL" AS "LogTable"
LEFT JOIN
"APPAREL_DEV_US"."$TA_COMMENTINDEX" AS "SentimentTable"
ON
"LogTable"."Code" = "SentimentTable"."Code"
WHERE
"SentimentTable"."TA_TYPE" LIKE '%Sentiment%'
AND "SentimentTable"."TA_TYPE" != 'Sentiment'
GROUP BY
"LogTable"."U_MODCODE"
,"SentimentTable"."TA_TYPE"
ORDER BY "LogTable"."U_MODCODE" ASC;
© 2016 SAP SE or an SAP affiliate company. All rights reserved. 18Customer
Closing Remarks
• Development speed
• Reuse – less code – less bugs
• Fiori Vs SAP UI5 – user experience
• Navigation easier
• Launchpad
• Enhance business processes
• Search information
• Collaboration
• Documentation
• Deploy solution and IP sharing for SSP is a challenge.
© 2016 SAP SE or an SAP affiliate company. All rights reserved. 19Customer
Next Steps
• Use service layer to avoid DI API bottlenecks in fashion industry (E.i SKU and
Sales order creation).
• Create small apps for different roles (sales, designers, merchandisers) but leave
complex processes on legacy add on (stock allocation, assortments, etc)
© 2016 SAP SE or an SAP affiliate company. All rights reserved.
Thank you
Contact information:
Lucas M Ritondale
Product Manager
Max Sacchetta
Software Development

Weitere ähnliche Inhalte

Andere mochten auch

Announcements 03.05.17
Announcements 03.05.17Announcements 03.05.17
Announcements 03.05.17Roger Scantlin
 
PLANOS LOSA 14
PLANOS LOSA 14PLANOS LOSA 14
PLANOS LOSA 14lpt1
 
Unsung Heroes: Shweta Chari's Toybank
Unsung Heroes: Shweta Chari's ToybankUnsung Heroes: Shweta Chari's Toybank
Unsung Heroes: Shweta Chari's ToybankAishwary Kumar Gupta
 
Las células. paula,andrea,fernando m y alejandro a.
Las células. paula,andrea,fernando m y alejandro a.Las células. paula,andrea,fernando m y alejandro a.
Las células. paula,andrea,fernando m y alejandro a.CEIP Luis Cernuda
 
A2 Media Studies - Storyboarding
A2 Media Studies - StoryboardingA2 Media Studies - Storyboarding
A2 Media Studies - StoryboardingGliff
 
A2 Media Studies - Audience research
A2 Media Studies - Audience researchA2 Media Studies - Audience research
A2 Media Studies - Audience researchGliff
 
Predictive Analytics in Software Testing
Predictive Analytics in Software TestingPredictive Analytics in Software Testing
Predictive Analytics in Software TestingPavan Kumar Kodedela
 
PRESENTASI KARYA ILMIAH JUNK FOOD_AMRINA ROSADA & VINI WULANDARI
PRESENTASI KARYA ILMIAH JUNK FOOD_AMRINA ROSADA & VINI WULANDARIPRESENTASI KARYA ILMIAH JUNK FOOD_AMRINA ROSADA & VINI WULANDARI
PRESENTASI KARYA ILMIAH JUNK FOOD_AMRINA ROSADA & VINI WULANDARIamrinarosada7x
 
Pathology Conference on Asthma
Pathology Conference on AsthmaPathology Conference on Asthma
Pathology Conference on AsthmaAwab Hassan Alvi
 
Kray Protection - Autonomous agricultural drones for crop dusting
Kray Protection - Autonomous agricultural drones for crop dustingKray Protection - Autonomous agricultural drones for crop dusting
Kray Protection - Autonomous agricultural drones for crop dustingArtem Sorokin
 
Twitter part 2: WHO follows ME?
Twitter part 2: WHO follows ME?Twitter part 2: WHO follows ME?
Twitter part 2: WHO follows ME?Timo Savolainen
 
PT. Sarana Riam Jeram Company Profile
PT. Sarana Riam Jeram Company ProfilePT. Sarana Riam Jeram Company Profile
PT. Sarana Riam Jeram Company Profileriamjeram
 
Aspergillosis Patients Support Outreach Meeting London June 2011 - David Denning
Aspergillosis Patients Support Outreach Meeting London June 2011 - David DenningAspergillosis Patients Support Outreach Meeting London June 2011 - David Denning
Aspergillosis Patients Support Outreach Meeting London June 2011 - David DenningGraham Atherton
 
Starting a small good business in nigeria oct 2009
Starting a small good business in nigeria oct 2009Starting a small good business in nigeria oct 2009
Starting a small good business in nigeria oct 2009Rose Azuike
 
National Aspergillosis Centre Doctor Livingstone Chishimba holds a Q&A session
National Aspergillosis Centre Doctor Livingstone Chishimba holds a Q&A sessionNational Aspergillosis Centre Doctor Livingstone Chishimba holds a Q&A session
National Aspergillosis Centre Doctor Livingstone Chishimba holds a Q&A sessionGraham Atherton
 
全てのエンジニアのためのウェブ標準との付き合い方 | Version Open Source Conference 2012 Tokyo Spring
全てのエンジニアのためのウェブ標準との付き合い方 | Version Open Source Conference 2012 Tokyo Spring全てのエンジニアのためのウェブ標準との付き合い方 | Version Open Source Conference 2012 Tokyo Spring
全てのエンジニアのためのウェブ標準との付き合い方 | Version Open Source Conference 2012 Tokyo SpringRikkyo University
 

Andere mochten auch (17)

Announcements 03.05.17
Announcements 03.05.17Announcements 03.05.17
Announcements 03.05.17
 
PLANOS LOSA 14
PLANOS LOSA 14PLANOS LOSA 14
PLANOS LOSA 14
 
Unsung Heroes: Shweta Chari's Toybank
Unsung Heroes: Shweta Chari's ToybankUnsung Heroes: Shweta Chari's Toybank
Unsung Heroes: Shweta Chari's Toybank
 
Cell specialization
Cell specializationCell specialization
Cell specialization
 
Las células. paula,andrea,fernando m y alejandro a.
Las células. paula,andrea,fernando m y alejandro a.Las células. paula,andrea,fernando m y alejandro a.
Las células. paula,andrea,fernando m y alejandro a.
 
A2 Media Studies - Storyboarding
A2 Media Studies - StoryboardingA2 Media Studies - Storyboarding
A2 Media Studies - Storyboarding
 
A2 Media Studies - Audience research
A2 Media Studies - Audience researchA2 Media Studies - Audience research
A2 Media Studies - Audience research
 
Predictive Analytics in Software Testing
Predictive Analytics in Software TestingPredictive Analytics in Software Testing
Predictive Analytics in Software Testing
 
PRESENTASI KARYA ILMIAH JUNK FOOD_AMRINA ROSADA & VINI WULANDARI
PRESENTASI KARYA ILMIAH JUNK FOOD_AMRINA ROSADA & VINI WULANDARIPRESENTASI KARYA ILMIAH JUNK FOOD_AMRINA ROSADA & VINI WULANDARI
PRESENTASI KARYA ILMIAH JUNK FOOD_AMRINA ROSADA & VINI WULANDARI
 
Pathology Conference on Asthma
Pathology Conference on AsthmaPathology Conference on Asthma
Pathology Conference on Asthma
 
Kray Protection - Autonomous agricultural drones for crop dusting
Kray Protection - Autonomous agricultural drones for crop dustingKray Protection - Autonomous agricultural drones for crop dusting
Kray Protection - Autonomous agricultural drones for crop dusting
 
Twitter part 2: WHO follows ME?
Twitter part 2: WHO follows ME?Twitter part 2: WHO follows ME?
Twitter part 2: WHO follows ME?
 
PT. Sarana Riam Jeram Company Profile
PT. Sarana Riam Jeram Company ProfilePT. Sarana Riam Jeram Company Profile
PT. Sarana Riam Jeram Company Profile
 
Aspergillosis Patients Support Outreach Meeting London June 2011 - David Denning
Aspergillosis Patients Support Outreach Meeting London June 2011 - David DenningAspergillosis Patients Support Outreach Meeting London June 2011 - David Denning
Aspergillosis Patients Support Outreach Meeting London June 2011 - David Denning
 
Starting a small good business in nigeria oct 2009
Starting a small good business in nigeria oct 2009Starting a small good business in nigeria oct 2009
Starting a small good business in nigeria oct 2009
 
National Aspergillosis Centre Doctor Livingstone Chishimba holds a Q&A session
National Aspergillosis Centre Doctor Livingstone Chishimba holds a Q&A sessionNational Aspergillosis Centre Doctor Livingstone Chishimba holds a Q&A session
National Aspergillosis Centre Doctor Livingstone Chishimba holds a Q&A session
 
全てのエンジニアのためのウェブ標準との付き合い方 | Version Open Source Conference 2012 Tokyo Spring
全てのエンジニアのためのウェブ標準との付き合い方 | Version Open Source Conference 2012 Tokyo Spring全てのエンジニアのためのウェブ標準との付き合い方 | Version Open Source Conference 2012 Tokyo Spring
全てのエンジニアのためのウェブ標準との付き合い方 | Version Open Source Conference 2012 Tokyo Spring
 

Ähnlich wie Fiori App for the Apparel & Footwear Solution

SAP analytics as enabler for the intelligent enterprise (Iver van de Zand)
SAP analytics as enabler for the intelligent enterprise (Iver van de Zand)SAP analytics as enabler for the intelligent enterprise (Iver van de Zand)
SAP analytics as enabler for the intelligent enterprise (Iver van de Zand)Twan van den Broek
 
#askSAP Analytics Innovations Community Call: Reimagine Analytics for the Dig...
#askSAP Analytics Innovations Community Call: Reimagine Analytics for the Dig...#askSAP Analytics Innovations Community Call: Reimagine Analytics for the Dig...
#askSAP Analytics Innovations Community Call: Reimagine Analytics for the Dig...SAP Analytics
 
Supplier Success on the Ariba Network
Supplier Success on the Ariba NetworkSupplier Success on the Ariba Network
Supplier Success on the Ariba NetworkSAP Ariba
 
SAPUI5 & OpenUI5 for SAP InnoJam
SAPUI5 & OpenUI5 for SAP InnoJamSAPUI5 & OpenUI5 for SAP InnoJam
SAPUI5 & OpenUI5 for SAP InnoJamDenise Nepraunig
 
Building cool native ios enterprise apps with sap cloud platform sdk for ios
Building cool native ios enterprise apps with sap cloud platform sdk for iosBuilding cool native ios enterprise apps with sap cloud platform sdk for ios
Building cool native ios enterprise apps with sap cloud platform sdk for iosNagesh Caparthy
 
Enterprise Cloud Computing - Analytics, Planning & Digital Boardroom
Enterprise Cloud Computing  - Analytics, Planning & Digital Boardroom  Enterprise Cloud Computing  - Analytics, Planning & Digital Boardroom
Enterprise Cloud Computing - Analytics, Planning & Digital Boardroom Jothi Periasamy
 
SAP Developer Center - March 2016 update
SAP Developer Center - March 2016 updateSAP Developer Center - March 2016 update
SAP Developer Center - March 2016 updateVitaliy Rudnytskiy
 
#askSAP Analytics Innovations Community Call: Delivering the Intelligent Ente...
#askSAP Analytics Innovations Community Call: Delivering the Intelligent Ente...#askSAP Analytics Innovations Community Call: Delivering the Intelligent Ente...
#askSAP Analytics Innovations Community Call: Delivering the Intelligent Ente...SAP Analytics
 
5016_s_4hana_embedded_analytics.pdf
5016_s_4hana_embedded_analytics.pdf5016_s_4hana_embedded_analytics.pdf
5016_s_4hana_embedded_analytics.pdfssuser196b2d1
 
Webinar SAP BusinessObjects Cloud (English)
Webinar SAP BusinessObjects Cloud (English)Webinar SAP BusinessObjects Cloud (English)
Webinar SAP BusinessObjects Cloud (English)Mauricio Cubillos Ocampo
 
Overview of SAP HANA Cloud Platform
Overview of SAP HANA Cloud PlatformOverview of SAP HANA Cloud Platform
Overview of SAP HANA Cloud PlatformVitaliy Rudnytskiy
 
#askSAP Analytics Innovations Community Call: Innovation in Core BI Solutions...
#askSAP Analytics Innovations Community Call: Innovation in Core BI Solutions...#askSAP Analytics Innovations Community Call: Innovation in Core BI Solutions...
#askSAP Analytics Innovations Community Call: Innovation in Core BI Solutions...SAP Analytics
 
SAP Leonardo Machine Learning - Making Business Applications Intelligent
SAP Leonardo Machine Learning - Making Business Applications IntelligentSAP Leonardo Machine Learning - Making Business Applications Intelligent
SAP Leonardo Machine Learning - Making Business Applications IntelligentNVIDIA
 
ASUG webcast - going mobile with Slipstream Engine March 2018
ASUG webcast - going mobile with Slipstream Engine March 2018ASUG webcast - going mobile with Slipstream Engine March 2018
ASUG webcast - going mobile with Slipstream Engine March 2018Peter Spielvogel
 
Analytics summer workshop preview
Analytics summer workshop previewAnalytics summer workshop preview
Analytics summer workshop previewMichael Bliemel
 
SAP API Management and API Business Hub (TechEd Barcelona)
SAP API Management and API Business Hub (TechEd Barcelona)SAP API Management and API Business Hub (TechEd Barcelona)
SAP API Management and API Business Hub (TechEd Barcelona)Harsh Jegadeesan
 
How to Convert Your SAP BusinessObjects Unused Licenses to SAP Analytics Cloud
How to Convert Your SAP BusinessObjects Unused Licenses to SAP Analytics CloudHow to Convert Your SAP BusinessObjects Unused Licenses to SAP Analytics Cloud
How to Convert Your SAP BusinessObjects Unused Licenses to SAP Analytics CloudWiiisdom
 
Developing and Deploying Applications on the SAP HANA Platform
Developing and Deploying Applications on the SAP HANA PlatformDeveloping and Deploying Applications on the SAP HANA Platform
Developing and Deploying Applications on the SAP HANA PlatformVitaliy Rudnytskiy
 
#askSAP: Journey to the Cloud: SAP Strategy and Roadmap for Cloud and Hybrid ...
#askSAP: Journey to the Cloud: SAP Strategy and Roadmap for Cloud and Hybrid ...#askSAP: Journey to the Cloud: SAP Strategy and Roadmap for Cloud and Hybrid ...
#askSAP: Journey to the Cloud: SAP Strategy and Roadmap for Cloud and Hybrid ...SAP Analytics
 
#asksap Analytics Innovations Community Call - Take Action in 2017 with Innov...
#asksap Analytics Innovations Community Call - Take Action in 2017 with Innov...#asksap Analytics Innovations Community Call - Take Action in 2017 with Innov...
#asksap Analytics Innovations Community Call - Take Action in 2017 with Innov...SAP Analytics
 

Ähnlich wie Fiori App for the Apparel & Footwear Solution (20)

SAP analytics as enabler for the intelligent enterprise (Iver van de Zand)
SAP analytics as enabler for the intelligent enterprise (Iver van de Zand)SAP analytics as enabler for the intelligent enterprise (Iver van de Zand)
SAP analytics as enabler for the intelligent enterprise (Iver van de Zand)
 
#askSAP Analytics Innovations Community Call: Reimagine Analytics for the Dig...
#askSAP Analytics Innovations Community Call: Reimagine Analytics for the Dig...#askSAP Analytics Innovations Community Call: Reimagine Analytics for the Dig...
#askSAP Analytics Innovations Community Call: Reimagine Analytics for the Dig...
 
Supplier Success on the Ariba Network
Supplier Success on the Ariba NetworkSupplier Success on the Ariba Network
Supplier Success on the Ariba Network
 
SAPUI5 & OpenUI5 for SAP InnoJam
SAPUI5 & OpenUI5 for SAP InnoJamSAPUI5 & OpenUI5 for SAP InnoJam
SAPUI5 & OpenUI5 for SAP InnoJam
 
Building cool native ios enterprise apps with sap cloud platform sdk for ios
Building cool native ios enterprise apps with sap cloud platform sdk for iosBuilding cool native ios enterprise apps with sap cloud platform sdk for ios
Building cool native ios enterprise apps with sap cloud platform sdk for ios
 
Enterprise Cloud Computing - Analytics, Planning & Digital Boardroom
Enterprise Cloud Computing  - Analytics, Planning & Digital Boardroom  Enterprise Cloud Computing  - Analytics, Planning & Digital Boardroom
Enterprise Cloud Computing - Analytics, Planning & Digital Boardroom
 
SAP Developer Center - March 2016 update
SAP Developer Center - March 2016 updateSAP Developer Center - March 2016 update
SAP Developer Center - March 2016 update
 
#askSAP Analytics Innovations Community Call: Delivering the Intelligent Ente...
#askSAP Analytics Innovations Community Call: Delivering the Intelligent Ente...#askSAP Analytics Innovations Community Call: Delivering the Intelligent Ente...
#askSAP Analytics Innovations Community Call: Delivering the Intelligent Ente...
 
5016_s_4hana_embedded_analytics.pdf
5016_s_4hana_embedded_analytics.pdf5016_s_4hana_embedded_analytics.pdf
5016_s_4hana_embedded_analytics.pdf
 
Webinar SAP BusinessObjects Cloud (English)
Webinar SAP BusinessObjects Cloud (English)Webinar SAP BusinessObjects Cloud (English)
Webinar SAP BusinessObjects Cloud (English)
 
Overview of SAP HANA Cloud Platform
Overview of SAP HANA Cloud PlatformOverview of SAP HANA Cloud Platform
Overview of SAP HANA Cloud Platform
 
#askSAP Analytics Innovations Community Call: Innovation in Core BI Solutions...
#askSAP Analytics Innovations Community Call: Innovation in Core BI Solutions...#askSAP Analytics Innovations Community Call: Innovation in Core BI Solutions...
#askSAP Analytics Innovations Community Call: Innovation in Core BI Solutions...
 
SAP Leonardo Machine Learning - Making Business Applications Intelligent
SAP Leonardo Machine Learning - Making Business Applications IntelligentSAP Leonardo Machine Learning - Making Business Applications Intelligent
SAP Leonardo Machine Learning - Making Business Applications Intelligent
 
ASUG webcast - going mobile with Slipstream Engine March 2018
ASUG webcast - going mobile with Slipstream Engine March 2018ASUG webcast - going mobile with Slipstream Engine March 2018
ASUG webcast - going mobile with Slipstream Engine March 2018
 
Analytics summer workshop preview
Analytics summer workshop previewAnalytics summer workshop preview
Analytics summer workshop preview
 
SAP API Management and API Business Hub (TechEd Barcelona)
SAP API Management and API Business Hub (TechEd Barcelona)SAP API Management and API Business Hub (TechEd Barcelona)
SAP API Management and API Business Hub (TechEd Barcelona)
 
How to Convert Your SAP BusinessObjects Unused Licenses to SAP Analytics Cloud
How to Convert Your SAP BusinessObjects Unused Licenses to SAP Analytics CloudHow to Convert Your SAP BusinessObjects Unused Licenses to SAP Analytics Cloud
How to Convert Your SAP BusinessObjects Unused Licenses to SAP Analytics Cloud
 
Developing and Deploying Applications on the SAP HANA Platform
Developing and Deploying Applications on the SAP HANA PlatformDeveloping and Deploying Applications on the SAP HANA Platform
Developing and Deploying Applications on the SAP HANA Platform
 
#askSAP: Journey to the Cloud: SAP Strategy and Roadmap for Cloud and Hybrid ...
#askSAP: Journey to the Cloud: SAP Strategy and Roadmap for Cloud and Hybrid ...#askSAP: Journey to the Cloud: SAP Strategy and Roadmap for Cloud and Hybrid ...
#askSAP: Journey to the Cloud: SAP Strategy and Roadmap for Cloud and Hybrid ...
 
#asksap Analytics Innovations Community Call - Take Action in 2017 with Innov...
#asksap Analytics Innovations Community Call - Take Action in 2017 with Innov...#asksap Analytics Innovations Community Call - Take Action in 2017 with Innov...
#asksap Analytics Innovations Community Call - Take Action in 2017 with Innov...
 

Kürzlich hochgeladen

Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...harshavardhanraghave
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...OnePlan Solutions
 
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️anilsa9823
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdfWave PLM
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software DevelopersVinodh Ram
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AIABDERRAOUF MEHENNI
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...ICS
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsAlberto González Trastoy
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...OnePlan Solutions
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Modelsaagamshah0812
 
Test Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and BackendTest Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and BackendArshad QA
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providermohitmore19
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...kellynguyen01
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Steffen Staab
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...MyIntelliSource, Inc.
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...gurkirankumar98700
 

Kürzlich hochgeladen (20)

Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
 
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
 
Exploring iOS App Development: Simplifying the Process
Exploring iOS App Development: Simplifying the ProcessExploring iOS App Development: Simplifying the Process
Exploring iOS App Development: Simplifying the Process
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software Developers
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
Test Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and BackendTest Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and Backend
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
 

Fiori App for the Apparel & Footwear Solution

  • 1. SAP Business One Innovation summit 2016 – Orlando Lucas Ritondale / Max Sacchetta April, 2016 Fiori App for the Apparel & Footwear Solution
  • 2. © 2016 SAP SE or an SAP affiliate company. All rights reserved. 2Customer Agenda About us / Solution Use Case  Product manager Tools and Techniques used  SAP WEB IDE , Hana Studio, Fiori Apps The Solution  Fuzzy Search, Master Detail app, Sentiment analysis Next Steps Q&A
  • 3. • Argentis: SSP from 2008 focused on this vertical • Providing solutions for the complex Fashion Businesses • Almost 100 Installation worldwide • 10 + already running on HANA About Us
  • 4. Use Case A Product Manager in the need of better collaboration
  • 5. © 2016 SAP SE or an SAP affiliate company. All rights reserved. 5Customer Product Manager Role • The job of a Product Manager within the fashion and retail industry is to oversee the product planning and execution throughout the fashion product lifecycle • Oversee the Product Development team and production team as well as working closely with all stakeholders.
  • 6. © 2016 SAP SE or an SAP affiliate company. All rights reserved. 6Customer Use Case • Text Analysis / Fuzzy Search Allows quick search using HANA engine based on style attributes (designer, season, collection, etc) • Product Data Management / Master Detail App Access Styles, comment, vote – Product managers can collect information from stakeholders. • Analyze Sentiments Process information - extract subjective information in source materials to create collections
  • 8. © 2016 SAP SE or an SAP affiliate company. All rights reserved. 8Customer Tools & Techniques • SAP WEB IDE • HANA CLOUD CONNECTOR • HANA STUDIO (ATTRIBUTE / CALCULATED VIEWS) • SAP UI5 / FIORI LIBRARY • ODATA
  • 10. © 2016 SAP SE or an SAP affiliate company. All rights reserved. 10Customer Web IDE – Project Structure Example
  • 11. © 2016 SAP SE or an SAP affiliate company. All rights reserved. 11Customer Fuzzy Search SELECT SCORE() AS score, * FROM "ApparelFioriServices.DB- Views::atModel" WHERE CONTAINS(*, 'Del', FUZZY(0.5, 'similarCalculationMode=substringsearch')) ORDER BY score DESC;
  • 12. © 2016 SAP SE or an SAP affiliate company. All rights reserved. 12Customer Master Detail / Work List
  • 13. © 2016 SAP SE or an SAP affiliate company. All rights reserved. 13Customer Master Detail / Work List service { "ApparelFioriServices.DB-Views::atModel" as "ModelList" key ("Code") navigates ( "Model_Sizes" as "Model_SizesNav", "Model_Colors" as "Model_ColorsNav", "Model_Vars" as "Model_VarsNav", "Model_Images" as "Model_ImagesNav", "Model_Avtivities" as "Model_AvtivitiesNav", "Model_Sentiments" as "Model_Sentiment" ); "ApparelFioriServices.DB-Views::atModelSize" as "ModelSize" keys ("Code"); "ApparelFioriServices.DB-Views::atModelColor" as "ModelColor" key ("Code"); "ApparelFioriServices.DB-Views::atModelVar" as "ModelVar" key ("Code"); ……..
  • 14. © 2016 SAP SE or an SAP affiliate company. All rights reserved. 14Customer Master Detail / Work List "ApparelFioriServices.DB-Views::caSentiment" as "ModelSentiment" keys ("U_MODCODE"); association "Model_Sizes" principal "ModelList"("Code") multiplicity "1" dependent "ModelSize"("Code") multiplicity "*"; association "Model_Colors" principal "ModelList"("Code") multiplicity "1" dependent "ModelColor"("Code") multiplicity "*"; association "Model_Vars" principal "ModelList"("Code") multiplicity "1" dependent "ModelVar"("Code") multiplicity "*"; association "Model_Images" principal "ModelList"("Code") multiplicity "1" dependent "ModelImage"("Code") multiplicity "*"; association "Model_Avtivities" principal "ModelList"("U_ModCode") }
  • 15. © 2016 SAP SE or an SAP affiliate company. All rights reserved. 15Customer Sentiment Analysis Many sources for collaboration….sap client, web apps….etc
  • 16. © 2016 SAP SE or an SAP affiliate company. All rights reserved. 16Customer Sentiment Analysis
  • 17. © 2016 SAP SE or an SAP affiliate company. All rights reserved. 17Customer Sentiment Analysis SELECT "LogTable"."U_MODCODE" ,"SentimentTable"."TA_TYPE" AS "SENTIMENT" ,COUNT(*) AS "COUNTER" FROM "APPAREL_DEV_US"."@ARGNS_COMMLOGMODEL" AS "LogTable" LEFT JOIN "APPAREL_DEV_US"."$TA_COMMENTINDEX" AS "SentimentTable" ON "LogTable"."Code" = "SentimentTable"."Code" WHERE "SentimentTable"."TA_TYPE" LIKE '%Sentiment%' AND "SentimentTable"."TA_TYPE" != 'Sentiment' GROUP BY "LogTable"."U_MODCODE" ,"SentimentTable"."TA_TYPE" ORDER BY "LogTable"."U_MODCODE" ASC;
  • 18. © 2016 SAP SE or an SAP affiliate company. All rights reserved. 18Customer Closing Remarks • Development speed • Reuse – less code – less bugs • Fiori Vs SAP UI5 – user experience • Navigation easier • Launchpad • Enhance business processes • Search information • Collaboration • Documentation • Deploy solution and IP sharing for SSP is a challenge.
  • 19. © 2016 SAP SE or an SAP affiliate company. All rights reserved. 19Customer Next Steps • Use service layer to avoid DI API bottlenecks in fashion industry (E.i SKU and Sales order creation). • Create small apps for different roles (sales, designers, merchandisers) but leave complex processes on legacy add on (stock allocation, assortments, etc)
  • 20. © 2016 SAP SE or an SAP affiliate company. All rights reserved. Thank you Contact information: Lucas M Ritondale Product Manager Max Sacchetta Software Development