尊敬的 微信汇率:1円 ≈ 0.046166 元 支付宝汇率:1円 ≈ 0.046257元 [退出登录]
SlideShare a Scribd company logo
Materials Maintenance
Tips for Efficiency and
Ease of Use
Studio training
Housekeeping
Webinar Audio
• Today’s webcast audio is streamed through your
computer speakers
• If you need technical assistance with the web interface
or audio, please reach out to us using the Q&A box
Questions Welcome
• Submit your questions at any time during the presentation
using the Q&A box. If we don't get to your question, we will
follow-up via email
Recording and slides
• This webinar is being recorded. You will receive an email
following the webinar with a link to the recording and
slides
Today’s speakers
Sigrid Kok
Principal Sales Engineer
California
Isra Azam
Sales Engineer
Texas
4
Today’s focus
Material Master (MM):
1. Approaches to create/maintain materials & Query
2. Tips & tricks:
a) Material creation tips
b) Handling additional data views built from scratch
3. Innovations beneficial to MM use cases
4. Resources
Material Master Template
Basic Data Classes Sales Plant
Material Type
Examples
Basic
Data 1
Basic
Data 2
Classifica
-tion
Number
of
Classes
Average
number
of
character
istics
Sales
Areas
(qty)
Sales
Org1
Sales
Org2
Sales
Genl/Pla
nt
Sales
Text
Plants
(qty)
Storage
Location
s (qty)
FERT x x x 2 20 1 x x x 2-4 2-10
HAWA x x 2-5 x x x 5 1
HALB x x x 1 5 1 1
ROH x x x 1 1
HIBE x x x 1 1
Company specific
templates
1. Prebuild templates
depending on material type
Material Create
Pre recording
template
1. Review and list material
types
• HIBE, FERT, HAWA, HALB
2. Mark required tabs and fields
on the template
• Basic data, Sales, Plant etc
• Review required fields
3. Create script
4. List Material Types on excel
template
5. Modify with IF conditions
Demo
Material
Creation
Query Tips
11
Find Joining Tables
Edit Criteria
Criteria
12
Padding Options Example
No Padding Precisely.
Pre-Pad with spaces Precisely
Pre-Pad with zeroes 0000Precisely
Post-Pad with spaces Precisely .
Demo
Query
MM Create & Update tips
Material Create
using Transaction
1. Download Material Number
• Download in script
• Transform message
2. Excel formulas applied to
data prior to loading
• Upper case & normalize
spacing via
• UPPER()
• SUBSTITUTE()
• TRIM()
• Zero pad via
• Text()
3. List of Values (LOV)
4. Conditionally require fields
with IF statement
Material Add
Alternate UOM
via GUI script
• Review in tcode
• Create with GUI scripting
• Capture read-only field
(UOM)
• Add Indexed Loop
• Disable download field
• Studio Documentation
Indexed Loop
Material Update
Alternate UOM
via GUI script
• Review in tcode
• Create with GUI scripting
• Capture read-only field
(UOM)
• Add IndexedIF
• Disable download field
• Optionally add Loop
• Studio Documentation
IndexedIf
Material Update
Alternate UOM
via BAPI
• Review in tcode
• Create via BAPI:
BAPI_MATERIAL_SAVEDATA
• Head Data and view selection
• Units of Measure table
• Units of Measure “X” table
• Update loops
• Run – does an Upsert
• Update if exists
• Insert if new
• Studio Direct Documentation
• Template example on Community
BAPI vs Transaction GUI script
BAPI
1. Standard both in ECC and S/4Hana
2. Does update or insert – aka Upsert
3. View order doesn’t matter whether in ECC or
S/4Hana
4. Capitalization may matter, i.e. “ea” needs to be “EA”
5. Permissions to create and run BAPI script
6. No SAP scripting required
7. Must generate material numbers for creates
8. Loops automatically added for tables
9. Need to tell SAP what fields you will update via “X”
tables and then pass in the data
10. Custom fields must be handled in Extension table
11. “Geekier” to create/maintain
12. Doesn’t break from release to release, even between
ECC and S/4Hana
13. Efficient
14. Direct script can be used in Evolve web form
15. Easy to update and include new fields
Transaction
1. Similar in ECC and S/4Hana
2. Separate tcode for update or insert/create
3. View order may vary, and tab numbers can vary
between ECC and S/4Hana
4. Capitalization doesn’t matter for most fields
5. Transaction users standard tcode permissions
6. SAP Scripting must be on in non-prod and prod
7. Material numbers automatically generated
8. Loops must be manually added
9. Script recording tells SAP what fields you want to
include
10. Custom fields can be captured in recording
11. Simple recording, although GUI script != Transaction
12. Often breaks with new releases of SAP and
potentially Studio
13. Least efficient scripting mode
14. GUI script cannot be used in Evolve web form
15. Most often must re-record to make updates
19
20
• Review in tcode
• Consider usability
• Format data for users so they don’t have to worry about it
• Show the reformatted data
• Hide the reformatted data
• Conditional formatting helps guide user what to fill in or not
• Which sets of material types could be created in the same template/worksheet vs splitting them
• Consider performance and stability when deciding on approach
• Consider linking related objects so that the material doesn’t exist too long before adding the
additional objects that make a material usable, i.e. purchase it or sell it.
• Incrementally add features to script and test to ensure it works
• If you need to add other views, you can record another script and copy and paste it into your main
script
• Studio Best Practices documentation
Best Practices
Innovations for MM
Set of RESTful APIs for
SAP data & process automation
Digital Access API
REST based API that enables
external software to kick start or
update an Evolve workflow for
users to contribute data before it is
ultimately posted to SAP.
3rd-party API support
Connecting to other REST
APIs that enable an Evolve
process to connect to
different systems of records
to read or update data.
SAP Data API
REST API that enables direct
integration with SAP for
scenarios that don’t require
data enrichment. Applies to
Studio Manager and Evolve.
SAP Data API
Moving data from applications to SAP without workflow
Application Data
Unattended
Process
Automation
SAP ERP System
Automate Studio Manager or Automate Evolve
SAP Data API
Direct integration with SAP for scenarios
that don’t require data enrichment
SAP ERP
Evolve + Digital Access API + PLM
Enabling multi-application end-2-end process automation
User Input
PLM System
Process
Automation
Digital Access API
Systems of Record
and data stores
Automatically post data updates
to SAP upon final approval
SAP ERP
PLM Records
Request Form Data Collection SAP Validation Review & Approval
Automate Evolve workflow
Evolve predictive AI POC
• Precisely own AI service for advanced data predictions
• Field config table for flexible rules management in form
• Extensible framework for other fields, domains and AI models
AI output fields are used to pre-
populate and validate form
fields
User enters minimum
number of input fields
User Form(e.g. New
material creation)
AI proposes output fields based
on delivered input fields
Evolve + 3rd Party REST API + AI/ML Algorithm
Intelligent, AI-based auto-fill: Material Create process
User Input
Address data
source
Process
Automation
Systems of Record
and data stores
Automatically post accurate product
data to SAP upon final approval
SAP ERP
Material Create Form Data Review and Corrections SAP Validation Review & Approval
Automate Evolve workflow
Evolve AI
Framework
3rd Party
REST
API
Evolve AI
Algorithm
SAP Fiori and GUI for HTML automation
27
We will be releasing an automation solution for Fiori (SAP
UI5) and GUI for HTML apps.
Benefits:
• Automate repetitive tasks
• Speed up higher volume data uploads
• Reduce complexity
 Fiori apps may have lots of steps, like:
