How-To-Guide. Document Version: KPI Dashboard

Size: px
Start display at page:

Download "How-To-Guide. Document Version: KPI Dashboard"

Transcription

1 How-To-Guide Document Version: KPI Dashboard

2 Document History Document Version Description 1.0 Initial version of this guide 2.0 Reviewed version of this guide Business Background & Scenario 2015 SAP AG or an SAP affiliate company. All rights reserved. 2

3 Table of Contents 1 Business Background & Scenario Prerequisites Lumira View for Engineering Record Header View for Classification View for Change Items Extension View of Change Items Build KPI Dashboard Reports based on Engineering Record Header and Classification Acquire a Dataset Prepare Your Data Visualize Your Data Business Background & Scenario 2015 SAP AG or an SAP affiliate company. All rights reserved. 3

4 1 Business Background & Scenario Engineering Record KPI Dashboard provides at-a-glance views of KPIs (key performance indicators) relevant to Engineering Record data. These KPI reports enable you to analyze engineering record data. You can do the following: Generate a core data services (CDS) view that creates KPIs for engineering records. This CDS view can then, for example, be consumed in SAP Lumira. View and analyze a predefined set of example key performance indicators (KPIs) for engineering record header data and change item data in reports available in the SAP Lumira Cloud. SAP provides seven KPI reports as templates. For more information, see the following document:- < > This document guides you through the steps to create a report that is based on Engineering Record Header and Classification. This KPI report indicates how many engineering records are open or closed per Business Unit. In this example Engineering Departments, Business Units, and Product Lines have been configured via Classification (Class & Characteristic) attached to engineering records. The variables used in this report: Measure: Number of Engineering Records Dimensions: Engineering Departments Input Controls: Business Units, Product Lines and Parameters (User-Defined Dimension) Two CDS views based on ER header data and Classification are the prerequisites for this KPI report. Business Background & Scenario 2015 SAP AG or an SAP affiliate company. All rights reserved. 4

5 2 Prerequisites 2.1 Lumira SAP Lumira is a self-service solution that allows analysts and decision makers to access, transform, and visualize data. For more information about SAP Lumira, see the following documentation: The data of engineering records is consumed by the SAP Lumira desktop to compose stories or build reports. Then, customers could share the report on the SAP Lumira cloud platforms to further analyze data and collaborate with colleagues on datasets, stories, and other business intelligence artifacts. 2.2 View for Engineering Record Header This report is based on the Header data of Engineering Records & Classification. Therefore, customers need to know how to build a CDS view of Engineering Record Header. You can use the standard header view /PLMI/C_ER_STDHD provided by SAP. Or, you can use the report /PLMI/PLM_ER_CDS_VIEW_ANALYSIS to generate your own CDS view of Engineering Record Header data. This report will help you create CDS views based on your Record type and customer defined ER Header. 1) To generate the CDS view, first you need to provide the name of the DDL source and the View Name in the Object Name section. DDL (Data Definition Language) is an enhancement of SQL, which enables you to define semantically rich database tables/views (CDS entities) and user-defined types in the database. 2) You can define the view properties of this Engineering Record Header in the Object Properties section. You can define which Engineering Record Types and fields are included in the generated Prerequisites 2015 SAP AG or an SAP affiliate company. All rights reserved. 5

6 CDS view. Also, you can select the option Transform Timestamps, so the field with a type of timestamps will be converted to a new field with date type. You can decide whether this view will be transported or not in the Transportation section. You can rename the dimension in the view when necessary. 3) Run the report. The CDS view is created with a name of ZHDR_VIEW. This CDS view will have standard fields (since Include standard fields check box is selected as mentioned above) with all Engineering Record Types. Make sure that you select the Transform Timestamps option, so that three more columns CREATIONDATE, LASTCHANGEDATE and CLOSEDDATE are available in this view. Prerequisites 2015 SAP AG or an SAP affiliate company. All rights reserved. 6

7 2.3 View for Classification Now a CDS view based on classification also needs to be prepared. A report is available for you to generate the CDS view of Classification data. 1) Run program BSCL_CLASS_VIEW_GENERATION. 2) Enter the desired Schema and the Target Package. 3) Specify 046 (Engineering Record Header) as the class type, and /PLMI/ECR_HEADER as the Object Type. 4) Specify the class of Classification that you want to analyze. 5) Chooose Execute, and the system creates a calculation view. For example, sap.hba.classgo.001_046 PLMI_ECR_HEADER_DEMO_CLASS Prerequisites 2015 SAP AG or an SAP affiliate company. All rights reserved. 7

8 2.4 View for Change Items If change items for ER are stored in XML, you need to migrate data from the XML storage to the engineering record database. If you want to create reports based on change Items, then each change item has one CDS view. The CDS view for the Material is /PLMI/C_ER_CIMAT. A CDS view is provided for all common fields of change items. The CDS view name is /PLMI/C_ER_CI_AN. Prerequisites 2015 SAP AG or an SAP affiliate company. All rights reserved. 8

9 2.4.1 Extension View of Change Items In the CDS view of each Change Item, all the fields are standard fields. If you want to show user-defined fields in your Change Item CDS View, you can extend the CDS view. Follow the steps below if you want to add user defined fields for the CDS View of the Material change items /PLMI/C_ER_CIMAT. 1. Open the HANA Studio and create an ABAP project for the system (development/test) where CDS views were created. 2. Create a DDL Source for an extension view in the Local package. 3. Enter a name and a description for the DDL Source. Prerequisites 2015 SAP AG or an SAP affiliate company. All rights reserved. 9

