Authorizations for Cross-Database Comparison (CDC)

Size: px
Start display at page:

Download "Authorizations for Cross-Database Comparison (CDC)"

Transcription

1 Authorizations for Cross-Database Comparison (CDC) Solution Manager 7.1 and 7.2 June 7, 2016 Customer

2 Agenda Introduction / Overview Authorization Objects and Roles Further Authorizations 2013 SAP AG. All rights reserved. Customer 2

3 Introduction / Overview

4 Introduction Reasons for authorization checks in CDC Comparisons may extract and store sensitive data Change of comparisons (for example filter criteria or connections) may lead to access to critical data Critical actions like development tasks are executed in the managed systems ( source systems ) 2013 SAP AG. All rights reserved. Customer 4

5 CDC workflow and authorization overview Define Comparison The authorization to create and change comparisons is checked in SAP Solution manager. The authorization to access local data dictionary is checked in the managed system or remote database. Generate Coding Transport Coding The authorization to start the generation is checked in the SAP Solution Manager. The developer authorization is checked in the managed development SAP system. Standard transport mechanism in SAP ABAP-based systems Only relevant for source type ABAP, which needs a generation of specific extractor coding Execute Comparison The authorization to execute this comparison is checked in SAP Solution Manager. The managed SAP system checks whether the source tables can be displayed by the RFC-user. Remote database connection is checked in SAP Solution Manager. Display Comparison Results The authorization to display the comparison result is checked in SAP Solution Manager. Change Comparison The authorization to redefine a comparison is checked in SAP Solution Manager SAP AG. All rights reserved. Customer 5

6 Authorization Objects and Roles Required on SAP Solution Manager to use the CDC Application

7 Terminology of CDC in Solution Manager systems 7.1 and 7.2 With the introduction of the new streamlined CDC user interface in Solution Manager 7.2, there was also a slight terminology change: Purpose Terminology in 7.1 Terminology in 7.2 Authorization object Technical Data Model and fixed filters of a Comparison ( design-time settings ) Connection parameters and variable filters of a Comparison ( run-time settings ) Comparison Object Data Model SM_CDC_OBJ Comparison Instance Comparison SM_CDC_INS This presentation is valid for both Solution Manager 7.1 and Solution Manager 7.2. The explained authorization objects are identical to guarantee a smooth upgrade without the need of changing the authorization concept. However, in 7.2 you should note that the maintenance of the Data Model and the Comparison happens on one screen. So for most user interactions you need authorizations for both authorization objects (at least display authorization). This is how also the standard template roles are designed SAP AG. All rights reserved. Customer 7

8 Authorization Object for Comparison Object Maintenance (7.1) Authorization Object for Data Model Maintenance (7.2) Authorization Object SM_CDC_OBJ Restriction to specific Comparison Object / Data Model names via authorization field CDC_OBJ_N Restriction to certain Source Types via authorization field CDC_S_TYPE Restriction to certain Connections via authorization field CDC_CONN Restriction to selected Activities via authorization field ACTVT 01 Creation of a new Comparison Object / Data Model 02 Change of an existing Comparison Object / Data Model 03 Display of a Comparison Object / Data Model 06 Deletion of a Comparison Object / Data Model 07 Generation of extractors, e.g. ABAP function modules 36 Creation of a Comparison (Instance) for a given Comparison Object / Data Model 2013 SAP AG. All rights reserved. Customer 8

9 Authorization Object for Comparison Instance Maintenance (7.1) Authorization Object for Comparison Maintenance (7.2) Authorization Object SM_CDC_INS Restriction to specific Comparison Instances / Comparison names via authorization field CDC_INST Restriction to certain Source Types via authorization field CDC_S_TYPE Restriction to certain Connections via authorization field CDC_CONN Restriction to selected Activities via authorization field ACTVT 01 Creation of a new Comparison (Instance) 02 Change of an existing Comparison (Instance) 03 Display of a Comparison (Instance) 06 Deletion of a Comparison (Instance) 16 Execution of a Comparison (Instance) = Comparison Run 35 Display results of a Comparison Run 65 Reorganize old results of Comparison Runs 2013 SAP AG. All rights reserved. Customer 9

10 Old template roles for CDC in Solution Manager systems earlier than 7.1 SPS9 Template role SAP_CDC_ADMIN Full authorization for creation and execution of Comparison Objects and Comparison Instances Template role SAP_CDC_DISPLAY For display users, all display authorizations, but no modelling and execution 2013 SAP AG. All rights reserved. Customer 10

11 New template roles for CDC starting with Solution Manager 7.1 SPS9 and in Solution Manager 7.2 Template role SAP_CDC_OBJECT_MODELER * For developing Comparison Objects / Data Models: The Object Modeler can create/change/delete the data modeling and generation, but is not allowed to create a runnable instance of it Template role SAP_CDC_INSTANCE_CREATOR * For creating/developing Comparison Instances / Comparisons: The Instance Creator can display and use an existing data model in order to create/change/delete comparisons, but cannot change the data model itself Template role SAP_CDC_INSTANCE_EXECUTER The Instance Executer can execute and reorganize the comparison run, but can neither output the result, nor change the comparison and its data model Template role SAP_CDC_INSTANCE_ANALYZER The Instance Analyzer can output the result (business data), but cannot execute the run himself, nor change the comparison and its data model * In 7.2, a user typically has a combination of the two roles SAP_CDC_OBJECT_MODELER and SAP_CDC_INSTANCE_CREATOR 2013 SAP AG. All rights reserved. Customer 11

12 Further Authorizations Authorizations depending on the used Source Types (=access techniques to the source systems) Some may be needed on SAP Solution Manager itself Some may be needed on the individual source system