Find object, open, edit, click tab, scroll down, drill down,
etc.
• Meet the needs for business teams for:
 Efficiency, Accuracy, Consistency & Performance
 Provide true citizen development of SAP data
automations, just like you’re used to with Studio
• No surface automation – uses REST API call(s) in the
background
• No installation in SAP system or desktop:
 Automate Function module not required in SAP system
 SAP GUI not required on desktop
Questions?
How can you join
the community?
1. Visit community.precisely.com
2. Join the Automate community to
post questions & answers
3. Join the Automate Product
Announcements community to
subscribe to product updates
4. Join the SAP Module Template
community to find and download
example scripts & templates
How can you join
Precisely University?
1. Visit Precisely University
2. Sign up for Automate product
courses, which include:
a) Studio
b) Studio Manager
c) Evolve
d) Studio Administrator - NEW
3. Courses in English, Spanish, French,
Deutsch, Japanese
4. Studio educational webinars
Let’s continue the conversation…
Contact us
Set up a 30-minute
personalized demo
+1-877-700-0970
“Get in touch” on www.precisely.com
www.precisely.com
Demos
White Papers
Case Studies
Thank you
www.precisely.com

More Related Content

Similar to Automate Studio Training: Materials Maintenance Tips for Efficiency and Ease of Use

An introduction to the office devpnp community initiative
An introduction to the office devpnp community initiativeAn introduction to the office devpnp community initiative
An introduction to the office devpnp community initiative
Nigel Price
 
LeedsSharp May 2023 - Azure Integration Services
LeedsSharp May 2023 - Azure Integration ServicesLeedsSharp May 2023 - Azure Integration Services
LeedsSharp May 2023 - Azure Integration Services
Michael Stephenson
 
How to do a SAP PI/PO Migration 2019
How to do a SAP PI/PO Migration 2019 How to do a SAP PI/PO Migration 2019
How to do a SAP PI/PO Migration 2019
Daniel Graversen
 
Oracle apps scm online training
Oracle apps scm online trainingOracle apps scm online training
Oracle apps scm online training
saptpmit
 
Machine Learning Platform in LINE Fukuoka
Machine Learning Platform in LINE FukuokaMachine Learning Platform in LINE Fukuoka
Machine Learning Platform in LINE Fukuoka
LINE Corporation
 
SharePoint Fest Seattle 2018 - From SharePoint to Office 365 Development
SharePoint Fest Seattle 2018 - From SharePoint to Office 365 DevelopmentSharePoint Fest Seattle 2018 - From SharePoint to Office 365 Development
SharePoint Fest Seattle 2018 - From SharePoint to Office 365 Development
Sébastien Levert
 
CIAOPS Need to Know Office 365 Webinar - February 2018
CIAOPS Need to Know Office 365 Webinar - February 2018CIAOPS Need to Know Office 365 Webinar - February 2018
CIAOPS Need to Know Office 365 Webinar - February 2018
Robert Crane
 
from ai.backend import python @ pycontw2018
from ai.backend import python @ pycontw2018from ai.backend import python @ pycontw2018
from ai.backend import python @ pycontw2018
Chun-Yu Tseng
 
Bdf16 big-data-warehouse-case-study-data kitchen
Bdf16 big-data-warehouse-case-study-data kitchenBdf16 big-data-warehouse-case-study-data kitchen
Bdf16 big-data-warehouse-case-study-data kitchen
Christopher Bergh
 
SharePoint Saturday Calgary 2017 - From SharePoint to Office 365 Development
SharePoint Saturday Calgary 2017 - From SharePoint to Office 365 DevelopmentSharePoint Saturday Calgary 2017 - From SharePoint to Office 365 Development
SharePoint Saturday Calgary 2017 - From SharePoint to Office 365 Development
Sébastien Levert
 
Innovate with the data you have with UiPath and Snowflake.pdf
Innovate with the data you have with UiPath and Snowflake.pdfInnovate with the data you have with UiPath and Snowflake.pdf
Innovate with the data you have with UiPath and Snowflake.pdf
Cristina Vidu
 
SAP presentation for GLU_used in demos.ppt
SAP presentation for GLU_used in demos.pptSAP presentation for GLU_used in demos.ppt
SAP presentation for GLU_used in demos.ppt
mancaantonio378
 
Demystifying SAP Connectivity to Ignition
Demystifying SAP Connectivity to IgnitionDemystifying SAP Connectivity to Ignition
Demystifying SAP Connectivity to Ignition
Inductive Automation
 
Demystifying SAP Connectivity to Ignition
Demystifying SAP Connectivity to IgnitionDemystifying SAP Connectivity to Ignition
Demystifying SAP Connectivity to Ignition
David Dudley
 
Icon solutions presentation - Pure Hybrid Cloud Event, 11th September London
Icon solutions presentation - Pure Hybrid Cloud Event, 11th September LondonIcon solutions presentation - Pure Hybrid Cloud Event, 11th September London
Icon solutions presentation - Pure Hybrid Cloud Event, 11th September London
IBM Systems UKI
 