10 4. Get the DDL source from standard CDS view /PLMI/C_ER_CIMAT. 5. Extend standard view /PLMI/C_ER_CIMAT by adding the fields in this DDL Source, and then activate it. Now the CDS View of the Material change items has one more column, which was added by extension Prerequisites 2015 SAP AG or an SAP affiliate company. All rights reserved. 10

11 3 Build KPI Dashboard Customers can learn how to build KPI reports in this section. We will take a report based on Engineering Record Header and Classification as an example. 3.1 Reports based on Engineering Record Header and Classification Build KPI Dashboard 2015 SAP AG or an SAP affiliate company. All rights reserved. 11

12 The following flow chart provides an overview of the process. Follow these steps to build the report: Build KPI Dashboard 2015 SAP AG or an SAP affiliate company. All rights reserved. 12

13 3.1.1 Acquire a Dataset 1) Create the dataset for the CDS view ZHDR_VIEW of Engineering Record Header we created in Section 2.2 Build KPI Dashboard 2015 SAP AG or an SAP affiliate company. All rights reserved. 13

14 IMP: Select the Dataset Name as CDS view ZHDR_VIEW created in Section 2.2 Build KPI Dashboard 2015 SAP AG or an SAP affiliate company. All rights reserved. 14

15 2) Integrate the Engineering Record Header view created in step 2.2 with Classification view created in the step 2.3 to create dataset in Lumira desktop. a. Choose Merge b. Enter the CDS view for classification, which was created in the step 2.3, to merge it with the engineering record CDS view Build KPI Dashboard 2015 SAP AG or an SAP affiliate company. All rights reserved. 15

16 Sometimes customers need to define their own dimensions. Build KPI Dashboard 2015 SAP AG or an SAP affiliate company. All rights reserved. 16

17 3.1.2 Prepare Your Data In the Prepare Phase, rename some dimensions using technical names that are easy to understand. Build KPI Dashboard 2015 SAP AG or an SAP affiliate company. All rights reserved. 17

18 You can also rename the columns as below. Build KPI Dashboard 2015 SAP AG or an SAP affiliate company. All rights reserved. 18

19 Sometimes not all dimensions are from the CDS view. Customers can define their own dimensions based on the existing dimensions. Build KPI Dashboard 2015 SAP AG or an SAP affiliate company. All rights reserved. 19

20 Create a measure from dimensions. Build KPI Dashboard 2015 SAP AG or an SAP affiliate company. All rights reserved. 20

21 3.1.3 Visualize Your Data Follow these 3 steps to visualize the data 1 Visualize Phase 2 Compose Phase 3 Share Phase 1 Visualize Phase - Rename the titles and show the data label. Build KPI Dashboard 2015 SAP AG or an SAP affiliate company. All rights reserved. 21

22 Build KPI Dashboard 2015 SAP AG or an SAP affiliate company. All rights reserved. 22

23 2 Compose Phase - Build KPI Dashboard 2015 SAP AG or an SAP affiliate company. All rights reserved. 23

24 Now the report is ready for upload. Build KPI Dashboard 2015 SAP AG or an SAP affiliate company. All rights reserved. 24

25 3 Share Phase - Select the report created and choose Publish to SAP Lumira Cloud to upload the report to the Lumira Cloud. Build KPI Dashboard 2015 SAP AG or an SAP affiliate company. All rights reserved. 25

26 You can check this report on the Lumira Cloud now. Build KPI Dashboard 2015 SAP AG or an SAP affiliate company. All rights reserved. 26

27 Open the Report, the same one as the one in Lumira Desktop. Next, you need to set the access level if you want to show this reports to others. Build KPI Dashboard 2015 SAP AG or an SAP affiliate company. All rights reserved. 27

28 When the document access level is Private, other users cannot access this report. However, you can invite individual users by entering their addresses, leaving them a message, and setting the authorization for them. When the document access level is Public, everyone can read this report via the link. Build KPI Dashboard 2015 SAP AG or an SAP affiliate company. All rights reserved. 28

29 SAP AG or an SAP affiliate company. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. The information contained herein may be changed without prior notice. Some software products marketed by SAP AG and its distributors contain proprietary software components of other software vendors. National product specifications may vary. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty. SAP and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and other countries. Please see index.epx for additional trademark information and notices.

How-To Guide SAP Cloud for Customer Document Version: 1.0-2014-03-20. How to Configure SAP HCI basic authentication for SAP Cloud for Customer

How-To Guide SAP Cloud for Customer Document Version: 1.0-2014-03-20. How to Configure SAP HCI basic authentication for SAP Cloud for Customer How-To Guide SAP Cloud for Customer Document Version: 1.0-2014-03-20 How to Configure SAP HCI basic authentication for SAP Cloud for Customer Document History Document Version Description 1.0 First official

More information

R49 Using SAP Payment Engine for payment transactions. Process Diagram

R49 Using SAP Payment Engine for payment transactions. Process Diagram R49 Using SAP Payment Engine for payment transactions Process Diagram Purpose, Benefits, and Key Process Steps Purpose The purpose of this scenario is to show you how to check the result of payment orders

More information

SAP BusinessObjects Business Intelligence 4.1 One Strategy for Enterprise BI. May 2013

SAP BusinessObjects Business Intelligence 4.1 One Strategy for Enterprise BI. May 2013 SAP BusinessObjects Business Intelligence 4.1 One Strategy for Enterprise BI May 2013 SAP s Strategic Focus on Business Intelligence Core Self-service Mobile Extreme Social Core for innovation Complete

More information

Empower Individuals and Teams with Agile Data Visualizations in the Cloud

Empower Individuals and Teams with Agile Data Visualizations in the Cloud SAP Brief SAP BusinessObjects Business Intelligence s SAP Lumira Cloud Objectives Empower Individuals and Teams with Agile Data Visualizations in the Cloud Empower everyone to make data-driven decisions