13 Special Authorizations Source Type ABAP (using generated extractor function modules) During definition of Comparison Objects / Data Models On SAP Solution Manager Read RFC Connection to managed development system (with background user), for dictionary access Trusted RFC Connection to managed development system (with dialog user), for extractor generation On managed system Authorization object S_DEVELOP (to create new function modules) Authorization object S_RFCACL (to use the trusted connection) Authorization object S_RFC (to execute function modules remotely) Function group SEUF for function module RS_FUNCTIONMODULE_INSERT Function group SUNI for function modules FUNCTION_EXISTS and RS_FUNCTION_POOL_INSERT Function group OXT_GENERIC_SERVICES for function module OXT_CHECK_DEVCLASS Function group SDTB for function module DD_TABL_GET Function group SDTX for function module RFC_READ_TABLE Function group SRFC for function module RFC_PING 2013 SAP AG. All rights reserved. Customer 13

14 Special Authorizations Source Type ABAP (using generated extractor function modules) During execution of Comparison Runs On SAP Solution Manager Read RFC Connection to managed system, for data extraction (typically from the production system) On managed system Authorization object S_TCODE for transaction SE16 Authorization object S_TABU_DIS (for the table groups to be extracted) starting with Solution Manager 7.1 SPS9 also S_TABU_NAM is supported for details on these two authorization objects see SAP Note Authorization object S_RFC for the generated extractor function modules the function group is typically in Z namespace 2013 SAP AG. All rights reserved. Customer 14

15 Special Authorizations Source Type ABDY (using a generic extractor function module) During definition of Comparison Objects / Data Models On SAP Solution Manager Read RFC Connection to managed system, for dictionary access On managed system Authorization object S_RFC (to execute function modules remotely) Function group SUNI for function module FUNCTION_EXISTS Function group SDTB for function module DD_TABL_GET Function group SDTX for function module RFC_READ_TABLE Function group SRFC for function module RFC_PING 2013 SAP AG. All rights reserved. Customer 15

16 Special Authorizations Source Type ABDY (using a generic extractor function module) During execution of Comparison Runs On SAP Solution Manager Read RFC Connection to managed system, for data extraction (typically from the production system) On managed system Authorization object S_TCODE for transaction SE16 Authorization object S_TABU_DIS (for the table groups to be extracted) starting with Solution Manager 7.1 SPS9 also S_TABU_NAM is supported for details on these two authorization objects see SAP Note Authorization object S_RFC for the generic extractor function module /SDF/DCC_CDC_GENERIC_EXTRACTOR delivered by add-on ST-PI 2008_1_700 SP08 (SAPKITLRD8) or as manual down-port with SAP Note SAP AG. All rights reserved. Customer 16

17 Special Authorizations Source Type ADBC (using a remote database connection) Common during definition and execution of Comparisons On SAP Solution Manager Authorization object S_DBCON DBA_DBHOST Name of the DBCON entry for the remote database in transaction DBACOCKPIT DBA_DBSID (not used) DBA_DBUSER (not used) ACTVT Activity SAP AG. All rights reserved. Customer 17

18 Special Authorizations BPMon data collector for automatic monitoring of CDC Comparison Results During background execution of the BPMon data collector On SAP Solution Manager (from BPMon point-of-view, Solution Manager is a managed system here) The background user that is used for the BPMon data collection (e.g. SM_BPMO) needs display-only authorization for the Comparison, which are maintained as filter parameter in the BPMon Setup It is recommended to assign template role SAP_CDC_INSTANCE_ANALYZER For Solution Manager release below 7.1 SP 9, use the older role SAP_CDC_DISPLAY instead During the call of the detail info feature in BPMon alert list to navigate to CDC UI On SAP Solution Manager (from BPMon point-of-view, Solution Manager is a managed system here) The dialog user that is calling the detail info CDC UI needs display-only authorization for the Comparisons and special authorization to view the detailed result data (ACTVT 35 = Output) It is recommended to assign template role SAP_CDC_INSTANCE_ANALYZER For Solution Manager release below 7.1 SP 9, use the older role SAP_CDC_DISPLAY instead The BPMon Framework does it own standard checks before allowing detail info calls Authorization object SM_BPM_DET, which is included in standard role SAP_MANAGED_BPOANA_DIS 2013 SAP AG. All rights reserved. Customer 18

19 Special Authorizations Integration between SLT (LT Replication Server) and CDC RFC User for the direction SLT to Solution Manager (to execute expert functions) On SAP Solution Manager Authorization object S_RFC (to execute function modules remotely): Function group DSWP_CDC_APP for all function modules DSWP_CDC_GET* CDC display authorizations (based on authorization objects SM_CDC_OBJ and SM_CDC_INS): It is recommended to assign template role SAP_CDC_INSTANCE_ANALYZER For Solution Manager release below 7.1 SP 9, use the older role SAP_CDC_DISPLAY instead For the direction Solution Manager to SLT (to execute mass creation of comparison) On SLT system Authorization object S_RFC (to execute function modules remotely): Function group IUUC_REPAIR_API for function modules IUUC_REPL_GET_CONFIGURATIONS and IUUC_REPL_GET_CONFIG_TABLES Function group SUNI for function module FUNCTION_EXISTS Function group SDTX for function module RFC_READ_TABLE 2013 SAP AG. All rights reserved. Customer 19

20 Thank you

BPMon Data Collector Generic Table Entry Counter

BPMon Data Collector Generic Table Entry Counter Business Process Monitoring Set-up and User Guide BPMon Data Collector Generic Table Entry Counter Version: 1.10 Last Change: 20.09.2017 10:50 Table of Contents 1 The monitor Table Entry Counter (BOTABCNT)...

More information

Executing Remote Static Checks in Context of HANA Migration

Executing Remote Static Checks in Context of HANA Migration Executing Remote Static Checks in Context of HANA Migration NOTE This topic does not address the common usage of remote static checks in the Code Inspector. It focuses rather on static checks that are