Establish a 360-view of your data with UiPath and Tableau
Establish a 360-view of your data with UiPath and TableauEstablish a 360-view of your data with UiPath and Tableau
Establish a 360-view of your data with UiPath and Tableau
Cristina Vidu
 
SharePoint Fest DC 2018 - From SharePoint to Office 365 Development
SharePoint Fest DC 2018 - From SharePoint to Office 365 DevelopmentSharePoint Fest DC 2018 - From SharePoint to Office 365 Development
SharePoint Fest DC 2018 - From SharePoint to Office 365 Development
Sébastien Levert
 
Sap security online training
Sap security online trainingSap security online training
Sap security online training
sapscmit
 
Edgewater Consulting Mastering SharePoint Designer Workflows
Edgewater Consulting Mastering SharePoint Designer WorkflowsEdgewater Consulting Mastering SharePoint Designer Workflows
Edgewater Consulting Mastering SharePoint Designer Workflows
Edgewater
 
TOPdesk product update webinar Q3 2019.pdf
TOPdesk product update webinar Q3 2019.pdfTOPdesk product update webinar Q3 2019.pdf
TOPdesk product update webinar Q3 2019.pdf
aidamukhambetkaliyev
 

Similar to Automate Studio Training: Materials Maintenance Tips for Efficiency and Ease of Use (20)

An introduction to the office devpnp community initiative
An introduction to the office devpnp community initiativeAn introduction to the office devpnp community initiative
An introduction to the office devpnp community initiative
 
LeedsSharp May 2023 - Azure Integration Services
LeedsSharp May 2023 - Azure Integration ServicesLeedsSharp May 2023 - Azure Integration Services
LeedsSharp May 2023 - Azure Integration Services
 
How to do a SAP PI/PO Migration 2019
How to do a SAP PI/PO Migration 2019 How to do a SAP PI/PO Migration 2019
How to do a SAP PI/PO Migration 2019
 
Oracle apps scm online training
Oracle apps scm online trainingOracle apps scm online training
Oracle apps scm online training
 
Machine Learning Platform in LINE Fukuoka
Machine Learning Platform in LINE FukuokaMachine Learning Platform in LINE Fukuoka
Machine Learning Platform in LINE Fukuoka
 
SharePoint Fest Seattle 2018 - From SharePoint to Office 365 Development
SharePoint Fest Seattle 2018 - From SharePoint to Office 365 DevelopmentSharePoint Fest Seattle 2018 - From SharePoint to Office 365 Development
SharePoint Fest Seattle 2018 - From SharePoint to Office 365 Development
 
CIAOPS Need to Know Office 365 Webinar - February 2018
CIAOPS Need to Know Office 365 Webinar - February 2018CIAOPS Need to Know Office 365 Webinar - February 2018
CIAOPS Need to Know Office 365 Webinar - February 2018
 
from ai.backend import python @ pycontw2018
from ai.backend import python @ pycontw2018from ai.backend import python @ pycontw2018
from ai.backend import python @ pycontw2018
 
Bdf16 big-data-warehouse-case-study-data kitchen
Bdf16 big-data-warehouse-case-study-data kitchenBdf16 big-data-warehouse-case-study-data kitchen
Bdf16 big-data-warehouse-case-study-data kitchen
 
SharePoint Saturday Calgary 2017 - From SharePoint to Office 365 Development
SharePoint Saturday Calgary 2017 - From SharePoint to Office 365 DevelopmentSharePoint Saturday Calgary 2017 - From SharePoint to Office 365 Development
SharePoint Saturday Calgary 2017 - From SharePoint to Office 365 Development
 
Innovate with the data you have with UiPath and Snowflake.pdf
Innovate with the data you have with UiPath and Snowflake.pdfInnovate with the data you have with UiPath and Snowflake.pdf
Innovate with the data you have with UiPath and Snowflake.pdf
 
SAP presentation for GLU_used in demos.ppt
SAP presentation for GLU_used in demos.pptSAP presentation for GLU_used in demos.ppt
SAP presentation for GLU_used in demos.ppt
 
Demystifying SAP Connectivity to Ignition
Demystifying SAP Connectivity to IgnitionDemystifying SAP Connectivity to Ignition
Demystifying SAP Connectivity to Ignition
 
Demystifying SAP Connectivity to Ignition
Demystifying SAP Connectivity to IgnitionDemystifying SAP Connectivity to Ignition
Demystifying SAP Connectivity to Ignition
 
Icon solutions presentation - Pure Hybrid Cloud Event, 11th September London
Icon solutions presentation - Pure Hybrid Cloud Event, 11th September LondonIcon solutions presentation - Pure Hybrid Cloud Event, 11th September London
Icon solutions presentation - Pure Hybrid Cloud Event, 11th September London
 
Establish a 360-view of your data with UiPath and Tableau
Establish a 360-view of your data with UiPath and TableauEstablish a 360-view of your data with UiPath and Tableau
Establish a 360-view of your data with UiPath and Tableau
 
SharePoint Fest DC 2018 - From SharePoint to Office 365 Development
SharePoint Fest DC 2018 - From SharePoint to Office 365 DevelopmentSharePoint Fest DC 2018 - From SharePoint to Office 365 Development
SharePoint Fest DC 2018 - From SharePoint to Office 365 Development
 
Sap security online training
Sap security online trainingSap security online training
Sap security online training
 
Edgewater Consulting Mastering SharePoint Designer Workflows
Edgewater Consulting Mastering SharePoint Designer WorkflowsEdgewater Consulting Mastering SharePoint Designer Workflows
Edgewater Consulting Mastering SharePoint Designer Workflows
 
TOPdesk product update webinar Q3 2019.pdf
TOPdesk product update webinar Q3 2019.pdfTOPdesk product update webinar Q3 2019.pdf
TOPdesk product update webinar Q3 2019.pdf
 

More from Precisely

Automate Studio Training: Easy Loop Creation for Greater Efficiency.pdf
Automate Studio Training: Easy Loop Creation for Greater Efficiency.pdfAutomate Studio Training: Easy Loop Creation for Greater Efficiency.pdf
Automate Studio Training: Easy Loop Creation for Greater Efficiency.pdf
Precisely
 
Making Your Data and AI Ready for Business Transformation.pdf
Making Your Data and AI Ready for Business Transformation.pdfMaking Your Data and AI Ready for Business Transformation.pdf
Making Your Data and AI Ready for Business Transformation.pdf
Precisely
 