More information

Ignite Your Creative Ideas with Fast and Engaging Data Discovery

Ignite Your Creative Ideas with Fast and Engaging Data Discovery SAP Brief SAP BusinessObjects BI s SAP Crystal s SAP Lumira Objectives Ignite Your Creative Ideas with Fast and Engaging Data Discovery Tap into your data big and small Tap into your data big and small

More information

Empowering Teams and Departments with Agile Visualizations

Empowering Teams and Departments with Agile Visualizations SAP Brief SAP Lumira, Edge Edition Objectives Empowering Teams and Departments with Agile Visualizations A data visualization solution for teams and departments A data visualization solution for teams

More information

The Clear Path to Business Intelligence

The Clear Path to Business Intelligence SAP Solution in Detail SAP Solutions for Small Businesses and Midsize Companies SAP Crystal Solutions The Clear Path to Business Intelligence Table of Contents 3 Quick Facts 4 Optimize Decisions with SAP

More information

Getting Started with the License Administration Workbench 2.0 (LAW 2.0)

Getting Started with the License Administration Workbench 2.0 (LAW 2.0) Getting Started SAP Global License Auditing Document Version: 1.2 2015-03-13 Getting Started with the License Administration Workbench 2.0 (LAW 2.0) Table of Contents 1 Getting Started with the License

More information

How-To Guide SAP Cloud for Customer Document Version: 1.0-2015-04-29. How to replicate marketing attributes from SAP CRM to SAP Cloud for Customer

How-To Guide SAP Cloud for Customer Document Version: 1.0-2015-04-29. How to replicate marketing attributes from SAP CRM to SAP Cloud for Customer How-To Guide SAP Cloud for Customer Document Version: 1.0-2015-04-29 How to replicate marketing attributes from SAP CRM to SAP Cloud for Customer Document History Document Version Description 1.0 First

More information

SAP BusinessObjects BI Clients

SAP BusinessObjects BI Clients SAP BusinessObjects BI Clients April 2015 Customer Use this title slide only with an image BI Use Cases High Level View Agility Data Discovery Analyze and visualize data from multiple sources Data analysis

More information

Partner Certification to Operate SAP Solutions and SAP Software Environments

Partner Certification to Operate SAP Solutions and SAP Software Environments SAP Information Sheet SAP Partner Innovation Lifecycle Services SAP Certification for Outsourcing Operations Partners Quick Facts Partner Certification to Operate SAP Solutions and SAP Software Environments

More information

How to Extend SAP Cloud for Customer - SAP On- Premise Pre-Packaged Integration Content (PI/HCI)

How to Extend SAP Cloud for Customer - SAP On- Premise Pre-Packaged Integration Content (PI/HCI) How-To Guide SAP Cloud for Customer Document Version: 3.0-2015-09-03 How to Extend SAP Cloud for Customer - SAP On- Premise Pre-Packaged Integration Content (PI/HCI) Document History Document Version Description

More information

Create Mobile, Compelling Dashboards with Trusted Business Warehouse Data

Create Mobile, Compelling Dashboards with Trusted Business Warehouse Data SAP Brief SAP BusinessObjects Business Intelligence s SAP BusinessObjects Design Studio Objectives Create Mobile, Compelling Dashboards with Trusted Business Warehouse Data Increase the value of data with

More information

Consumption of OData Services of Open Items Analytics Dashboard using SAP Predictive Analysis

Consumption of OData Services of Open Items Analytics Dashboard using SAP Predictive Analysis Consumption of OData Services of Open Items Analytics Dashboard using SAP Predictive Analysis (Version 1.17) For validation Document version 0.1 7/7/2014 Contents What is SAP Predictive Analytics?... 3

More information

Transform Your SAP Applications Landscape to Meet Changing Business Requirements

Transform Your SAP Applications Landscape to Meet Changing Business Requirements SAP Brief SAP Landscape Transformation Objectives Transform Your SAP Applications Landscape to Meet Changing Business Requirements Stay ahead of changing markets and technologies Stay ahead of changing

More information

Accelerate Business Intelligence Adoption with Interactive, Mobile Dashboards

Accelerate Business Intelligence Adoption with Interactive, Mobile Dashboards SAP Brief SAP BusinessObjects Business Intelligence s SAP BusinessObjects Dashboards Objectives Accelerate Business Intelligence Adoption with Interactive, Mobile Dashboards Create high-impact, interactive

More information

Data Doesn t Communicate Itself Using Visualization to Tell Better Stories

Data Doesn t Communicate Itself Using Visualization to Tell Better Stories SAP Brief Analytics SAP Lumira Objectives Data Doesn t Communicate Itself Using Visualization to Tell Better Stories Tap into your data big and small Tap into your data big and small In today s fast-paced

More information

Software and Delivery Requirements

Software and Delivery Requirements SAP HANA Big Data Intelligence rapiddeployment solution November 2014 English SAP HANA Big Data Intelligence rapiddeployment solution: Software and Delivery Requirements SAP SE Dietmar-Hopp-Allee 16 69190

More information

Power Smart Business Operations with Real-Time Process Intelligence

Power Smart Business Operations with Real-Time Process Intelligence SAP Brief SAP Business Suite SAP Operational Process Intelligence Powered by SAP HANA Objectives Power Smart Business Operations with Real-Time Process Intelligence Gain visibility into processes and data

More information

SEPA in SAP CRM. Application Innovation, CRM & Service Industries. Customer

SEPA in SAP CRM. Application Innovation, CRM & Service Industries. Customer SEPA in SAP CRM Application Innovation, CRM & Service Industries Customer Agenda Overview SEPA in SAP CRM Additional Information 2013 SAP AG. All rights reserved. Customer 2 Agenda Overview SEPA in SAP