More information

Overview: Unified Interface Monitoring

Overview: Unified Interface Monitoring Overview: Unified Interface Monitoring SAP SE November 2014 Customer Agenda Introduction Migration of Interface Monitoring to Interface Channel Monitoring Working with Interface Channel Monitoring Appendix:

More information

Business Process Monitoring for non-abap/non-sap

Business Process Monitoring for non-abap/non-sap Business Process Monitoring for non-abap/non-sap Application Monitoring SAP AG Global CoE Business Process Integration Active Global Support SAP 2010 / BPMon via Web Service / Page 1 Agenda 1. Introduction

More information

Implementation Guide for Data Volume Management Workcenter (DVM WoC) on Solman 7.1

Implementation Guide for Data Volume Management Workcenter (DVM WoC) on Solman 7.1 Implementation Guide for Data Volume Management Workcenter (DVM WoC) on Solman 7.1 Disclaimer SAP assumes no responsibility for errors or omissions in this implementation guide. SAP does not warrant the

More information

Trigger-Based Data Replication Using SAP Landscape Transformation Replication Server

Trigger-Based Data Replication Using SAP Landscape Transformation Replication Server Installation Guide SAP Landscape Transformation Replication Server Document Version: 1.6 2017-06-14 CUSTOMER Trigger-Based Data Replication Using SAP Landscape Transformation Replication Server - For SAP

More information

Migration of Interface Monitoring in classical BPMon to Interface & Connection Monitoring SAP Solution Manager 7.1 / 7.2

Migration of Interface Monitoring in classical BPMon to Interface & Connection Monitoring SAP Solution Manager 7.1 / 7.2 Migration of Interface Monitoring in classical BPMon to Interface & Connection Monitoring SAP Solution Manager 7.1 / 7.2 Document Version 1.3 (August 2017) TABLE OF CONTENTS INTRODUCTION... 3 MONITOR TYPES

More information

Component-Based Message Alerting with SAP NW PI Lab Preview

Component-Based Message Alerting with SAP NW PI Lab Preview with SAP NW PI 7.31 Overview on Component-Based Message Alerting Supported Consumers Alert representation in SAP Solution Manager 7.1 SP3. Full support with 7.1 SP5. Aggregated alert view or individual

More information

Interface Documentation in Solution Documentation

Interface Documentation in Solution Documentation Interface Documentation in Solution Documentation SAP Solution Manager 7.2, SP05 SAP DBS July 2017 Agenda Introduction Interfaces in Solution Documentation Interface Documentation Application Migration

More information

Interface Documentation in SAP Solution Manager 7.2 Setup and End User Guide (Support Package 05)

Interface Documentation in SAP Solution Manager 7.2 Setup and End User Guide (Support Package 05) Interface Documentation in SAP Solution Manager 7.2 Setup and End User Guide (Support Package 05) July 2017 TABLE OF CONTENTS 1 INTRODUCTION... 4 1.1 Release Notes... 4 1.2 Technical Prerequisites / Authorizations...

More information

CO-OM tools: Functions of transaction SE16H

CO-OM tools: Functions of transaction SE16H - CO-OM tools: Functions of transaction SE16H Version 10 Type SAP Note Language English Master Language German Priority Recommendations / Additional Info Category Consulting Release Status Released for

More information

SAP HANA ADMINISTRATION

SAP HANA ADMINISTRATION IT HUNTER SOLUTIONS Contact No - +1 9099998808 Email ID ithuntersolutions@gmail.com SAP HANA ADMINISTRATION SAP HANA Technology Overview Introduction to SAP HANA SAP In-Memory Strategy HANA compare to

More information

Focused Build for SAP Solution Manager

Focused Build for SAP Solution Manager Security Guide Document Version: 1.2-2018-07-12 ST-OST 2.0 SP 2 Typographic Conventions Type Style Example Description Words or characters quoted from the screen. These include field names, screen titles,

More information

SAP Landscape Transformation Replication Server

SAP Landscape Transformation Replication Server Application Operations Guide Document Version: 3.2 2016-06-10 For SAP HANA Platform SPS12 Typographic Conventions Type Style Example Description Words or characters quoted from the screen. These include

More information

Cross Database Comparison Enhancement Guide. Document Version 1.0 ( )

Cross Database Comparison Enhancement Guide. Document Version 1.0 ( ) Cross Database Comparison Enhancement Guide Document Version 1.0 (2014-07-15) www.sap.com TABLE OF CONTENT MOTIVATION... 3 Characteristics of generated CDC Data Extractors... 3 Limitation of generated

More information

My personal Supplemental Guide to Authorizations Made Easy

My personal Supplemental Guide to Authorizations Made Easy My personal Supplemental Guide to Authorizations Made Easy 1.0 - Introduction to Table Security 2.0 - Identify Custom Authorization Groups 3.0 - Create a Custom Authorization Group 4.0 - How to Find a

More information

Application Monitoring Setup and User Guideline. BPMon Data Collectors for non-abap/non-sap: Application Monitoring. Version: 2.0

Application Monitoring Setup and User Guideline. BPMon Data Collectors for non-abap/non-sap: Application Monitoring. Version: 2.0 Application Monitoring Setup and User Guideline BPMon Data Collectors for non-abap/non-sap: Application Monitoring Version: 2.0 Last Change: 20.09.2017 Table of Contents 1 Introduction...5 2 The monitoring

More information

How to Enable SAP Easy Access Menu for Fiori Launchpad Step-by-Step

How to Enable SAP Easy Access Menu for Fiori Launchpad Step-by-Step How to Enable SAP Easy Access Menu for Fiori Launchpad Step-by-Step www.sap.com How to Enable SAP Easy Access Menu for Fiori Launchpad Step-by-Step SAP NetWeaver (7.5) and EHP8 for SAP ERP 6.0 Jessie Xu