Getting a Deeper Look at Your IBM® Z and IBM i Data in ServiceNow
Getting a Deeper Look at Your IBM® Z and IBM i Data in ServiceNowGetting a Deeper Look at Your IBM® Z and IBM i Data in ServiceNow
Getting a Deeper Look at Your IBM® Z and IBM i Data in ServiceNow
Precisely
 
Predictive Powerhouse - Elevating AI ML Accuracy and Relevance with Third-Par...
Predictive Powerhouse - Elevating AI ML Accuracy and Relevance with Third-Par...Predictive Powerhouse - Elevating AI ML Accuracy and Relevance with Third-Par...
Predictive Powerhouse - Elevating AI ML Accuracy and Relevance with Third-Par...
Precisely
 
Predictive Powerhouse: Elevating AI Accuracy and Relevance with Third-Party Data
Predictive Powerhouse: Elevating AI Accuracy and Relevance with Third-Party DataPredictive Powerhouse: Elevating AI Accuracy and Relevance with Third-Party Data
Predictive Powerhouse: Elevating AI Accuracy and Relevance with Third-Party Data
Precisely
 
Predictive Powerhouse: Elevating AI Accuracy and Relevance with Third-Party Data
Predictive Powerhouse: Elevating AI Accuracy and Relevance with Third-Party DataPredictive Powerhouse: Elevating AI Accuracy and Relevance with Third-Party Data
Predictive Powerhouse: Elevating AI Accuracy and Relevance with Third-Party Data
Precisely
 
Digital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Digital Banking in the Cloud: How Citizens Bank Unlocked Their MainframeDigital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Digital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Precisely
 
信頼できるデータでESGイニシアチブを成功に導く方法.pdf How to drive success with ESG initiatives with...
信頼できるデータでESGイニシアチブを成功に導く方法.pdf How to drive success with ESG initiatives with...信頼できるデータでESGイニシアチブを成功に導く方法.pdf How to drive success with ESG initiatives with...
信頼できるデータでESGイニシアチブを成功に導く方法.pdf How to drive success with ESG initiatives with...
Precisely
 
AI-Ready Data - The Key to Transforming Projects into Production.pptx
AI-Ready Data - The Key to Transforming Projects into Production.pptxAI-Ready Data - The Key to Transforming Projects into Production.pptx
AI-Ready Data - The Key to Transforming Projects into Production.pptx
Precisely
 
Building a Multi-Layered Defense for Your IBM i Security
Building a Multi-Layered Defense for Your IBM i SecurityBuilding a Multi-Layered Defense for Your IBM i Security
Building a Multi-Layered Defense for Your IBM i Security
Precisely
 
Optimierte Daten und Prozesse mit KI / ML + SAP Fiori.pdf
Optimierte Daten und Prozesse mit KI / ML + SAP Fiori.pdfOptimierte Daten und Prozesse mit KI / ML + SAP Fiori.pdf
Optimierte Daten und Prozesse mit KI / ML + SAP Fiori.pdf
Precisely
 
Chaining, Looping, and Long Text for Script Development and Automation.pdf
Chaining, Looping, and Long Text for Script Development and Automation.pdfChaining, Looping, and Long Text for Script Development and Automation.pdf
Chaining, Looping, and Long Text for Script Development and Automation.pdf
Precisely
 
Revolutionizing SAP® Processes with Automation and Artificial Intelligence
Revolutionizing SAP® Processes with Automation and Artificial IntelligenceRevolutionizing SAP® Processes with Automation and Artificial Intelligence
Revolutionizing SAP® Processes with Automation and Artificial Intelligence
Precisely
 
Navigating the Cloud: Best Practices for Successful Migration
Navigating the Cloud: Best Practices for Successful MigrationNavigating the Cloud: Best Practices for Successful Migration
Navigating the Cloud: Best Practices for Successful Migration
Precisely
 
Unlocking the Power of Your IBM i and Z Security Data with Google Chronicle
Unlocking the Power of Your IBM i and Z Security Data with Google ChronicleUnlocking the Power of Your IBM i and Z Security Data with Google Chronicle
Unlocking the Power of Your IBM i and Z Security Data with Google Chronicle
Precisely
 
How to Build Data Governance Programs That Last - A Business-First Approach.pdf
How to Build Data Governance Programs That Last - A Business-First Approach.pdfHow to Build Data Governance Programs That Last - A Business-First Approach.pdf
How to Build Data Governance Programs That Last - A Business-First Approach.pdf
Precisely
 
Zukuntssichere SAP Prozesse dank automatisierter Massendaten
Zukuntssichere SAP Prozesse dank automatisierter MassendatenZukuntssichere SAP Prozesse dank automatisierter Massendaten
Zukuntssichere SAP Prozesse dank automatisierter Massendaten
Precisely
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power Systems
Precisely
 
Crucial Considerations for AI-ready Data.pdf
Crucial Considerations for AI-ready Data.pdfCrucial Considerations for AI-ready Data.pdf
Crucial Considerations for AI-ready Data.pdf
Precisely
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Precisely
 

More from Precisely (20)

Automate Studio Training: Easy Loop Creation for Greater Efficiency.pdf
Automate Studio Training: Easy Loop Creation for Greater Efficiency.pdfAutomate Studio Training: Easy Loop Creation for Greater Efficiency.pdf
Automate Studio Training: Easy Loop Creation for Greater Efficiency.pdf
 
Making Your Data and AI Ready for Business Transformation.pdf
Making Your Data and AI Ready for Business Transformation.pdfMaking Your Data and AI Ready for Business Transformation.pdf
Making Your Data and AI Ready for Business Transformation.pdf
 
Getting a Deeper Look at Your IBM® Z and IBM i Data in ServiceNow
Getting a Deeper Look at Your IBM® Z and IBM i Data in ServiceNowGetting a Deeper Look at Your IBM® Z and IBM i Data in ServiceNow
Getting a Deeper Look at Your IBM® Z and IBM i Data in ServiceNow
 
Predictive Powerhouse - Elevating AI ML Accuracy and Relevance with Third-Par...
Predictive Powerhouse - Elevating AI ML Accuracy and Relevance with Third-Par...Predictive Powerhouse - Elevating AI ML Accuracy and Relevance with Third-Par...
Predictive Powerhouse - Elevating AI ML Accuracy and Relevance with Third-Par...
 