More information

Real-Time Analytics: Integrating Social Media Insights with Traditional Data

Real-Time Analytics: Integrating Social Media Insights with Traditional Data SAP Brief SAP Rapid Deployment s SAP HANA Sentiment Intelligence Rapid-Deployment Objectives Real-Time Analytics: Integrating Social Media Insights with Traditional Data Capturing customer sentiment from

More information

GR5 Access Request. Process Diagram

GR5 Access Request. Process Diagram GR5 Access Request Process Diagram Purpose, Benefits, and Key Process Steps Purpose This scenario uses business roles to show a new user access provisioning and also demo using simplified access request

More information

Data Integration using Integration Gateway. SAP Mobile Platform 3.0 SP02

Data Integration using Integration Gateway. SAP Mobile Platform 3.0 SP02 Data Integration using Integration Gateway SAP Mobile Platform 3.0 SP02 DOCUMENT ID: DC02000-01-0302-01 LAST REVISED: February 2014 Copyright 2014 by SAP AG or an SAP affiliate company. All rights reserved.

More information

Agil visualisering och dataanalys

Agil visualisering och dataanalys Agil visualisering och dataanalys True Business and IT collaboration in Analytics Niklas Packendorff @packendorff SAPSA Impuls 2014 Legal disclaimer The information in this presentation is confidential

More information

Installation Guide: Agentry Device Clients SAP Mobile Platform 2.3

Installation Guide: Agentry Device Clients SAP Mobile Platform 2.3 Installation Guide: Agentry Device Clients SAP Mobile Platform 2.3 Windows DOCUMENT ID: DC01954-01-0230-01 LAST REVISED: February 2013 Copyright 2013 by SAP AG or an SAP affiliate company. All rights reserved.

More information

Visualization Starter Pack from SAP Overview Enabling Self-Service Data Exploration and Visualization

Visualization Starter Pack from SAP Overview Enabling Self-Service Data Exploration and Visualization Business Intelligence Visualization Starter Pack from SAP Overview Enabling Self-Service Data Exploration and Visualization In today s environment, almost every corporation has to work with enormous data

More information

CUSTOMER Presentation of SAP Predictive Analytics

CUSTOMER Presentation of SAP Predictive Analytics SAP Predictive Analytics 2.0 2015-02-09 CUSTOMER Presentation of SAP Predictive Analytics Content 1 SAP Predictive Analytics Overview....3 2 Deployment Configurations....4 3 SAP Predictive Analytics Desktop

More information

SAP HANA Big Data Intelligence rapiddeployment

SAP HANA Big Data Intelligence rapiddeployment SAP HANA 1.0 November 2015 English SAP HANA Big Data Intelligence rapiddeployment solution: Software and Delivery Requirements SAP SE Dietmar-Hopp-Allee 16 69190 Walldorf Germany Document Revisions 0 1

More information

SAP BusinessObjects BI Platform Document Version: 4.2 2015-11-12. Recommendations for Conversion Using the Report Conversion Tool

SAP BusinessObjects BI Platform Document Version: 4.2 2015-11-12. Recommendations for Conversion Using the Report Conversion Tool SAP BusinessObjects BI Platform Document Version: 4.2 2015-11-12 Recommendations for Conversion Using the Report Conversion Tool Content 1 Document History....3 2 About this Document.... 4 3 Conversion

More information

Introducing SAP Cloud for Analytics. Pras Chatterjee, Senior Director Product Marketing, EPM November 2015

Introducing SAP Cloud for Analytics. Pras Chatterjee, Senior Director Product Marketing, EPM November 2015 Introducing SAP Cloud for Analytics Pras Chatterjee, Senior Director Product Marketing, EPM November 2015 Legal disclaimer The information in this presentation is confidential and proprietary to SAP and

More information

Cut Costs and Improve Agility by Simplifying and Automating Common System Administration Tasks

Cut Costs and Improve Agility by Simplifying and Automating Common System Administration Tasks SAP Brief Objectives Cut Costs and Improve Agility by Simplifying and Automating Common System Administration Tasks Simplify management of SAP software landscapes Simplify management of SAP software landscapes

More information

How To Make Your Software More Secure

How To Make Your Software More Secure SAP Security Concepts and Implementation Source Code Scan Tools Used at SAP Detecting and Eliminating Security Flaws Early On Table of Contents 4 SAP Makes Code Scan Tools for ABAP Programming Language

More information

Price and Revenue Management - Manual Price Changes. SAP Best Practices for Retail

Price and Revenue Management - Manual Price Changes. SAP Best Practices for Retail Price and Revenue Management - Manual Price Changes SAP Best Practices for Retail Purpose, Benefits, and Key Process Steps Purpose For the creation of manual price changes via the Price Planning Workbench,

More information

SAP S/4HANA Embedded Analytics

SAP S/4HANA Embedded Analytics Frequently Asked Questions November 2015, Version 1 EXTERNAL SAP S/4HANA Embedded Analytics The purpose of this document is to provide an external audience with a selection of frequently asked questions

More information

How to Configure an Example SAP Cloud Applications Studio (PDI) Solution for SAP Cloud for Customer

How to Configure an Example SAP Cloud Applications Studio (PDI) Solution for SAP Cloud for Customer How-To Guide Document Version: 1411 2014.12.15 How to Configure an Example SAP Cloud Applications Studio (PDI) Solution for SAP Cloud for Customer How to configure an example SAP Cloud Applications Studio

More information

SAP HANA Cloud Integration CUSTOMER