More information

Application Monitoring Setup and User Guideline. BPMon Data Collectors. Application Monitoring. Version: 2.0

Application Monitoring Setup and User Guideline. BPMon Data Collectors. Application Monitoring. Version: 2.0 Application Monitoring Setup and User Guideline BPMon Data Collectors for non-abap/non-sap: Application Monitoring Version: 2.0 Last Change: 20.09.2017 Table of Contents 1 Introduction... 5 2 The monitoring

More information

POWL: Infoset Generation with Web Dynpro ABAP

POWL: Infoset Generation with Web Dynpro ABAP POWL: Infoset Generation with Web Dynpro ABAP Applies to: WebDynpro ABAP Developer. For more information, visit the Web Dynpro ABAP homepage. Summary: This document explains how to create an Infoset, generate

More information

SLT100. Real Time Replication with SAP LT Replication Server COURSE OUTLINE. Course Version: 13 Course Duration: 3 Day(s)

SLT100. Real Time Replication with SAP LT Replication Server COURSE OUTLINE. Course Version: 13 Course Duration: 3 Day(s) SLT100 Real Time Replication with SAP LT Replication Server. COURSE OUTLINE Course Version: 13 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights

More information

SAP Management Pack for Microsoft System Center Operations Manager

SAP Management Pack for Microsoft System Center Operations Manager OZSoft Consulting Corporation http://www.ozsoft-consulting.com SAP Management Pack for Microsoft System Center Operations Manager Release Notes About this publication These release notes provide information

More information

SAP Landscape Transformation Replication Server

SAP Landscape Transformation Replication Server das Application Operations Guide Document Version: 4.1 2018-11-12 For SAP HANA Platform 2.0 SPS03 Typographic Conventions Type Style Example Description Words or characters quoted from the screen. These

More information

Interface Documentation in SAP Solution Manager 7.2 Setup and End User Guide. Document Version 1.0 (January 2017)

Interface Documentation in SAP Solution Manager 7.2 Setup and End User Guide. Document Version 1.0 (January 2017) Interface Documentation in SAP Solution Manager 7.2 Setup and End User Guide Document Version 1.0 (January 2017) TABLE OF CONTENTS 1 INTRODUCTION... 3 1.1 Technical Prerequisites / Authorizations... 3

More information

SAP Landscape Transformation Replication Server

SAP Landscape Transformation Replication Server Application Operations Guide Document Version: 2.6 2016-06-10 For SAP BW (PSA) Typographic Conventions Type Style Example Description Words or characters quoted from the screen. These include field names,

More information

Data Volume Management User Guide

Data Volume Management User Guide User Guide Document Version: 1.0 2016-05-26 Data Volume Management User Guide SAP Solution Manager 7.1 SP12 or Higher Typographic Conventions Type Style Example Description Words or characters quoted from

More information

Question 1: what is the Security Optimization Self Service and how can it benefit my organization?

Question 1: what is the Security Optimization Self Service and how can it benefit my organization? The objective of this document is to assist the user in creating a Security Optimization Self Service on Solution Manager using the step-by-step instructions that are outlined below. The document is will

More information

Configuring Job Monitoring in SAP Solution Manager 7.2

Configuring Job Monitoring in SAP Solution Manager 7.2 How-To Guide SAP Solution Manager Document Version: 1.0 2017-05-31 Configuring Job Monitoring in SAP Solution Manager 7.2 Typographic Conventions Type Style Example Example EXAMPLE Example Example

More information

What's New in SAP Landscape Transformation Replication Server 2.0 SP15

What's New in SAP Landscape Transformation Replication Server 2.0 SP15 What's New Document Version: 1.0 2018-09-10 What's New in SAP Landscape Transformation Replication Server 2.0 SP15 Typographic Conventions Type Style Example Description Words or characters quoted from

More information

A Step-by-Step Guide on IDoc-ALE between Two SAP Servers

A Step-by-Step Guide on IDoc-ALE between Two SAP Servers A Step-by-Step Guide on IDoc-ALE between Two SAP Servers Applies to: All modules of SAP where data need to transfer from one SAP System to another SAP System using ALE IDoc Methodology. For more information,

More information

Test Suite Knowledge sharing - Solution Manager 7.2. By: Endre Rasmussen At: Coop Norge Date:

Test Suite Knowledge sharing - Solution Manager 7.2. By: Endre Rasmussen At: Coop Norge Date: Test Suite Knowledge sharing - Solution Manager 7.2 By: Endre Rasmussen At: Coop Norge Date: 07.06.18 Expectations Experience Sharing and Demonstration of Test Suite, Solution Manager 7.2 by Coop Coop

More information

SAP Landscape Transformation for SAP HANA (HA1)

SAP Landscape Transformation for SAP HANA (HA1) SAP HANA 1.0 SP05 SAP Landscape Transformation SP04 October 2013 English SAP Landscape Transformation for SAP HANA (HA1) Building Block Configuration Guide SAP AG Dietmar-Hopp-Allee 16 69190 Walldorf Germany

More information

Security Guide: SAP Access Control 12.0 THE BEST RUN. SECURITY GUIDE PUBLIC Document Version:

Security Guide: SAP Access Control 12.0 THE BEST RUN. SECURITY GUIDE PUBLIC Document Version: SECURITY GUIDE PUBLIC Document Version: 1.0.1 2018-10-12 2018 SAP SE or an SAP affiliate company. All rights reserved. THE BEST RUN Content 1 Document History.... 4 2 Introduction....5 3 Before You Start....6

More information

Steps to Activate ALE Delta for Custom Master Datasource Created on ZTable