Predictive Powerhouse: Elevating AI Accuracy and Relevance with Third-Party Data
Predictive Powerhouse: Elevating AI Accuracy and Relevance with Third-Party DataPredictive Powerhouse: Elevating AI Accuracy and Relevance with Third-Party Data
Predictive Powerhouse: Elevating AI Accuracy and Relevance with Third-Party Data
 
Predictive Powerhouse: Elevating AI Accuracy and Relevance with Third-Party Data
Predictive Powerhouse: Elevating AI Accuracy and Relevance with Third-Party DataPredictive Powerhouse: Elevating AI Accuracy and Relevance with Third-Party Data
Predictive Powerhouse: Elevating AI Accuracy and Relevance with Third-Party Data
 
Digital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Digital Banking in the Cloud: How Citizens Bank Unlocked Their MainframeDigital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Digital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
 
信頼できるデータでESGイニシアチブを成功に導く方法.pdf How to drive success with ESG initiatives with...
信頼できるデータでESGイニシアチブを成功に導く方法.pdf How to drive success with ESG initiatives with...信頼できるデータでESGイニシアチブを成功に導く方法.pdf How to drive success with ESG initiatives with...
信頼できるデータでESGイニシアチブを成功に導く方法.pdf How to drive success with ESG initiatives with...
 
AI-Ready Data - The Key to Transforming Projects into Production.pptx
AI-Ready Data - The Key to Transforming Projects into Production.pptxAI-Ready Data - The Key to Transforming Projects into Production.pptx
AI-Ready Data - The Key to Transforming Projects into Production.pptx
 
Building a Multi-Layered Defense for Your IBM i Security
Building a Multi-Layered Defense for Your IBM i SecurityBuilding a Multi-Layered Defense for Your IBM i Security
Building a Multi-Layered Defense for Your IBM i Security
 
Optimierte Daten und Prozesse mit KI / ML + SAP Fiori.pdf
Optimierte Daten und Prozesse mit KI / ML + SAP Fiori.pdfOptimierte Daten und Prozesse mit KI / ML + SAP Fiori.pdf
Optimierte Daten und Prozesse mit KI / ML + SAP Fiori.pdf
 
Chaining, Looping, and Long Text for Script Development and Automation.pdf
Chaining, Looping, and Long Text for Script Development and Automation.pdfChaining, Looping, and Long Text for Script Development and Automation.pdf
Chaining, Looping, and Long Text for Script Development and Automation.pdf
 
Revolutionizing SAP® Processes with Automation and Artificial Intelligence
Revolutionizing SAP® Processes with Automation and Artificial IntelligenceRevolutionizing SAP® Processes with Automation and Artificial Intelligence
Revolutionizing SAP® Processes with Automation and Artificial Intelligence
 
Navigating the Cloud: Best Practices for Successful Migration
Navigating the Cloud: Best Practices for Successful MigrationNavigating the Cloud: Best Practices for Successful Migration
Navigating the Cloud: Best Practices for Successful Migration
 
Unlocking the Power of Your IBM i and Z Security Data with Google Chronicle
Unlocking the Power of Your IBM i and Z Security Data with Google ChronicleUnlocking the Power of Your IBM i and Z Security Data with Google Chronicle
Unlocking the Power of Your IBM i and Z Security Data with Google Chronicle
 
How to Build Data Governance Programs That Last - A Business-First Approach.pdf
How to Build Data Governance Programs That Last - A Business-First Approach.pdfHow to Build Data Governance Programs That Last - A Business-First Approach.pdf
How to Build Data Governance Programs That Last - A Business-First Approach.pdf
 
Zukuntssichere SAP Prozesse dank automatisierter Massendaten
Zukuntssichere SAP Prozesse dank automatisierter MassendatenZukuntssichere SAP Prozesse dank automatisierter Massendaten
Zukuntssichere SAP Prozesse dank automatisierter Massendaten
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power Systems
 
Crucial Considerations for AI-ready Data.pdf
Crucial Considerations for AI-ready Data.pdfCrucial Considerations for AI-ready Data.pdf
Crucial Considerations for AI-ready Data.pdf
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 

Recently uploaded

An All-Around Benchmark of the DBaaS Market
An All-Around Benchmark of the DBaaS MarketAn All-Around Benchmark of the DBaaS Market
An All-Around Benchmark of the DBaaS Market
ScyllaDB
 
Chapter 5 - Managing Test Activities V4.0
Chapter 5 - Managing Test Activities V4.0Chapter 5 - Managing Test Activities V4.0
Chapter 5 - Managing Test Activities V4.0
Neeraj Kumar Singh
 
MySQL InnoDB Storage Engine: Deep Dive - Mydbops
MySQL InnoDB Storage Engine: Deep Dive - MydbopsMySQL InnoDB Storage Engine: Deep Dive - Mydbops
MySQL InnoDB Storage Engine: Deep Dive - Mydbops
Mydbops
 
Poznań ACE event - 19.06.2024 Team 24 Wrapup slidedeck
Poznań ACE event - 19.06.2024 Team 24 Wrapup slidedeckPoznań ACE event - 19.06.2024 Team 24 Wrapup slidedeck
Poznań ACE event - 19.06.2024 Team 24 Wrapup slidedeck
FilipTomaszewski5
 
ScyllaDB Leaps Forward with Dor Laor, CEO of ScyllaDB
ScyllaDB Leaps Forward with Dor Laor, CEO of ScyllaDBScyllaDB Leaps Forward with Dor Laor, CEO of ScyllaDB
ScyllaDB Leaps Forward with Dor Laor, CEO of ScyllaDB
ScyllaDB
 
MongoDB vs ScyllaDB: Tractian’s Experience with Real-Time ML
MongoDB vs ScyllaDB: Tractian’s Experience with Real-Time MLMongoDB vs ScyllaDB: Tractian’s Experience with Real-Time ML
MongoDB vs ScyllaDB: Tractian’s Experience with Real-Time ML
ScyllaDB
 
New ThousandEyes Product Features and Release Highlights: June 2024
New ThousandEyes Product Features and Release Highlights: June 2024New ThousandEyes Product Features and Release Highlights: June 2024
New ThousandEyes Product Features and Release Highlights: June 2024
ThousandEyes
 