SAP HANA Cloud Integration CUSTOMER CUSTOMER Table of Contents 1 Introduction.... 3 2 from a Bird s Eye Perspective....4 3 Integration Capabilities....5 4 Connectivity Options....7 5 Using Predefined Integration Content....8 6 Security....

More information

Cost-Effective Data Management and a Simplified Data Warehouse

Cost-Effective Data Management and a Simplified Data Warehouse SAP Information Sheet SAP Technology SAP HANA Dynamic Tiering Quick Facts Cost-Effective Data Management and a Simplified Data Warehouse Quick Facts Summary The SAP HANA dynamic tiering option helps application

More information

K75 SAP Payment Engine for Credit transfer (SWIFT & SEPA) Process Diagram

K75 SAP Payment Engine for Credit transfer (SWIFT & SEPA) Process Diagram K75 SAP Payment Engine for Credit transfer (SWIFT & SEPA) Process Diagram Purpose, Benefits, and Key Process Steps Purpose The purpose of this scenario is to describe and / or support testing of the entire

More information

Interactive Dashboards for Decision Makers

Interactive Dashboards for Decision Makers SAP Product Brief SAP Crystal s SAP Crystal Dashboard Design Objectives Interactive Dashboards for Decision Makers Transform complex data into engaging, interactive dashboards Transform complex data into

More information

Managing Customer Relationships with SAP Business One

Managing Customer Relationships with SAP Business One SAP Brief SAP s for Small Businesses and Midsize Companies SAP Business One Objectives Managing Customer Relationships with SAP Business One Win new customers and forge better relationships Win new customers

More information

SAP Business Planning and Consolidation, starter kit for mobile Financial Results Insight Session Code 1012

SAP Business Planning and Consolidation, starter kit for mobile Financial Results Insight Session Code 1012 SAP Business Planning and Consolidation, starter kit for mobile Financial Results Insight Session Code 1012 Enterprise Performance Management September 2013 Agenda SAP Business Planning and Consolidation,

More information

SAP Audit Management A Preview

SAP Audit Management A Preview SAP Audit Management A Preview SAP AG November 2013 Customer 1 Agenda Business Challenges The Idea The Solution Roadmap Demo 2013 SAP AG. All rights reserved. Customer 2 Disclaimer The information in this

More information

Transform HR into a Best-Run Business Best People and Talent: Gain a Trusted Partner in the Business Transformation Services Group

Transform HR into a Best-Run Business Best People and Talent: Gain a Trusted Partner in the Business Transformation Services Group SAP Services Transform HR into a Best-Run Business Best People and Talent: Gain a Trusted Partner in the Business Transformation Services Group A Journey Toward Optimum Results The Three Layers of HR Transformation

More information

SAP Business One mobile app for Android Version 1.0.x November 2013

SAP Business One mobile app for Android Version 1.0.x November 2013 SAP Business One mobile app for Android Version 1.0.x November 2013 Legal disclaimer The information in this presentation is confidential and proprietary to SAP and may not be disclosed without the permission

More information

Managing Procurement with SAP Business One

Managing Procurement with SAP Business One SAP Product Brief SAP s for Small Businesses and Midsize Companies SAP Business One Objectives Managing Procurement with SAP Business One Integrate optimized procurement with the entire business Integrate

More information

4 Ways That Electric Vehicles Will Impact Utilities

4 Ways That Electric Vehicles Will Impact Utilities E-Book NO. 26 4 Ways That Electric Vehicles Will Impact Utilities SAP Center for Business Insight Brief Q&A Case Study Inquiry E-Book Though the number of electric vehicles is still relatively small, their

More information

Enabling Better Business Intelligence and Information Architecture With SAP Sybase PowerDesigner Software

Enabling Better Business Intelligence and Information Architecture With SAP Sybase PowerDesigner Software SAP Technology Enabling Better Business Intelligence and Information Architecture With SAP Sybase PowerDesigner Software Table of Contents 4 Seeing the Big Picture with a 360-Degree View Gaining Efficiencies

More information

How-To Guide SAP Cloud for Customer Document Version: 2.0-2015-10-06. How to Perform Initial Load of data from SAP ERP to SAP Cloud for Customer

How-To Guide SAP Cloud for Customer Document Version: 2.0-2015-10-06. How to Perform Initial Load of data from SAP ERP to SAP Cloud for Customer How-To Guide SAP Cloud for Customer Document Version: 2.0-2015-10-06 How to Perform Initial Load of data from SAP ERP to SAP Cloud for Customer Document History Document Version Description 1.0 First official

More information

K88 - Additional Business Operations for Loans. Process Diagram

K88 - Additional Business Operations for Loans. Process Diagram K88 - Additional Business Operations for Loans Process Diagram K88 Additional Business Operations for Loans Payment Plan Change SAP UI/ A Financial Services ->Account Management -> Periodic Tasks -> Communication

More information

Use Advanced Analytics to Guide Your Business to Financial Success

Use Advanced Analytics to Guide Your Business to Financial Success SAP Information Sheet Analytics Solutions from SAP Quick Facts Use Advanced Analytics to Guide Your Business to Financial Success Quick Facts Summary With advanced analytics from SAP, finance experts can

More information

Mobile app for Android Version 1.2.x, December 2015

Mobile app for Android Version 1.2.x, December 2015 Mobile app for Android Version 1.2.x, December 2015 Introduction This app allows you to access SAP Business One, SAP s enterprise resource planning application for small businesses, anywhere and anytime.

More information

Help Users Rapidly Adopt New Technology for a Faster Return on Investment

Help Users Rapidly Adopt New Technology for a Faster Return on Investment SAP Brief SAP Education SAP Learning Hub Objectives Help Users Rapidly Adopt New Technology for a Faster Return on Investment Encourage rapid adoption through effective user enablement Encourage rapid