Steps to Activate ALE Delta for Custom Master Datasource Created on ZTable Steps to Activate ALE Delta for Custom Master Datasource Created on ZTable Applies to: This article applies to SAP BI 7.0 and SAP BW 3.X. For more information visit EDW Homepage. Summary This article explains

More information

SAP Landscape Transformation Replication Server

SAP Landscape Transformation Replication Server Security Guide Document Version: 1.0 2019-01-28 For SAP HANA Platform 2.0 SPS03 Typographic Conventions Type Style Example Description Words or characters quoted from the screen. These include field names,

More information

Complete Guide for Events in Workflows in SAP ECC 6.0

Complete Guide for Events in Workflows in SAP ECC 6.0 Complete Guide for Events in Workflows in SAP ECC 6.0 Applies to: SAP ECC 6.0 and upwards Summary This tutorial covers the basics of events and their properties. It also covers adding events to Business

More information

SAP NLS Update Roland Kramer, SAP EDW (BW/HANA), SAP SE PBS Customer Information Day, July 1st, 2016

SAP NLS Update Roland Kramer, SAP EDW (BW/HANA), SAP SE PBS Customer Information Day, July 1st, 2016 SAP NLS Update 2016 Roland Kramer, SAP EDW (BW/HANA), SAP SE PBS Customer Information Day, July 1st, 2016 Why SAP BW? It is all about three things to know SAPPHIRE 2016 - Quote from Hasso is there anything

More information

SAP AG. E2E BI Housekeeping. Document Version August 2014

SAP AG. E2E BI Housekeeping. Document Version August 2014 SAP AG E2E BI Housekeeping Document Version 1.4 - August 2014 5/16/2013 Introduction: A central housekeeping process (Report E2E_HK_CONTROLLER) is running on a daily basis on SAP Solution Manager ABAP

More information

SAP APO Change Monitor. Change log for APO-DP and APO-SNP by Nico Mecklenburg, SAP

SAP APO Change Monitor. Change log for APO-DP and APO-SNP by Nico Mecklenburg, SAP SAP APO Change Monitor Change log for APO-DP and APO-SNP by Nico Mecklenburg, SAP Agenda 1. General info about the APO-Change-Log 2. Settings for the Change Log 3. Logging via planning book notes 4. Logging

More information

How to Add a Web Dynpro App to Fiori Launchpad Step-by-Step

How to Add a Web Dynpro App to Fiori Launchpad Step-by-Step How to Add a Web Dynpro App to Fiori Launchpad Step-by-Step www.sap.com How to Add a Web Dynpro App to Fiori Launchpad Step-by-Step SAP Netweaver (7.51) and SAP S/4HANA 1610 Jessie Xu TABLE OF CONTENTS

More information

Feature Scope Description Document Version: CUSTOMER. SAP Analytics Hub. Software version 17.09

Feature Scope Description Document Version: CUSTOMER. SAP Analytics Hub. Software version 17.09 Feature Scope Description Document Version: 2017-09-23 Software version 17.09 Typographic Conventions Type Style Example Description Words or characters quoted from the screen. These include field names,

More information

SDN Community Contribution

SDN Community Contribution SDN Community Contribution (This is not an official SAP document.) Disclaimer & Liability Notice This document may discuss sample coding or other information that does not include SAP official interfaces

More information

Setting up Connection between BW and R/3 for Data Load

Setting up Connection between BW and R/3 for Data Load Setting up Connection between BW and R/3 for Data Load Applies to: SAP BI 7.0. For more information, visit the Business Intelligence homepage. Summary This document guides to establish connection between

More information

Creating, Configuring and Testing a Web Service Based on a Function Module

Creating, Configuring and Testing a Web Service Based on a Function Module Creating, Configuring and Testing a Web Service Based on a Function Module Applies to: SAP EC6 6.0/7.0. For more information, visit the Web Services homepage. Summary The article describes how to create

More information

Getting Started with FPM BOPF Integration (FBI)

Getting Started with FPM BOPF Integration (FBI) Summary Creating a List GUIBB with a Related View Level of complexity: Time required for completion: Beginner 45 min. Author: Sharon Dassa Company: SAP AG Created on: 20 February 2013 www.sap.com Table

More information

SAP Technical Upgrade Tips and Tricks

SAP Technical Upgrade Tips and Tricks SAP Technical Upgrade Tips and Tricks Applies to: SAP 4.6 onwards. For more information, visit the ABAP homepage. Summary This paper explains about the basic steps required to be taken during a SAP technical

More information

DATA CONSISTENCY TOOLBOX - CUSTOMIZING

DATA CONSISTENCY TOOLBOX - CUSTOMIZING DOCUMENTATION SAP Support Services ST-SER 700_2008_2 DATA CONSISTENCY TOOLBOX - CUSTOMIZING Table of Contents Table of Contents... 1 Background... 1 General description of the customizing view cluster...

More information

SAP Policy Management 5.3 SP03

SAP Policy Management 5.3 SP03 How-To Guide SAP Policy Management Document Version: 1.3 2016-11-30 Guide for Implementing Business Transactions Typographic Conventions Type Style Example Description Words or characters quoted from the

More information

SAP HANA SPS 08 - What s New? SAP HANA Application Lifecycle Management (Delta from SPS 07 to SPS 08) SAP HANA Product Management June, 2014

SAP HANA SPS 08 - What s New? SAP HANA Application Lifecycle Management (Delta from SPS 07 to SPS 08) SAP HANA Product Management June, 2014 SAP HANA SPS 08 - What s New? SAP HANA Application Lifecycle Management (Delta from SPS 07 to SPS 08) SAP HANA Product Management June, 2014 Agenda Overview of SAP HANA Application Lifecycle Management

More information

BPMON NOTIFICATIONS EXPERT KNOWLEDGE

