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

Ä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
 
Quantify your drive: IoT on a personal scale with SAP technologies
Quantify your drive: IoT on a personal scale with SAP technologiesQuantify your drive: IoT on a personal scale with SAP technologies
Quantify your drive: IoT on a personal scale with SAP technologiesVitaliy Rudnytskiy
 
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
 

Ä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...
 
Quantify your drive: IoT on a personal scale with SAP technologies
Quantify your drive: IoT on a personal scale with SAP technologiesQuantify your drive: IoT on a personal scale with SAP technologies
Quantify your drive: IoT on a personal scale with SAP technologies
 
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 ...
 

Kürzlich hochgeladen

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
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideChristina Lin
 
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfThe Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfkalichargn70th171
 
why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfjoe51371421
 
Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...aditisharan08
 
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
 
DNT_Corporate presentation know about us
DNT_Corporate presentation know about usDNT_Corporate presentation know about us
DNT_Corporate presentation know about usDynamic Netsoft
 
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
 
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
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxComplianceQuest1
 
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...Christina Lin
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantAxelRicardoTrocheRiq
 
What is Binary Language? Computer Number Systems
What is Binary Language?  Computer Number SystemsWhat is Binary Language?  Computer Number Systems
What is Binary Language? Computer Number SystemsJheuzeDellosa
 
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio, 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
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfkalichargn70th171
 
Project Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationProject Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationkaushalgiri8080
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...MyIntelliSource, Inc.
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityNeo4j
 

Kürzlich hochgeladen (20)

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
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
 
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfThe Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
 
why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdf
 
Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...
 
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 ...
 
DNT_Corporate presentation know about us
DNT_Corporate presentation know about usDNT_Corporate presentation know about us
DNT_Corporate presentation know about us
 
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
 
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
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service Consultant
 
What is Binary Language? Computer Number Systems
What is Binary Language?  Computer Number SystemsWhat is Binary Language?  Computer Number Systems
What is Binary Language? Computer Number Systems
 
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
 
(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...
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
 
Project Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationProject Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanation
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered Sustainability
 

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