More information

Building Your Company s Data Visualization Strategy

Building Your Company s Data Visualization Strategy Building Your Company s Data Visualization Strategy Ian Mayor SAP BI Product Strategy Session 0702 2014 SAP AG or an SAP affiliate company. All rights reserved. Public 1 Legal disclaimer The information

More information

Enabling Better Business Intelligence and Information Architecture With SAP PowerDesigner Software

Enabling Better Business Intelligence and Information Architecture With SAP PowerDesigner Software SAP Technology Enabling Better Business Intelligence and Information Architecture With SAP PowerDesigner Software Table of Contents 4 Seeing the Big Picture with a 360-Degree View Gaining Efficiencies

More information

SAP Business One mobile app for ios. Version 1.9.x September 2013

SAP Business One mobile app for ios. Version 1.9.x September 2013 SAP Business One mobile app for ios Version 1.9.x September 2013 Legal disclaimer The information in this presentation is confidential and proprietary to SAP and may not be disclosed without the permission

More information

Harness the Power of Analytics Across Lines of Business with Speed and Ease

Harness the Power of Analytics Across Lines of Business with Speed and Ease SAP Brief SAP Crystal s Objectives Harness the Power of Analytics Across Lines of Business with Speed and Ease Enable better insight at critical moments of engagement Enable better insight at critical

More information

Winning with an Intuitive Business Intelligence Solution for Midsize Companies

Winning with an Intuitive Business Intelligence Solution for Midsize Companies SAP Product Brief SAP s for Small Businesses and Midsize Companies SAP BusinessObjects Business Intelligence, Edge Edition Objectives Winning with an Intuitive Business Intelligence for Midsize Companies

More information

SuccessFactors Global Human Capital Management (HCM) Academy and Admin Training Schedule (Q3 Q4 2014)

SuccessFactors Global Human Capital Management (HCM) Academy and Admin Training Schedule (Q3 Q4 2014) SuccessFactors Global Human Capital Management (HCM) Academy and Admin Training Schedule (Q3 Q4 2014) The SuccessFactors Global HCM Training Schedule makes it easier to locate and enroll in the training

More information

SAP Learning Hub: Your Competitive Advantage for a Career in SAP Solutions

SAP Learning Hub: Your Competitive Advantage for a Career in SAP Solutions Frequently Asked Questions SAP Learning Hub, Student Edition SAP Learning Hub: Your Competitive Advantage for a Career in SAP Solutions SAP edition, offers a range of educational content tailored to the

More information

SBOP Analysis 2.1, edition for Microsoft Office Additional PAM Information

SBOP Analysis 2.1, edition for Microsoft Office Additional PAM Information SBOP Analysis 2.1, edition for Microsoft Office Additional PAM Information SBOP Analysis Office Maintenance Strategy Data Access Support Functionality Specific Prerequisites SBOP Analysis Office Components

More information

Mobile app for Android Version 1.0.x, January 2014

Mobile app for Android Version 1.0.x, January 2014 Mobile app for Android Version 1.0.x, January 2014 Legal disclaimer The information in this presentation is confidential and proprietary to SAP and may not be disclosed without the permission of SAP. This

More information

Mobile app for ios Version 1.11.x, December 2015

Mobile app for ios Version 1.11.x, December 2015 Mobile app for ios Version 1.11.x, December 2015 Introduction This app allows you to access SAP Business One, SAP s enterprise resource planning application for small businesses, anywhere and anytime.

More information

Elevate Your Customer Engagement Strategy with Cloud Services

Elevate Your Customer Engagement Strategy with Cloud Services SAP Brief SAP Services Cloud Services for Customer Relations Objectives Elevate Your Customer Engagement Strategy with Cloud Services Win over today s empowered customers Win over today s empowered customers

More information

2015-09-24. SAP Operational Process Intelligence Security Guide

2015-09-24. SAP Operational Process Intelligence Security Guide 2015-09-24 SAP Operational Process Intelligence Security Guide Content 1 Introduction.... 3 2 Before You Start....5 3 Architectural Overview.... 7 4 Authorizations and Roles.... 8 4.1 Assigning Roles to

More information

Complementary Demo Guide

Complementary Demo Guide Complementary Demo Guide Lockbox Payment Process SAP Business ByDesign SAP Business ByDesign Global August 15, 2014 SAP Cloud Reference Systems Table of Content 1 About this Document... 3 1.1 Purpose...

More information

Run SAP Risk Management for Enterprise Risks in Life Sciences for Fast Business Value

Run SAP Risk Management for Enterprise Risks in Life Sciences for Fast Business Value SAP Information Sheet SAP Solutions for Governance, Risk, and Compliance SAP Risk Management Quick Facts Run SAP Risk Management for Enterprise Risks in Life Sciences for Fast Business Value Quick Facts

More information

Release Document Version: 1.4 SP8-2014-07-31. What's New Guide: SAP BusinessObjects Analysis, edition for Microsoft Office

Release Document Version: 1.4 SP8-2014-07-31. What's New Guide: SAP BusinessObjects Analysis, edition for Microsoft Office Release Document Version: 1.4 SP8-2014-07-31 What's New Guide: SAP BusinessObjects Analysis, edition for Microsoft Office Table of Contents 1 About this guide....3 2 About the documentation set....4 3

More information

SAP-Managed Migration to SAP Business Suite powered by SAP HANA in the Cloud

SAP-Managed Migration to SAP Business Suite powered by SAP HANA in the Cloud SAP Services SAP-Managed Migration to SAP Business Suite powered by SAP HANA in the Cloud Table of Contents 6 Introducing the Discovery Package 8 Introducing the Live Migration Packages 10 Realize the