BPMON NOTIFICATIONS EXPERT KNOWLEDGE BPMON NOTIFICATIONS EXPERT KNOWLEDGE USING BRF+ DECISION TABLES FOR DETERMINATION OF EMAIL RECIPIENTS AND INCIDENT PROCESSORS IN MAI Description: As of Solution Manager ST7.1 SP10 it is possible to use

More information

Extensibility Guide for SAP Business Partner Screening

Extensibility Guide for SAP Business Partner Screening USER GUIDE PUBLIC 2018-05-28 Extensibility Guide for SAP Business Partner Screening ---------- 2018 SAP SE or an SAP affiliate company. All rights reserved. Run Simple Content 1 SAP Business Partner Screening

More information

SAP Assurance and Compliance Software Release 1.2 SP04

SAP Assurance and Compliance Software Release 1.2 SP04 Extensibility Guide Document Version: 1.0 2016-11-21 SAP Assurance and Compliance Software Release 1.2 SP04 SAP Tax Compliance Typographic Conventions Type Style Example Description Words or characters

More information

SAP Data Services Agent Guide THE BEST RUN. PUBLIC SAP Cloud Platform Integration for data services

SAP Data Services Agent Guide THE BEST RUN. PUBLIC SAP Cloud Platform Integration for data services PUBLIC SAP Cloud Platform Integration for data services 1.0.11 2018-11-16 2018 SAP SE or an SAP affiliate company. All rights reserved. THE BEST RUN Content 1 SAP Data Services Agent for SAP Cloud Platform

More information

Exploiting new default accounts in SAP systems

Exploiting new default accounts in SAP systems Exploiting new default accounts in SAP systems Introduction Who is ERP-SEC Company specialized in securing SAP systems and infrastructures SAP Security Research: Reported and credited for > 60 vulnerabilities

More information

Banking services from SAP 8.0 (FSAPPL400, FSAPPL450)

Banking services from SAP 8.0 (FSAPPL400, FSAPPL450) CUSTOMER Security Guide Banking services from SAP 8.0 (FSAPPL400, FSAPPL450) Target Audience System administrators Technology consultants Document version: 8, published on December 19, 2014 History of

More information

Security Audit Log HELP.BCCSTADM. Release 4.6C

Security Audit Log HELP.BCCSTADM. Release 4.6C HELP.BCCSTADM Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission

More information

A Step-by-Step Guide on IDoc-to-File Using Business Service in the XI Integration Directory

A Step-by-Step Guide on IDoc-to-File Using Business Service in the XI Integration Directory A Step-by-Step Guide on IDoc-to-File Using Business Service in the XI Integration Directory Applies to: SAP Exchange Infrastructure (XI) 3.0 / Process Integration (PI) 7.0 This document is intended for

More information

SAP Engineering Control Center 5.1

SAP Engineering Control Center 5.1 Installation Guide CUSTOMER Document Version: 11.0 2017-09-29 Typographical Conventions Format Example Description Words or characters that are quote from the screen display. These include field names,

More information

Software and Delivery Requirements

Software and Delivery Requirements SAP HANA Activity Repository rapiddeployment solution V2.10 April 2015 English SAP HANA Activity Repository rapiddeployment solution: Software and Delivery Requirements SAP SE Dietmar-Hopp-Allee 16 69190

More information

Useful SAP Transaction Codes

Useful SAP Transaction Codes Useful SAP Transaction Codes Database admin AL01 SAP Alert Monitor AL02 Database Alert Monitor AL03 Operating System Alert Monitor AL04 Monitor call distribution AL05 Workload Alert Monitor AL06 Performance:

More information

BPMON NOTIFICATIONS EXPERT KNOWLEDGE

BPMON NOTIFICATIONS EXPERT KNOWLEDGE BPMON NOTIFICATIONS EXPERT KNOWLEDGE HOW TO CREATE A MAI TEXT BADI IMPLEMENTATION (SAP SOLUTION MANAGER 7.2) Description: In SAP Solution Manager 7.2 it is possible to adjust the notification or incident

More information

SAP NETWEAVER - TRANSPORT MANAGEMENT

SAP NETWEAVER - TRANSPORT MANAGEMENT SAP NETWEAVER - TRANSPORT MANAGEMENT http://www.tutorialspoint.com/sap_netweaver/sap_netweaver_transport_management.htm Copyright tutorialspoint.com Advertisements Transport Management System (TMS) is

More information

SAP Policy Management 5.4

SAP Policy Management 5.4 Upgrade Guide SAP Policy Management Document Version: 1.0 2017-04-27 Component Upgrade Guide Typographic Conventions Type Style Example Description Words or characters quoted from the screen. These include

More information

Security Guide. Trigger-Based Data Replication Using SAP Landscape Transformation Replication Server. For SAP HANA Platform 2.

Security Guide. Trigger-Based Data Replication Using SAP Landscape Transformation Replication Server. For SAP HANA Platform 2. Security Guide Trigger-Based Data Replication Using SAP Landscape Transformation Replication Server For SAP HANA Platform 2.0 SPS01 Target Audience Consultants Administrators SAP Hardware Partner Others

More information

What's New in SAP Landscape Transformation Replication Server 2.0 SP13

What's New in SAP Landscape Transformation Replication Server 2.0 SP13 What's New Document Version: 1.0 2017-06-14 What's New in SAP Landscape Transformation Replication Server 2.0 SP13 Typographic Conventions Type Style Example Description Words or characters quoted from

More information

DumpsTests. Freely download the valid and latest test dumps for 100% sure pass

DumpsTests.   Freely download the valid and latest test dumps for 100% sure pass DumpsTests http://www.dumpstests.com Freely download the valid and latest test dumps for 100% sure pass Exam : C_TADM54_75 Title : SAP Certified Technology Associate - System Administration (SAP ASE) with

More information