ThousandEyes New Product Features and Release Highlights: June 2024
ThousandEyes New Product Features and Release Highlights: June 2024ThousandEyes New Product Features and Release Highlights: June 2024
ThousandEyes New Product Features and Release Highlights: June 2024
ThousandEyes
 
ScyllaDB Real-Time Event Processing with CDC
ScyllaDB Real-Time Event Processing with CDCScyllaDB Real-Time Event Processing with CDC
ScyllaDB Real-Time Event Processing with CDC
ScyllaDB
 
Fuxnet [EN] .pdf
Fuxnet [EN]                                   .pdfFuxnet [EN]                                   .pdf
Fuxnet [EN] .pdf
Overkill Security
 
TrustArc Webinar - Your Guide for Smooth Cross-Border Data Transfers and Glob...
TrustArc Webinar - Your Guide for Smooth Cross-Border Data Transfers and Glob...TrustArc Webinar - Your Guide for Smooth Cross-Border Data Transfers and Glob...
TrustArc Webinar - Your Guide for Smooth Cross-Border Data Transfers and Glob...
TrustArc
 
Multivendor cloud production with VSF TR-11 - there and back again
Multivendor cloud production with VSF TR-11 - there and back againMultivendor cloud production with VSF TR-11 - there and back again
Multivendor cloud production with VSF TR-11 - there and back again
Kieran Kunhya
 
Real-Time Persisted Events at Supercell
Real-Time Persisted Events at  SupercellReal-Time Persisted Events at  Supercell
Real-Time Persisted Events at Supercell
ScyllaDB
 
Elasticity vs. State? Exploring Kafka Streams Cassandra State Store
Elasticity vs. State? Exploring Kafka Streams Cassandra State StoreElasticity vs. State? Exploring Kafka Streams Cassandra State Store
Elasticity vs. State? Exploring Kafka Streams Cassandra State Store
ScyllaDB
 
intra-mart Accel series 2024 Spring updates_En
intra-mart Accel series 2024 Spring updates_Enintra-mart Accel series 2024 Spring updates_En
intra-mart Accel series 2024 Spring updates_En
NTTDATA INTRAMART
 
Facilitation Skills - When to Use and Why.pptx
Facilitation Skills - When to Use and Why.pptxFacilitation Skills - When to Use and Why.pptx
Facilitation Skills - When to Use and Why.pptx
Knoldus Inc.
 
Radically Outperforming DynamoDB @ Digital Turbine with SADA and Google Cloud
Radically Outperforming DynamoDB @ Digital Turbine with SADA and Google CloudRadically Outperforming DynamoDB @ Digital Turbine with SADA and Google Cloud
Radically Outperforming DynamoDB @ Digital Turbine with SADA and Google Cloud
ScyllaDB
 
Guidelines for Effective Data Visualization
Guidelines for Effective Data VisualizationGuidelines for Effective Data Visualization
Guidelines for Effective Data Visualization
UmmeSalmaM1
 
DynamoDB to ScyllaDB: Technical Comparison and the Path to Success
DynamoDB to ScyllaDB: Technical Comparison and the Path to SuccessDynamoDB to ScyllaDB: Technical Comparison and the Path to Success
DynamoDB to ScyllaDB: Technical Comparison and the Path to Success
ScyllaDB
 
Day 4 - Excel Automation and Data Manipulation
Day 4 - Excel Automation and Data ManipulationDay 4 - Excel Automation and Data Manipulation
Day 4 - Excel Automation and Data Manipulation
UiPathCommunity
 

Recently uploaded (20)

An All-Around Benchmark of the DBaaS Market
An All-Around Benchmark of the DBaaS MarketAn All-Around Benchmark of the DBaaS Market
An All-Around Benchmark of the DBaaS Market
 
Chapter 5 - Managing Test Activities V4.0
Chapter 5 - Managing Test Activities V4.0Chapter 5 - Managing Test Activities V4.0
Chapter 5 - Managing Test Activities V4.0
 
MySQL InnoDB Storage Engine: Deep Dive - Mydbops
MySQL InnoDB Storage Engine: Deep Dive - MydbopsMySQL InnoDB Storage Engine: Deep Dive - Mydbops
MySQL InnoDB Storage Engine: Deep Dive - Mydbops
 
Poznań ACE event - 19.06.2024 Team 24 Wrapup slidedeck
Poznań ACE event - 19.06.2024 Team 24 Wrapup slidedeckPoznań ACE event - 19.06.2024 Team 24 Wrapup slidedeck
Poznań ACE event - 19.06.2024 Team 24 Wrapup slidedeck
 
ScyllaDB Leaps Forward with Dor Laor, CEO of ScyllaDB
ScyllaDB Leaps Forward with Dor Laor, CEO of ScyllaDBScyllaDB Leaps Forward with Dor Laor, CEO of ScyllaDB
ScyllaDB Leaps Forward with Dor Laor, CEO of ScyllaDB
 
MongoDB vs ScyllaDB: Tractian’s Experience with Real-Time ML
MongoDB vs ScyllaDB: Tractian’s Experience with Real-Time MLMongoDB vs ScyllaDB: Tractian’s Experience with Real-Time ML
MongoDB vs ScyllaDB: Tractian’s Experience with Real-Time ML
 
New ThousandEyes Product Features and Release Highlights: June 2024
New ThousandEyes Product Features and Release Highlights: June 2024New ThousandEyes Product Features and Release Highlights: June 2024
New ThousandEyes Product Features and Release Highlights: June 2024
 
ThousandEyes New Product Features and Release Highlights: June 2024
ThousandEyes New Product Features and Release Highlights: June 2024ThousandEyes New Product Features and Release Highlights: June 2024
ThousandEyes New Product Features and Release Highlights: June 2024
 
ScyllaDB Real-Time Event Processing with CDC
ScyllaDB Real-Time Event Processing with CDCScyllaDB Real-Time Event Processing with CDC
ScyllaDB Real-Time Event Processing with CDC
 
Fuxnet [EN] .pdf
Fuxnet [EN]                                   .pdfFuxnet [EN]                                   .pdf
Fuxnet [EN] .pdf
 
TrustArc Webinar - Your Guide for Smooth Cross-Border Data Transfers and Glob...
TrustArc Webinar - Your Guide for Smooth Cross-Border Data Transfers and Glob...TrustArc Webinar - Your Guide for Smooth Cross-Border Data Transfers and Glob...
TrustArc Webinar - Your Guide for Smooth Cross-Border Data Transfers and Glob...
 