More information

SAP Business Intelligence Adoption V6.41: Software and Delivery Requirements. SAP Business Intelligence Adoption February 2015 English

SAP Business Intelligence Adoption V6.41: Software and Delivery Requirements. SAP Business Intelligence Adoption February 2015 English Business Intelligence Adoption February 2015 English Business Intelligence Adoption V6.41: Software and Delivery Requirements AG Dietmar-Hopp-Allee 16 69190 Walldorf Germany Document Revisions Date 0 11/11/14

More information

Mobile app for ios Version 1.10.x, August 2014

Mobile app for ios Version 1.10.x, August 2014 Mobile app for ios Version 1.10.x, August 2014 Introduction This app allows you to access SAP Business One, SAP s enterprise resource planning application for small businesses, anywhere and anytime. Managers,

More information

SAP BusinessObjects Cloud

SAP BusinessObjects Cloud Frequently Asked Questions SAP BusinessObjects Cloud SAP BusinessObjects Cloud To help customers Run Simple, SAP is breaking the limitations of the past. On October 20, 2015, we unveiled a new generation

More information

Multi Channel Sales Order Management: Mail Order. SAP Best Practices for Retail

Multi Channel Sales Order Management: Mail Order. SAP Best Practices for Retail Multi Channel Sales Order Management: Mail Order SAP Best Practices for Retail Purpose, Benefits, and Key Process Steps Purpose Multi Channel Sales Order Management: Mail Order describes a Business-to-Consumer

More information

How to Deliver a Coordinated Customer Experience across Every Channel

How to Deliver a Coordinated Customer Experience across Every Channel E-Book NO. 83 How to Deliver a Coordinated Customer Experience across Every Channel SAP Center for Business Insight Brief Q&A Case Study Inquiry E-Book You Can t Kill Silos Organizational silos are like

More information

SAP HANA SPS 09 - What s New? Development Tools

SAP HANA SPS 09 - What s New? Development Tools SAP HANA SPS 09 - What s New? Development Tools (Delta from SPS 08 to SPS 09) SAP HANA Product Management November, 2014 2014 SAP SE or an SAP affiliate company. All rights reserved. 1 Overview What s

More information

Measure Your Data and Achieve Information Governance Excellence

Measure Your Data and Achieve Information Governance Excellence SAP Brief SAP s for Enterprise Information Management SAP Information Steward Objectives Measure Your Data and Achieve Information Governance Excellence A single solution for managing enterprise data quality

More information

Maximize Spend Visibility and Turn Data into Actionable Intelligence

Maximize Spend Visibility and Turn Data into Actionable Intelligence SAP Brief Ariba s Ariba Spend Visibility Objectives Maximize Spend Visibility and Turn Data into Actionable Intelligence Good spend management begins with good spend visibility Good spend management begins

More information

SAP Sales and Operations Planning

SAP Sales and Operations Planning Document Version: 1.0 2014-05-21 Additional Documentation Typographic Conventions Type Style Example Description Words or characters quoted from the screen. These include field names, screen titles, pushbuttons

More information

How-To Guide SAP NetWeaver Document Version: 1.0-2013-12-22. How To Guide - Configure SSL in ABAP System

How-To Guide SAP NetWeaver Document Version: 1.0-2013-12-22. How To Guide - Configure SSL in ABAP System How-To Guide SAP NetWeaver Document Version: 1.0-2013-12-22 Document History Document Version Description 1.0 First official release of this guide Document History 2013 SAP AG or an SAP affiliate company.

More information

SAP BusinessObjects Design Studio Document Version: 1.2-2013-11-12. What's New Guide: SAP BusinessObjects Design Studio

SAP BusinessObjects Design Studio Document Version: 1.2-2013-11-12. What's New Guide: SAP BusinessObjects Design Studio SAP BusinessObjects Design Studio Document Version: 1.2-2013-11-12 What's New Guide: SAP BusinessObjects Design Studio Table of Contents 1 About This Guide....3 2 About the Documentation Set....4 3 New

More information

SAP BusinessObjects Design Studio Deep Dive. Ian Mayor and David Stocker SAP Session 0112

SAP BusinessObjects Design Studio Deep Dive. Ian Mayor and David Stocker SAP Session 0112 SAP BusinessObjects Design Studio Deep Dive Ian Mayor and David Stocker SAP Session 0112 Legal Disclaimer 2013 SAP AG. All rights reserved. 2 SAP BusinessObjects Client Tools Build Custom Experiences Dashboards

More information

Understanding Security and Rights in SAP BusinessObjects Business Intelligence 4.1

Understanding Security and Rights in SAP BusinessObjects Business Intelligence 4.1 Understanding Security and Rights in SAP BusinessObjects Business Intelligence 4.1 Session Code*: 0313 Greg Wcislo Disclaimer This presentation outlines our general product direction and should not be

More information

How-To Guide for SAP Advanced Planning and Optimization, Demand Planning Add-In for Microsoft Excel

How-To Guide for SAP Advanced Planning and Optimization, Demand Planning Add-In for Microsoft Excel How-To Guide SAP Advanced Planning and Optimization, demand planning add-in for Microsoft Excel Document Version: 1.10 2015-04-10 CUSTOMER How-To Guide for SAP Advanced Planning and Optimization, Demand

More information

How To Use An Automotive Consulting Solution In Ansap

How To Use An Automotive Consulting Solution In Ansap Automotive Consulting Solution Warranty Management - Claim Copier Agenda 1. Benefit for the Customer 2. Description of the Function 3. The Function in the System 4. Technical Information 2 Customer Benefit

More information