SAP HANA SPS10 - Education Portfolio. Info Session November, 20 th 2015

SAP HANA SPS10 - Education Portfolio. Info Session November, 20 th 2015 SAP HANA SPS10 - Education Portfolio Info Session November, 20 th 2015 Agenda Brief overview of components of SAP Learning Hub What s new in SAP HANA Education Portfolio SAP HANA Learning Rooms (demo)

More information

A Step-by-Step Guide on Asynchronous RFC - to -JDBC Scenario Using SAP PI 7.0

A Step-by-Step Guide on Asynchronous RFC - to -JDBC Scenario Using SAP PI 7.0 A Step-by-Step Guide on Asynchronous RFC - to -JDBC Scenario Using SAP PI 7.0 By Deepak Shah, L&T Infotech Brief Overview: The purpose of this exercise is to call an RFC from SAP R/3 asynchronously. A

More information

Testmanagement with the SAP Solution Manager by KaTe

Testmanagement with the SAP Solution Manager by KaTe Testmanagement with the SAP Solution Manager by KaTe Whitepaper KaTe GmbH, Stuttgart, Juni 2016 Juni 2016 Test Management in SAP Solution Manager 1 Test Management with the SAP Solution Manager The Motivation

More information

Monitoring System Landscapes Using the DBA Cockpit

Monitoring System Landscapes Using the DBA Cockpit Monitoring System Landscapes Using the DBA Cockpit Applies to: Database Monitoring and Administration of SAP NetWeaver systems using the latest DBA Cockpit that is provided with release 7.10 and SAP NetWeaver

More information

RFC is used to communicate between SAP systems and SAP to Non-SAP systems using TCP/IP protocol.

RFC is used to communicate between SAP systems and SAP to Non-SAP systems using TCP/IP protocol. What is RFC in SAP? RFC is used to communicate between SAP systems and SAP to Non-SAP systems using TCP/IP protocol. RFC means that the ABAP programmer does not have to write his or her own communication

More information

Emergency Monitoring for SAP Solution Manager SAP Solution Manager 7.1 SP14 or 7.20 SP01 and higher

Emergency Monitoring for SAP Solution Manager SAP Solution Manager 7.1 SP14 or 7.20 SP01 and higher Emergency Monitoring for SAP Solution Manager SAP Solution Manager 7.1 SP14 or 7.20 SP01 and higher Introduction: With the introduction of the Monitoring and Alerting Infrastructure in SAP Solution Manager

More information

HANA Management Pack for Microsoft System Center Operations Manager

HANA Management Pack for Microsoft System Center Operations Manager OZSoft Consulting Corporation http://www.ozsoft-consulting.com HANA Management Pack for Microsoft System Center Operations Manager Version 1.2.0, January 5, 2018 New in this release Connection Parameters

More information

COURSE LISTING. Courses Listed. Training for Database & Technology with Development in ABAP Dialog Programming. Beginner. Intermediate.

COURSE LISTING. Courses Listed. Training for Database & Technology with Development in ABAP Dialog Programming. Beginner. Intermediate. Training for Database & Technology with Development in ABAP Dialog Programming Courses Listed Beginner NW001 - SAP NetWeaver - Overview Intermediate SAPTEC - Technology Fundamentals for SAP S/4HANA and

More information

Inception of the SAP Platform's Brain Attacks on SAP Solution Manager

Inception of the SAP Platform's Brain Attacks on SAP Solution Manager Inception of the SAP Platform's Brain Attacks on SAP Solution Manager Juan Perez-Etchegoyen Etchegoyen jppereze@onapsis.com September 20 th, 2012 Ekoparty, Buenos Aires Disclaimer This publication is copyright

More information

Internationalization in WebDynpro ABAP Applications

Internationalization in WebDynpro ABAP Applications Internationalization in WebDynpro ABAP Applications Applies to: SAP ECC 6.0. For more information, visit the Web Dynpro ABAP homepage. Summary The article describes the concept and procedure of developing

More information

Monitoring Agent for SAP Applications Fix pack 11. Reference IBM

Monitoring Agent for SAP Applications Fix pack 11. Reference IBM Monitoring Agent for SAP Applications 7.1.1 Fix pack 11 Reference IBM Monitoring Agent for SAP Applications 7.1.1 Fix pack 11 Reference IBM Note Before using this information and the product it supports,

More information

SAP- HANA ADMIN. SAP HANA Landscape SAP HANA components, editions scenarios and guides

SAP- HANA ADMIN. SAP HANA Landscape SAP HANA components, editions scenarios and guides SAP- HANA ADMIN Prerequisites Someone who is working as a SAP BW consultant and wants to learn SAP HANA skills. Familiarity with security and administration concepts. network SAP HANA Landscape SAP HANA

More information

Open Text DocuLink Configuration - To Access Documents which are Archived using SAP

Open Text DocuLink Configuration - To Access Documents which are Archived using SAP Open Text DocuLink Configuration - To Access Documents which are Archived using SAP Applies to: Open Text DocuLink for SAP Solutions 9.6.2. For more information, visit http://www.opentext.com Summary Open

More information

Change and Transport Management

Change and Transport Management Armin Kösegi, Rainer Nerding SAP Change and Transport Management Bonn Boston Contents at a Glance Part I The Big Picture 1 SAP ERP Architecture and Data Components... 31 2 Realizing Business Processes

More information

Loading the Data for Time Dependent Hierarchy in SAP BI

Loading the Data for Time Dependent Hierarchy in SAP BI Loading the Data for Time Dependent Hierarchy in SAP BI Applies to: Time dependent hierarchies are often used by organizations to help them organize their master data which changes like employee hierarchies,

More information

Object Determination Softproviding Core User Documentation