Multivendor cloud production with VSF TR-11 - there and back again
Multivendor cloud production with VSF TR-11 - there and back againMultivendor cloud production with VSF TR-11 - there and back again
Multivendor cloud production with VSF TR-11 - there and back again
 
Real-Time Persisted Events at Supercell
Real-Time Persisted Events at  SupercellReal-Time Persisted Events at  Supercell
Real-Time Persisted Events at Supercell
 
Elasticity vs. State? Exploring Kafka Streams Cassandra State Store
Elasticity vs. State? Exploring Kafka Streams Cassandra State StoreElasticity vs. State? Exploring Kafka Streams Cassandra State Store
Elasticity vs. State? Exploring Kafka Streams Cassandra State Store
 
intra-mart Accel series 2024 Spring updates_En
intra-mart Accel series 2024 Spring updates_Enintra-mart Accel series 2024 Spring updates_En
intra-mart Accel series 2024 Spring updates_En
 
Facilitation Skills - When to Use and Why.pptx
Facilitation Skills - When to Use and Why.pptxFacilitation Skills - When to Use and Why.pptx
Facilitation Skills - When to Use and Why.pptx
 
Radically Outperforming DynamoDB @ Digital Turbine with SADA and Google Cloud
Radically Outperforming DynamoDB @ Digital Turbine with SADA and Google CloudRadically Outperforming DynamoDB @ Digital Turbine with SADA and Google Cloud
Radically Outperforming DynamoDB @ Digital Turbine with SADA and Google Cloud
 
Guidelines for Effective Data Visualization
Guidelines for Effective Data VisualizationGuidelines for Effective Data Visualization
Guidelines for Effective Data Visualization
 
DynamoDB to ScyllaDB: Technical Comparison and the Path to Success
DynamoDB to ScyllaDB: Technical Comparison and the Path to SuccessDynamoDB to ScyllaDB: Technical Comparison and the Path to Success
DynamoDB to ScyllaDB: Technical Comparison and the Path to Success
 
Day 4 - Excel Automation and Data Manipulation
Day 4 - Excel Automation and Data ManipulationDay 4 - Excel Automation and Data Manipulation
Day 4 - Excel Automation and Data Manipulation
 