Protect Your Connected Business Systems by Identifying and Analyzing Threats

Protect Your Connected Business Systems by Identifying and Analyzing Threats SAP Brief SAP Technology SAP Enterprise Threat Detection Objectives Protect Your Connected Business Systems by Identifying and Analyzing Threats Prevent security breaches Prevent security breaches Are

More information

Formulate Winning Sales and Operations Strategies Through Integrated Planning

Formulate Winning Sales and Operations Strategies Through Integrated Planning SAP Brief SAP Supply Chain Management SAP Sales and Operations Planning Objectives Formulate Winning Sales and Operations Strategies Through Integrated Planning Keep pace with rapidly changing market conditions

More information

Ariba Procure-to-Pay Integration rapiddeployment

Ariba Procure-to-Pay Integration rapiddeployment September 2015 English Ariba Procure-to-Pay Integration rapiddeployment solution: Software and Delivery Requirements SAP SE Dietmar-Hopp-Allee 16 69190 Walldorf Germany Document Revisions Date 0 May 11,

More information

Working Capital Analytics Overview. SAP Business Suite Application Innovation March 2015

Working Capital Analytics Overview. SAP Business Suite Application Innovation March 2015 Working Capital Analytics Overview SAP Business Suite Application Innovation March 2015 Abstract As of Smart Financials 1.0 SP02 SAP delivers Working Capital Analytics DSO Analysis Working Capital Analytics

More information

Contents. About this Support Package / Patch...5. To install the EPM Add-in for Microsoft Office Support Package 15 / Patch XX...

Contents. About this Support Package / Patch...5. To install the EPM Add-in for Microsoft Office Support Package 15 / Patch XX... SAP BusinessObjects EPM Add-in for Microsoft Office Support Package 15 / Patch XX Installation Procedure SAP BusinessObjects EPM solutions, add-in for Microsoft Office 10.0 Support Package 15 / Patch XX

More information

Transform Audit Practices and Move Beyond Assurance

Transform Audit Practices and Move Beyond Assurance SAP Brief SAP s for Governance, Risk, and Compliance SAP Audit Management Objectives Transform Audit Practices and Move Beyond Assurance Advance along the technology curve Advance along the technology

More information

Enhance Customer Service with Integrated Scale Management Software from SAP

Enhance Customer Service with Integrated Scale Management Software from SAP SAP Brief Extensions SAP Open Scale Management by GK Objectives Enhance Customer Service with Integrated Scale Management Software from SAP Use weight data to enhance item management Use weight data to

More information

Information Technology Meets Operational Technology in the Internet of Things

Information Technology Meets Operational Technology in the Internet of Things SAP Brief SAP Extensions SAP HANA IoT Connector by OSIsoft Objectives Information Technology Meets Operational Technology in the Internet of Things Reimagine your entire business Reimagine your entire

More information

Reimagining Business with SAP HANA Cloud Platform for the Internet of Things

Reimagining Business with SAP HANA Cloud Platform for the Internet of Things SAP Brief SAP HANA SAP HANA Cloud Platform for the Internet of Things Objectives Reimagining Business with SAP HANA Cloud Platform for the Internet of Things Connect, transform, and reimagine Connect,

More information

SAP Note 1825734 Optimization of Financial Processes for China: Account Balance, Aging, and GR/IR

SAP Note 1825734 Optimization of Financial Processes for China: Account Balance, Aging, and GR/IR SAP Library Documentation Changes SAP Note 1825734 Optimization of Financial Processes for China: Account Balance, Aging, and GR/IR CUSTOMER April, 2013 (C) SAP AG SAP Note: 1825734 1 Copyright Copyright

More information

Streamline Processes and Gain Business Insights in the Cloud

Streamline Processes and Gain Business Insights in the Cloud SAP Brief SAP s for Small Businesses and Midsize Companies SAP Business One Cloud Objectives Streamline Processes and Gain Business Insights in the Cloud Drive profitable growth affordably and without

More information

SFSF EC to 3 rd party payroll Integration Software and Delivery Requirements

SFSF EC to 3 rd party payroll Integration Software and Delivery Requirements SAP HCI(PI) August 2015 English SFSF EC to 3 rd party payroll Integration Software and Delivery Requirements SAP SE Dietmar-Hopp-Allee 16 69190 Walldorf Germany Document Revisions Date 0 November 2014

More information

Simplify and Secure Cloud Access to Critical Business Data

Simplify and Secure Cloud Access to Critical Business Data SAP Brief SAP Technology SAP Cloud Identity Objectives Simplify and Secure Cloud Access to Critical Business Data Gain simplicity and security in a single cloud solution Gain simplicity and security in

More information

SAP 3D Visual Enterprise Rapid-Deployment Solution

SAP 3D Visual Enterprise Rapid-Deployment Solution SAP 3D Visual Enterprise 8.0 July 2014 English SAP 3D Visual Enterprise Rapid-Deployment Solution SAP AG Dietmar-Hopp-Allee 16 69190 Walldorf Germany Copyright 2014 SAP AG or an SAP affiliate company.

More information

Optimize Retail Label and Poster Printing with SAP Software

Optimize Retail Label and Poster Printing with SAP Software SAP Brief Extensions SAP Label and Poster Printing by GK Objectives Optimize Retail Label and Poster Printing with SAP Software Take control of retail printing processes Take control of retail printing

More information

University Competence Center: Leading a Co-Innovation Project on SAP Cloud Appliance Library

University Competence Center: Leading a Co-Innovation Project on SAP Cloud Appliance Library 2014 SAP SE or an SAP affiliate company. All rights reserved. University Competence Center: Leading a Co-Innovation Project on SAP Cloud Appliance Library Organization University Competence Center, an

More information