Object Determination Softproviding Core User Documentation Great ideas are always simple Softproviding simply makes them happen. Object Determination Softproviding Core User Documentation Version: 1.00 Date 28. June 2017 Release: v2.50 Softproviding AG Riehenring

More information

SAPphone (BC-SRV-COM)

SAPphone (BC-SRV-COM) HELP.BCSRVCOMTEL Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express

More information

How To Transfer ERP HCM Data Using SAP Test Data Migration Server

How To Transfer ERP HCM Data Using SAP Test Data Migration Server How-To Guide Document Version: 1.1 2015-02-16 CUSTOMER How To Transfer ERP HCM Data Using SAP Test Data Migration Server Release 4.0 Typographic Conventions Type Style Example Example EXAMPLE Example Example

More information

How-To Guide SAP NetWeaver Document Version: How To... Configure CM Services in SAP NetWeaver 7.3 and up

How-To Guide SAP NetWeaver Document Version: How To... Configure CM Services in SAP NetWeaver 7.3 and up How-To Guide SAP NetWeaver Document Version: 1.0-2014-07-03 How To... Configure CM Services in SAP NetWeaver 7.3 and up Document History Document Version Description 1.0 First official release of this

More information

Step by Step Procedure for DSO Creation

Step by Step Procedure for DSO Creation Step by Step Procedure for DSO Creation Applies to: SAP BI 7.0. For more information, visit the EDW homepage. Summary This article discusses about the step by step procedure for creating a DSO. Author:

More information

Client Copy and Transport

Client Copy and Transport HELP.BCCTSCCO Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission

More information

How to Default Variant Created for Report Developed In Report Painter/Writer

How to Default Variant Created for Report Developed In Report Painter/Writer How to Default Variant Created for Report Developed In Report Painter/Writer Applies to: Any business organization having reports developed using Report Painter/Report Writer. This is applicable from R/3

More information

Root Cause Analysis for SAP HANA. June, 2015

Root Cause Analysis for SAP HANA. June, 2015 Root Cause Analysis for SAP HANA June, 2015 Process behind Application Operations Monitor Notify Analyze Optimize Proactive real-time monitoring Reactive handling of critical events Lower mean time to

More information

SAP NetWeaver Master Data Management

SAP NetWeaver Master Data Management Upgrade Guide GDS 2.1 Document Version: 1.04 2015-11-15 Global Data Synchronization Option 2.1 Typographic Conventions Type Style Example Description Words or characters quoted from the screen. These include

More information

COURSE LISTING. Courses Listed. with ABAP Dialog Programming. 25 December 2017 (08:57 GMT) NW001 - SAP NetWeaver - Overview

COURSE LISTING. Courses Listed. with ABAP Dialog Programming. 25 December 2017 (08:57 GMT) NW001 - SAP NetWeaver - Overview with ABAP Dialog Programming Courses Listed NW001 - SAP NetWeaver - Overview SAPTEC - SAP NetWeaver Application Server Fundamentals BC100 - ( ABAP) BC100E - Introduction to Programming with ABAP BC400

More information

SAP HANA Leading Marketplace for IT and Certification Courses

SAP HANA Leading Marketplace for IT and Certification Courses SAP HANA Overview SAP HANA or High Performance Analytic Appliance is an In-Memory computing combines with a revolutionary platform to perform real time analytics and deploying and developing real time

More information

Real Time Data Acquisition (RDA) Overview and Step-by-Step Guide (SAPI and Web Services)

Real Time Data Acquisition (RDA) Overview and Step-by-Step Guide (SAPI and Web Services) Real Time Data Acquisition (RDA) Overview and Step-by-Step Guide (SAPI and Web Services) Applies to: SAP BI 7.0. For more information, visit the Business Intelligence homepage. Summary Sometimes business

More information

SAP Solution Manager Test Workbench

SAP Solution Manager Test Workbench SAP Solution Manager Test Workbench Testing of SAP-centric Solutions Application Lifecycle Management Active Global Support (AGS) SAP AG E2E Integration Testing of SAP Solutions Test Process embedded in

More information

SAP Fiori - Hur kommer man igång? Christer Ingemarsson, istone

SAP Fiori - Hur kommer man igång? Christer Ingemarsson, istone SAP Fiori - Hur kommer man igång? Ingemarsson, istone SAPSA Impuls Agenda What is Fiori? Why Fiori? How do you Implement Fiori? How do you Extend Fiori apps? How do you Build Fiori apps? New UX Design

More information

Customizing System Setting (BC-CUS)

Customizing System Setting (BC-CUS) Customizing System Setting (BC-CUS) HELP.BCBECUSIMG Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or

More information

BW Reconciliation. Applies to: Summary. Author Bio

BW Reconciliation. Applies to: Summary. Author Bio Applies to: SAP Net Weaver Business Warehouse (Formerly BI) Business Intelligence homepage. For more information, visit the Business Intelligence homepage. For more information, visit the EDW homepage.

More information

DB Partitioning & Compression

DB Partitioning & Compression Applies to: SAP BI 7, SQL Server 2005. For more information, visit the Business Intelligence homepage. Summary The purpose of this document is to outline a strategy for DB partitioning and compression

More information

DESKTOP CONNECTION FOR SAP CRM - CONTACT CREATION IN MS OUTLOOK

DESKTOP CONNECTION FOR SAP CRM - CONTACT CREATION IN MS OUTLOOK 2013-10-31 1 1. Select an Account in MS Outlook (1) Click in the area and enter the account the new contact is working for. (2) Click on the entry. 2013-10-31 2 2. Create a Contact in MS Outlook The account

More information

Focused Build for SAP Solution Manager

Focused Build for SAP Solution Manager Security Guide Document Version: 1.1 2017-07-31 ST-OST 2.0 SPS 1 Typographic Conventions Type Style Example Description Words or characters quoted from the screen. These include field names, screen titles,

More information