Automate Studio Training: Materials Maintenance Tips for Efficiency and Ease of Use

  • 1. Materials Maintenance Tips for Efficiency and Ease of Use Studio training
  • 2. Housekeeping Webinar Audio • Today’s webcast audio is streamed through your computer speakers • If you need technical assistance with the web interface or audio, please reach out to us using the Q&A box Questions Welcome • Submit your questions at any time during the presentation using the Q&A box. If we don't get to your question, we will follow-up via email Recording and slides • This webinar is being recorded. You will receive an email following the webinar with a link to the recording and slides
  • 3. Today’s speakers Sigrid Kok Principal Sales Engineer California Isra Azam Sales Engineer Texas
  • 4. 4 Today’s focus Material Master (MM): 1. Approaches to create/maintain materials & Query 2. Tips & tricks: a) Material creation tips b) Handling additional data views built from scratch 3. Innovations beneficial to MM use cases 4. Resources
  • 5. Material Master Template Basic Data Classes Sales Plant Material Type Examples Basic Data 1 Basic Data 2 Classifica -tion Number of Classes Average number of character istics Sales Areas (qty) Sales Org1 Sales Org2 Sales Genl/Pla nt Sales Text Plants (qty) Storage Location s (qty) FERT x x x 2 20 1 x x x 2-4 2-10 HAWA x x 2-5 x x x 5 1 HALB x x x 1 5 1 1 ROH x x x 1 1 HIBE x x x 1 1
  • 6. Company specific templates 1. Prebuild templates depending on material type
  • 7. Material Create Pre recording template 1. Review and list material types • HIBE, FERT, HAWA, HALB 2. Mark required tabs and fields on the template • Basic data, Sales, Plant etc • Review required fields 3. Create script 4. List Material Types on excel template 5. Modify with IF conditions
  • 9. Query Tips 11 Find Joining Tables Edit Criteria
  • 10. Criteria 12 Padding Options Example No Padding Precisely. Pre-Pad with spaces Precisely Pre-Pad with zeroes 0000Precisely Post-Pad with spaces Precisely .
  • 12. MM Create & Update tips
  • 13. Material Create using Transaction 1. Download Material Number • Download in script • Transform message 2. Excel formulas applied to data prior to loading • Upper case & normalize spacing via • UPPER() • SUBSTITUTE() • TRIM() • Zero pad via • Text() 3. List of Values (LOV) 4. Conditionally require fields with IF statement
  • 14. Material Add Alternate UOM via GUI script • Review in tcode • Create with GUI scripting • Capture read-only field (UOM) • Add Indexed Loop • Disable download field • Studio Documentation Indexed Loop
  • 15. Material Update Alternate UOM via GUI script • Review in tcode • Create with GUI scripting • Capture read-only field (UOM) • Add IndexedIF • Disable download field • Optionally add Loop • Studio Documentation IndexedIf
  • 16. Material Update Alternate UOM via BAPI • Review in tcode • Create via BAPI: BAPI_MATERIAL_SAVEDATA • Head Data and view selection • Units of Measure table • Units of Measure “X” table • Update loops • Run – does an Upsert • Update if exists • Insert if new • Studio Direct Documentation • Template example on Community
  • 17. BAPI vs Transaction GUI script BAPI 1. Standard both in ECC and S/4Hana 2. Does update or insert – aka Upsert 3. View order doesn’t matter whether in ECC or S/4Hana 4. Capitalization may matter, i.e. “ea” needs to be “EA” 5. Permissions to create and run BAPI script 6. No SAP scripting required 7. Must generate material numbers for creates 8. Loops automatically added for tables 9. Need to tell SAP what fields you will update via “X” tables and then pass in the data 10. Custom fields must be handled in Extension table 11. “Geekier” to create/maintain 12. Doesn’t break from release to release, even between ECC and S/4Hana 13. Efficient 14. Direct script can be used in Evolve web form 15. Easy to update and include new fields Transaction 1. Similar in ECC and S/4Hana 2. Separate tcode for update or insert/create 3. View order may vary, and tab numbers can vary between ECC and S/4Hana 4. Capitalization doesn’t matter for most fields 5. Transaction users standard tcode permissions 6. SAP Scripting must be on in non-prod and prod 7. Material numbers automatically generated 8. Loops must be manually added 9. Script recording tells SAP what fields you want to include 10. Custom fields can be captured in recording 11. Simple recording, although GUI script != Transaction 12. Often breaks with new releases of SAP and potentially Studio 13. Least efficient scripting mode 14. GUI script cannot be used in Evolve web form 15. Most often must re-record to make updates 19
  • 18. 20 • Review in tcode • Consider usability • Format data for users so they don’t have to worry about it • Show the reformatted data • Hide the reformatted data • Conditional formatting helps guide user what to fill in or not • Which sets of material types could be created in the same template/worksheet vs splitting them • Consider performance and stability when deciding on approach • Consider linking related objects so that the material doesn’t exist too long before adding the additional objects that make a material usable, i.e. purchase it or sell it. • Incrementally add features to script and test to ensure it works • If you need to add other views, you can record another script and copy and paste it into your main script • Studio Best Practices documentation Best Practices
  • 20. Set of RESTful APIs for SAP data & process automation Digital Access API REST based API that enables external software to kick start or update an Evolve workflow for users to contribute data before it is ultimately posted to SAP. 3rd-party API support Connecting to other REST APIs that enable an Evolve process to connect to different systems of records to read or update data. SAP Data API REST API that enables direct integration with SAP for scenarios that don’t require data enrichment. Applies to Studio Manager and Evolve.
  • 21. SAP Data API Moving data from applications to SAP without workflow Application Data Unattended Process Automation SAP ERP System Automate Studio Manager or Automate Evolve SAP Data API Direct integration with SAP for scenarios that don’t require data enrichment SAP ERP
  • 22. Evolve + Digital Access API + PLM Enabling multi-application end-2-end process automation User Input PLM System Process Automation Digital Access API Systems of Record and data stores Automatically post data updates to SAP upon final approval SAP ERP PLM Records Request Form Data Collection SAP Validation Review & Approval Automate Evolve workflow
  • 23. Evolve predictive AI POC • Precisely own AI service for advanced data predictions • Field config table for flexible rules management in form • Extensible framework for other fields, domains and AI models AI output fields are used to pre- populate and validate form fields User enters minimum number of input fields User Form(e.g. New material creation) AI proposes output fields based on delivered input fields
  • 24. Evolve + 3rd Party REST API + AI/ML Algorithm Intelligent, AI-based auto-fill: Material Create process User Input Address data source Process Automation Systems of Record and data stores Automatically post accurate product data to SAP upon final approval SAP ERP Material Create Form Data Review and Corrections SAP Validation Review & Approval Automate Evolve workflow Evolve AI Framework 3rd Party REST API Evolve AI Algorithm
  • 25. SAP Fiori and GUI for HTML automation 27 We will be releasing an automation solution for Fiori (SAP UI5) and GUI for HTML apps. Benefits: • Automate repetitive tasks • Speed up higher volume data uploads • Reduce complexity  Fiori apps may have lots of steps, like: Find object, open, edit, click tab, scroll down, drill down, etc. • Meet the needs for business teams for:  Efficiency, Accuracy, Consistency & Performance  Provide true citizen development of SAP data automations, just like you’re used to with Studio • No surface automation – uses REST API call(s) in the background • No installation in SAP system or desktop:  Automate Function module not required in SAP system  SAP GUI not required on desktop
  • 27. How can you join the community? 1. Visit community.precisely.com 2. Join the Automate community to post questions & answers 3. Join the Automate Product Announcements community to subscribe to product updates 4. Join the SAP Module Template community to find and download example scripts & templates
  • 28. How can you join Precisely University? 1. Visit Precisely University 2. Sign up for Automate product courses, which include: a) Studio b) Studio Manager c) Evolve d) Studio Administrator - NEW 3. Courses in English, Spanish, French, Deutsch, Japanese 4. Studio educational webinars
  • 29. Let’s continue the conversation… Contact us Set up a 30-minute personalized demo +1-877-700-0970 “Get in touch” on www.precisely.com www.precisely.com Demos White Papers Case Studies

Editor's Notes

  1. Hello everyone, and welcome to today’s webinar and welcome to today’s webinar Hello everyone, And thank you for joining us today.
  2. With Evolve 20.2 we are including access to three RESTful API’s that will further enhance your digital transformation and automation efforts. They are: SAP Data API: REST API that enables direct integration with SAP for scenarios that don’t require data enrichment. It acts as the last-mile into SAP for other applications and combines eliminates the need for RPA bots to screen-scrape the UI to deliver faster, more stable process automation. Evolve Digital Access API: This RESTful API allows you to seamlessly launch Evolve workflow processes for either human-assisted workflows or completely automated sequences with your SAP ERP system.  Evolve 3rd-party API support: This RESTful API enables Evolve solution developers to easily integrate with other systems of record that have RESTful APIs, such as Salesforce or SAP’s ODATA service. You can query data from these third-party systems into your process or send  This combination of API’s available with Evolve 20.2 delivers a significant benefit to SAP teams looking to be part of larger, more complex digital transformation and automation efforts.
  3. SAP Data API RESTful API that enables direct integration with SAP for scenarios that don’t require data enrichment. It acts as the last-mile into SAP for other applications and combines eliminates the need for RPA bots to screen-scrape the UI to deliver faster, more stable process automation. The SAP Data API enables direct and differentiated integration, via the Winshuttle Function Module, with SAP ERP systems for loading data into SAP and has scalable runtime performance. It is an add-on to Studio Manager and Evolve and activated by a license key. Easy inbox upgrade This API is commonly applied to these types of direct SAP integration RPA Bots Partners software integration like Abbyy Or third party applications that need to get data easily in and out of your SAP ERP system with enormous flexibility offered by the ease of leveraging studio scripts..
  4. It can help us to support non-tested IDPs and reach out to all different IDPs SAML-based customers for Evolve Installation
  5. Evolve + Digital Access API + SAP Scenario: SAP process that needs a review and approval workflow triggered from within SAP. Essentially an SAP-centric round trip with Evolve workflow. (XOM use case????) Delivers the data into the form in a synchronous way. Data goes to Algorithm. AI reviews data and then fills the form.
  翻译: