OpenSAP s4h27 Week 1 All Slides
OpenSAP s4h27 Week 1 All Slides
SAP S/4HANA embedded analytics, powered by SAP Fiori and SAP Analytics SAP Analytics Cloud, for
▪ SAP Fiori analytical apps for the business user Real-time access to Enterprise Planning
▪ SAP Fiori extensibility apps for the analytics specialist SAP S/4HANA data and BI
Data replication of
SAP S/4HANA data SAP BW/4HANA,
(both using the virtual SAP Data Warehouse
Spend off- Incoming PO avg. Non-managed ….
data model) Cloud
contract sales order delivery time purchasing spend
▪ Provide embedded insights in the solution, optimally support business users in defined business processes with decision support and information at the user's fingertips
▪ Integrate seamlessly into the enterprise intelligence offerings such as SAP Analytics Cloud and SAP BW/4HANA
▪ Provide real-time access to solution data as well as replication of data and blending with multiple other sources for end-to-end enterprise intelligence
© 2021 SAP SE or an SAP affiliate company. All rights reserved. ǀ PUBLIC 3
See also:
SAP S/4HANA embedded analytics – Overview Unit on architecture in week 1
High level architecture
SAP S/4HANA Cloud SAP Analytics
Inter-
operability
Embedded
SAP Analytics
Visualization SAP Fiori UI SAP Analytics Cloud
Cloud
(OEM)
SAP S/4HANA Business User: Analyze the data and act according to insights SAP Analytics
▪ separate products/services
Smart Embedded ▪ direct access to SAP S/4HANA data
Multi- Analytical
dimensional
Business KPIs, Analytical list Overview
SAP Fiori
SAP Analytics ▪ Dashboards and Digital Boardrooms developed
analysis path pages pages Cloud by SAP S/4HANA, available for SAP Analytics
reports apps
apps dashboards Cloud
SAP S/4HANA IT User: Provide the single source of truth in one semantic layer
View maintenance:
ABAP for Eclipse
An important place for information on SAP Fiori apps: SAP Fiori Apps Reference Library
© 2021 SAP SE or an SAP affiliate company. All rights reserved. ǀ PUBLIC 6
SAP S/4HANA embedded analytics – Overview
Capabilities for the business user
Smart Business KPIs Overview Pages Analytical List Pages
• KPI monitoring on SAP Fiori launchpad • Consolidated view on a certain domain, e.g. Purchasing • Generic approach to mix analytical and transactional activities
• Drill-down into further analytical or transactional apps • Information presented in analytical tables and charts • Display table or chart or a combination
• Save personal variants • Take action in the same place or navigate to other apps • Take action directly in the same app or navigate to other apps
• Save personal variants • Save personal variants
Powered by SAP Analytics Cloud
In-App Analytics and ML Multidimensional Reports Dashboards
• Combine analytics with transactional content in one screen • Analyze and visualize data from multiple dimensions • SAP S/4HANA: Optional, additional content, stories (SAP
• Insight-to-action to prioritize based on facts • Display pivot-table or chart or a combination S/4HANA data only) shipped via analytics content repository
• Use drill-downs to determine transactional input parameters • Save personal variants • Used as templates, customers will copy and adapt
• SAP S/4HANA Cloud: Fiori-embedded SAP Analytics Cloud
© 2021 SAP SE or an SAP affiliate company. All rights reserved. ǀ PUBLIC content, stories come as part of SAP S/4HANA Cloud apps.7
• Queries supplying the data are shipped with SAP S/4HANA
See also:
SAP S/4HANA embedded analytics – Overview Unit on Analytics Specialist Features in week 2
The analytics specialist persona
“Top-level Model”
Company
Cost Center
Roadmap item
Profit Center
Functional Area
Roadmap item
Core capabilities
▪ Assist data-driven decision-making
▪ Adapt business processes in real time
▪ Automate processes within and between systems
Key principles
▪ Scalable enterprise-grade AI
▪ Tangible business outcomes
▪ Trusted data and intelligent recommendations
▪ Integrated technologies and processes
SOAP (RFC)
copied)
CDS Views
▪ Industry-specific content
SAP S/4HANA CE
Communication SAP_COM_0042 SAP_COM_0532 SAP_COM_0531
Scenario
ABAP CDI
SOAP Pipeline
API (OData
(RFC) (Websocket
RFC) )
Extraction Runtime
(ODP/ODQ, CDC, Reconstruction)
Table
Blogs Books
SAP S/4HANA embedded analytics
SAP S/4HANA embedded analytics – User Roles
Machine Learning and Predictive Analytics with SAP S/4HANA
Implementer’s Guide to S4-based Financial Planning & Analysis
for SAP S/4HANA using SAP Analytics Cloud
SAP S/4HANA Embedded Analytics – A Step Ahead and Beyond |
SAP Blogs
Part 1 – SAP S/4HANA Cloud Data Integration to power your
Intelligence Enterprise
Part 2 – SAP S/4HANA Cloud Data Integration Overview
Creating Dynamic Date filter using the Manage Date Function App
Six reasons why Web Dynpro is Better than Design Studio in SAP
S/4HANA Cloud
[email protected]
Follow all of SAP
www.sap.com/contactsap
Analytical queries
▪ The core asset of the analytics domain
▪ Describe the relevant relations in the data model, specific
calculations, authorizations, and configuration possibilities
Analytical UIs
▪ Enable dynamic configuration of the queries and
presentation of the results of execution
▪ Support analytical consumption patterns
© 2021 SAP SE or an SAP affiliate company. All rights reserved. ǀ PUBLIC 3
Architecture overview of embedded analytics
Embedded vs enterprise (cross) analytics
Embedded Analytics
▪ All components on the previous slide share the same lifecycle of SAP S/4HANA
▪ Often, data, queries, and UIs are tightly coupled in one SAP S/4HANA application
▪ Often, queries are executed on the live data of the application optimized for transactional
processing
– Committed transactions are instantly visible for analytics
– Additional runtime resources for optimization of the queries
Enterprise Analytics
▪ Data has a different lifecycle to other analytical components:
– Data follows the lifecycle of SAP S/4HANA
– Other components have another lifecycle like in a separate data warehouse product
▪ Often, data is replicated and optimized for analytical processing
– Latency between data changes in the source system and replication (eventual consistency)
– Better possibilities for performance optimizations
▪ Enterprise analytics is not a part of this architecture overview
The notion of virtual data model (VDM) applies to two related concepts in SAP S/4HANA:
▪ A collection of design principles for ABAP CDS views (or models) aimed to standardize the
implementation of common modeling patterns in SAP S/4HANA
▪ The set of CDS views in SAP S/4HANA following these design principles
Cube
▪ A cube is normally a VDM composite interface view
▪ It joins together the facts and corresponding dimensions that are related
Query
to a specific business domain
– It can use dedicated fact views to access the fact data on the
database
– It has a significant amount of associations pointing to the views Cube Fact
containing additional attributes for dimensions
Dimension
▪ A dimension is normally a basic interface view Hierarchy Dimension Text
▪ Contains additional attributes of a dimension and special metadata
describing it, including multilanguage texts, hierarchy definitions, and
value helps
Value Help
Query
▪ Queries are implemented as consumption views
▪ A special metadata container for usage in OLAP scenarios:
– Selects a subset of dimensions and measures available in a cube
– Adds additional restricted and calculated measures
© 2021 SAP SE or an SAP affiliate company. All rights reserved. ǀ PUBLIC 7
Architecture overview of embedded analytics
Authoring tools for analytical models
View Browser
▪ List, search, and examine all CDS views available in
an SAP S/4HANA system
INA Stack
▪ Tools and models around the INA protocol
OData Stack
▪ Tools and models around the OData protocol
© 2021 SAP SE or an SAP affiliate company. All rights reserved. ǀ PUBLIC 9
Architecture overview of embedded analytics
Analytical UIs
KPI
▪ Represents a specific key performance indicator based on a highly aggregated query
▪ Often with a possibility of drill-down into detailed analysis of the KPI
▪ Implemented on the OData stack using both AE and SADL as execution engine
Dashboard
▪ Provides an overview of a number of related KPIs, charts etc.
▪ Supports linked analysis based on shared filters and drill-downs
▪ Implemented using INA stack using embedded SAP Analytics Cloud
Multi-Dimensional Analysis
▪ Offers slice and dice functionality on a set of data represented as a cube
▪ Implemented using INA stack using Web-Dynpro Grid
[email protected]
Follow all of SAP
www.sap.com/contactsap
SAP S/4HANA SAP S/4HANA SAP S/4HANA SAP S/4HANA SAP S/4HANA SAP S/4HANA SAP S/4HANA
Area On Premise On Premise Cloud Edition Cloud Edition Cloud Edition Cloud Edition On Premise
https://fioriappslibrary. (1809) (1909) (1911) (2002) (2005) (2008) (2009)
Integration between SAP S/4HANA and SAP BW SAP S/4HANA On Premise SAP BW
Predictive Analytics in SAP Analytics Cloud with SAP S/4HANA Cloud SAP S/4HANA Cloud SAP SAC
SAP S/4HANA Professional Services Cloud content w SAP Analytics Cloud SAP S/4HANA Cloud SAP SAC, Dibo
SAP S/4HANA Cloud Procurement content with SAP Analytics Cloud SAP S/4HANA Cloud SAP SAC, Dibo
SAP Financial Planning and Analytics for SAP S/4HANA Cloud SAP S/4HANA Cloud SAP SAC, Dibo
SAP Liquidity Planning for SAP S/4HANA Cloud SAP S/4HANA Cloud SAP SAC
SAP Project Budgeting & Planning for SAP S/4HANA Cloud SAP S/4HANA Cloud SAP SAC, Dibo
Embedded Machine Learning in SAP S/4HANA SAP S/4HANA On Premise
SAP S/4HANA Cloud Financial Consolidation content with SAP Analytics Cloud New in 2102 SAP S/4HANA Cloud SAP SAC
SAP Workforce Planning for SAP S/4HANA Cloud SAP S/4HANA Cloud SAP SAC, Dibo
SAP S/4HANA Cloud Sales content with SAP Analytics Cloud SAP S/4HANA Cloud SAP SAC
SAP Sales Planning for SAP S/4HANA Cloud SAP S/4HANA Cloud SAP SAC
SAP S/4HANA Cloud Treasury Management Content with SAP Analytics Cloud SAP S/4HANA Cloud SAP SAC
SAP S/4HANA Cloud Receivable management content with SAP Analytics Cloud SAP S/4HANA Cloud SAP SAC
Legend
* Selection of 1 of these scope options is mandatory, the others are optional SAP SAC = SAP Analytics Cloud
SAP Dibo = SAP Digital Boardroom
© 2021 SAP SE or an SAP affiliate company. All rights reserved. ǀ PUBLIC SAP BW = SAP Business Warehouse 5
Predefined analytical content – Overview
Business content
Business Content –
SAP Analytics Cloud |
SAP HANA Journey
Pre-delivered Dashboards
▪ Aging Report for Accounts Payable
▪ Treasury Executive Dashboard
▪ Group Financial Statement
▪ Disputes
▪ Purchasing Spend Dashboard
▪ Contract and Lease Management
Dashboard
▪ Credit Management Reporting
▪ Collections Management Reporting
▪ Order-to-Cash Manager Dashboard
▪ Customer Returns Overview
▪ Accurate financial goals & business plans to management production performance using insights from sales
facilitate efficient and effective execution ▪ Manage supplier risks to ensure prompt deliveries ▪ Manage stock in transit for improved data, trends, and metrics
▪ Monitor DSO to determine customer credibility and improvement in customer satisfaction cost control and customer satisfaction ▪ Accurately forecast sales & profits based
▪ Use margin analysis to gain valuable insights ▪ Management of purchase orders and vendor (more on-time deliveries) on observed results
as to the drivers of profitability spend to help reduce cost and improve ▪ Utilize accurate production costs in ▪ Manage delivery schedules by monitoring
profitability profitability analysis delivery performance to improve customer
▪ Identify process improvements to increase
satisfaction.
efficiency and manage risk
Pre-delivered content
© 2021 SAP SE or an SAP affiliate company. All rights reserved. ǀ PUBLIC 10
Predefined analytical content – Overview
Key takeaways
Cloud
[email protected]
Follow all of SAP
www.sap.com/contactsap
SAP S/4HANA embedded analytics, powered by SAP Fiori and SAP Analytics SAP Analytics Cloud, for
▪ SAP Fiori analytical apps for the business user Real-time access to Enterprise Planning
▪ SAP Fiori extensibility apps for the analytics specialist SAP S/4HANA data and BI
Data replication of
SAP S/4HANA data SAP BW/4HANA,
(both using the virtual SAP Data Warehouse
Spend off- Incoming PO avg. Non-managed ….
data model) Cloud
contract sales order delivery time purchasing spend
▪ Provide embedded insights in the solution, optimally support business users in defined business processes with decision support and information at the user's fingertips
▪ Integrate seamlessly into the enterprise intelligence offerings such as SAP Analytics Cloud and SAP BW/4HANA
▪ Provide real-time access to solution data as well as replication of data and blending with multiple other sources for end-to-end enterprise intelligence
© 2021 SAP SE or an SAP affiliate company. All rights reserved. ǀ PUBLIC 2
Using multidimensional reports
Recap – The business user persona
SAP S/4HANA IT User: Provide the single source of truth in one semantic layer
View maintenance:
ABAP for Eclipse
• KPI monitoring on SAP Fiori launchpad • Consolidated view on a certain domain, e.g. Purchasing • Generic approach to mix analytical and transactional activities
• Drill-down into further analytical or transactional apps • Information presented in analytical tables and charts • Display table or chart or a combination
• Save personal variants • Take action in the same place or navigate to other apps • Take action directly in the same app or navigate to other apps
• Save personal variants • Save personal variants
• Combine analytics with transactional content in one screen • Analyze and visualize data from multiple dimensions • SAP S/4HANA: Optional, additional content, stories (SAP
• Insight-to-action to prioritize based on facts • Display pivot-table or chart or a combination S/4HANA data only) shipped via analytics content repository
• Use drill-downs to determine transactional input parameters • Save personal variants • Used as templates, customers will copy and adapt
• SAP S/4HANA Cloud: SAP Fiori-embedded SAP Analytics Cloud
© 2021 SAP SE or an SAP affiliate company. All rights reserved. ǀ PUBLIC content, stories come as part of SAP S/4HANA Cloud apps5
• Queries supplying the data are shipped with SAP S/4HANA
Using multidimensional reports
Business user: analyze the data and act according to insights
Embedded
Multi- SAP Smart SAP Analytical
Analytical Overview
dimensional Business Analytics SAP Fiori
list pages pages
reports KPIs Cloud apps
dashboards
Embedded
Multi- SAP Smart SAP Analytical
Analytical Overview
dimensional Business Analytics SAP Fiori
list pages pages
reports KPIs Cloud apps
dashboards
Typically used
▪ For insight-driven, explorative, and flexible
analysis of large amounts of data
▪ For data centered around one specific topic,
such as sales orders, purchase orders,
G/L line items, cost center reporting,…
▪ Examples of SAP Fiori apps:
− Incoming Sales Orders (F1249, role
SAP_BR_SALES_MANAGER)
− Cost Centers – Actuals (F0963A, role
SAP_BR_OVERHEAD_ACCOUNTANT)
© 2021 SAP SE or an SAP affiliate company. All rights reserved. ǀ PUBLIC 7
Using multidimensional reports
Demo
Blogs Books
SAP S/4HANA embedded analytics
SAP S/4HANA embedded analytics – User Roles
Machine Learning and Predictive Analytics with SAP S/4HANA
Implementer’s Guide to S4-based Financial Planning & Analysis
for SAP S/4HANA using SAP Analytics Cloud
SAP S/4HANA Embedded Analytics – A Step Ahead and Beyond |
SAP Blogs
Part 1 – SAP S/4HANA Cloud Data Integration to power your
Intelligence Enterprise
Part 2 – SAP S/4HANA Cloud Data Integration Overview
Creating Dynamic Date filter using the Manage Date Function App
Six reasons why Web Dynpro is Better than Design Studio in SAP
S/4HANA Cloud
[email protected]
Follow all of SAP
www.sap.com/contactsap
SAP S/4HANA embedded analytics, powered by SAP Fiori and SAP Analytics SAP Analytics Cloud, for
▪ SAP Fiori analytical apps for the business user Real-time access to Enterprise Planning
▪ SAP Fiori extensibility apps for the analytics specialist SAP S/4HANA data and BI
Data replication of
SAP S/4HANA data SAP BW/4HANA,
(both using the virtual SAP Data Warehouse
Spend off- Incoming PO avg. Non-managed ….
data model) Cloud
contract sales order delivery time purchasing spend
▪ Provide embedded insights in the solution, optimally support business users in defined business processes with decision support and information at the user's fingertips
▪ Integrate seamlessly into the enterprise intelligence offerings such as SAP Analytics Cloud and SAP BW/4HANA
▪ Provide real-time access to solution data as well as replication of data and blending with multiple other sources for end-to-end enterprise intelligence
© 2021 SAP SE or an SAP affiliate company. All rights reserved. ǀ PUBLIC 2
Using KPIs and embedded SAP Analytics Cloud
Recap – The business user persona
SAP S/4HANA IT User: Provide the single source of truth in one semantic layer
View maintenance:
ABAP for Eclipse
• KPI monitoring on SAP Fiori launchpad • Consolidated view on a certain domain, e.g. Purchasing • Generic approach to mix analytical and transactional activities
• Drill-down into further analytical or transactional apps • Information presented in analytical tables and charts • Display table or chart or a combination
• Save personal variants • Take action in the same place or navigate to other apps • Take action directly in the same app or navigate to other apps
• Save personal variants • we are here
Save personal variants
we are here Powered by SAP Analytics Cloud
In-App Analytics and ML Multidimensional Reports Dashboards
• Combine analytics with transactional content in one screen • Analyze and visualize data from multiple dimensions • SAP S/4HANA: Optional, additional content, stories (SAP
• Insight-to-action to prioritize based on facts • Display pivot-table or chart or a combination S/4HANA data only) shipped via analytics content repository
• Use drill-downs to determine transactional input parameters • Save personal variants • Used as templates, customers will copy and adapt
• SAP S/4HANA Cloud: SAP Fiori-embedded SAP Analytics Cloud
© 2021 SAP SE or an SAP affiliate company. All rights reserved. ǀ PUBLIC content, stories come as part of SAP S/4HANA Cloud apps5
• Queries supplying the data are shipped with SAP S/4HANA
Using KPIs and embedded SAP Analytics Cloud
Business user: analyze the data and act according to insights
Embedded
Multi- SAP Smart SAP Analytical
Analytical Overview
dimensional Business Analytics SAP Fiori
list pages pages
reports KPIs Cloud apps
dashboards
Embedded
Multi- SAP Smart SAP Analytical
Analytical Overview
dimensional Business Analytics SAP Fiori
list pages pages
reports KPIs Cloud apps
dashboards
Typically used
▪ For providing highly aggregated information to
indicate a business situation, complemented
with trend and status information
▪ To initiate an insight-driven analysis process
and to trigger follow-up action
▪ Examples:
− Spend Variance (F1377, role SAP_BR_BUYER)
− Overdue Receivables (F1747, role
SAP_BR_AR_MANAGER)
Pre-built standard
dashboards
Seamless
navigation between
analytical and
transactional apps
SAP Analytics Cloud is a next-generation BI solution that allows business users to analyze, simulate, plan, discover,
predict, and collaborate all in one place.
It can be seamlessly embedded into the SAP Fiori UI of SAP S/4HANA to enable unprecedented ease and speed
© 2021 SAP SE or an SAP affiliate company. All rights reserved. ǀ PUBLIC 9
Using KPIs and embedded SAP Analytics Cloud
Business user: analyze the data and act according to insights
Embedded
Multi- SAP Smart SAP Analytical
Analytical Overview
dimensional Business Analytics SAP Fiori
list pages pages
reports KPIs Cloud apps
dashboards
Embedded
Multi- SAP Smart SAP Analytical
Analytical Overview
dimensional Business Analytics SAP Fiori
list pages pages
reports KPIs Cloud apps
dashboards
Typically used
▪ For a comprehensive overview on a business
process or unit, with data from multiple queries
▪ For manager roles and for advanced
visualization, e.g. using geo maps
▪ Examples:
− Treasury Executive Dashboard (F4316, role
SAP_BR_TREASURY_RISK_MANAGER)
− Customer Returns Overview (F4561, role
SAP_BR_SALES_MANAGER)
Blogs Books
SAP S/4HANA embedded analytics
SAP S/4HANA embedded analytics – User Roles
Machine Learning and Predictive Analytics with SAP S/4HANA
Implementer’s Guide to S4-based Financial Planning & Analysis
for SAP S/4HANA using SAP Analytics Cloud
SAP S/4HANA Embedded Analytics – A Step Ahead and Beyond |
SAP Blogs
Part 1 – SAP S/4HANA Cloud Data Integration to power your
Intelligence Enterprise
Part 2 – SAP S/4HANA Cloud Data Integration Overview
Creating Dynamic Date filter using the Manage Date Function App
Six reasons why Web Dynpro is Better than Design Studio in SAP
S/4HANA Cloud
[email protected]
Follow all of SAP
www.sap.com/contactsap
SAP S/4HANA embedded analytics, powered by SAP Fiori and SAP Analytics SAP Analytics Cloud, for
▪ SAP Fiori analytical apps for the business user Real-time access to Enterprise Planning
▪ SAP Fiori extensibility apps for the analytics specialist SAP S/4HANA data and BI
Data replication of
SAP S/4HANA data SAP BW/4HANA,
(both using the virtual SAP Data Warehouse
Spend off- Incoming PO avg. Non-managed ….
data model) Cloud
contract sales order delivery time purchasing spend
▪ Provide embedded insights in the solution, optimally support business users in defined business processes with decision support and information at the user's fingertips
▪ Integrate seamlessly into the enterprise intelligence offerings such as SAP Analytics Cloud and SAP BW/4HANA
▪ Provide real-time access to solution data as well as replication of data and blending with multiple other sources for end-to-end enterprise intelligence
© 2021 SAP SE or an SAP affiliate company. All rights reserved. ǀ PUBLIC 2
Using analytical list pages and overview pages
Recap – The business user persona
SAP S/4HANA IT User: Provide the single source of truth in one semantic layer
View maintenance:
ABAP for Eclipse
• KPI monitoring on SAP Fiori launchpad • Consolidated view on a certain domain, e.g. Purchasing • Generic approach to mix analytical and transactional activities
• Drill-down into further analytical or transactional apps • Information presented in analytical tables and charts • Display table or chart or a combination
• Save personal variants • Take action in the same place or navigate to other apps • Take action directly in the same app or navigate to other apps
• Save personal variants • Save personal variants
we are here Powered by SAP Analytics Cloud
In-App Analytics and ML Multidimensional Reports Dashboards
• Combine analytics with transactional content in one screen • Analyze and visualize data from multiple dimensions • SAP S/4HANA: Optional, additional content, stories (SAP
• Insight-to-action to prioritize based on facts • Display pivot-table or chart or a combination S/4HANA data only) shipped via analytics content repository
• Use drill-downs to determine transactional input parameters • Save personal variants • Used as templates, customers will copy and adapt
• SAP S/4HANA Cloud: SAP Fiori-embedded SAP Analytics Cloud
© 2021 SAP SE or an SAP affiliate company. All rights reserved. ǀ PUBLIC content, stories come as part of SAP S/4HANA Cloud apps5
• Queries supplying the data are shipped with SAP S/4HANA
Using analytical list pages and overview pages
Business user: analyze the data and act according to insights
Embedded
Multi- SAP Smart SAP Analytical
Analytical Overview
dimensional Business Analytics SAP Fiori
list pages pages
reports KPIs Cloud apps
dashboards
Embedded
Multi- SAP Smart SAP Analytical
Analytical Overview
dimensional Business Analytics SAP Fiori
list pages pages
reports KPIs Cloud apps
dashboards
Embedded
Multi- SAP Smart SAP Analytical
Analytical Overview
dimensional Business Analytics SAP Fiori
list pages pages
reports KPIs Cloud apps
dashboards
Embedded
Multi- SAP Smart SAP Analytical
Analytical Overview
dimensional Business Analytics SAP Fiori
list pages pages
reports KPIs Cloud apps
dashboards
Typically used
▪ for dashboards where (embedded) SAP Analytics is not an
option (e.g. because the customer is on-premise only)
▪ to provide a comprehensive overview and navigation options for
a certain topic or process (sales overview, supplier overview, …)
▪ Examples:
− Sales Management Overview
(F2601, role SAP_BR_SALES_MANAGER)
− Procurement Overview Page
(F1990, role SAP_BR_PURCHASER)
Blogs Books
SAP S/4HANA embedded analytics
SAP S/4HANA embedded analytics – User Roles
Machine Learning and Predictive Analytics with SAP S/4HANA
Implementer’s Guide to S4-based Financial Planning & Analysis
for SAP S/4HANA using SAP Analytics Cloud
SAP S/4HANA Embedded Analytics – A Step Ahead and Beyond |
SAP Blogs
Part 1 – SAP S/4HANA Cloud Data Integration to power your
Intelligence Enterprise
Part 2 – SAP S/4HANA Cloud Data Integration Overview
Creating Dynamic Date filter using the Manage Date Function App
Six reasons why Web Dynpro is Better than Design Studio in SAP
S/4HANA Cloud
[email protected]
Follow all of SAP
www.sap.com/contactsap