Business Process Monitoring for non-abap/non-sap

Size: px
Start display at page:

Download "Business Process Monitoring for non-abap/non-sap"

Transcription

1 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

2 Agenda 1. Introduction 2. Application Monitoring with generic access paths 3. Application Monitoring with specific access paths 4. Appendix SAP 2010 / BPMon via Web Service / Page 2

3 Overview - Business Process Monitoring in the SAP Solution Manager (present situation) Solution Manager Continuous Online Alert Monitoring Solution Landscape ERP SCM BI CRM Presently: Strong focus on SAP ABAP-based Products SAP 2010 / BPMon via Web Service / Page 3

4 Overview - Business Process Monitoring in the SAP Solution Manager (new extensions) Solution Manager Reporting Notifications Continuous Online Alert Monitoring Solution Landscape ERP SCM BI CRM SAP 2010 / BPMon via Web Service / Page 4 External Database Access External API call: RFC or Webservice External Alert push: HTTP-Post or XML-file Partner / non-sap / Legacy Software Products Log File & Data File Monitoring Future: New / extended BPMon connectivity features to include monitoring of non-abap and non-sap Products

5 BPMon Data Collectors for non-abap/non-sap New features for Business Process Monitoring to monitor non-abap/non-sap systems Application Monitoring on Remote Databases With generic monitoring object With specific monitoring object ( available for TriplePoint CSL) Application Monitoring using Web services Push-mechanism Pull-mechanism Application monitoring based on data extracted to SAP BW Reusable framework for customer-specific implementations SAP 2010 / BPMon via Web Service / Page 5

6 Data Collection via Remote Database Access External Application Database of non-abap / non-sap application ADBC Periodic Calls DBSL + DB Client ABAP Data Collector BPMon Infrastructure SAP Solution Manager Data Collector ABAP coding (in ST-A/PI) using BPMon Infrastructure Collector runs on Solution Manager as ABAP Bridge between BPMon and non-abap system Uses remote DB connectivity via ADBC Supports counting (=measured value) and detail display Requirements & Prerequisites Available for any SAP supported DBMS DBSL + DB Client installed on SAP Solution Manager Remote DB Connection maintained in SAP DBA Cockpit Potential Concerns & Restrictions Secure Access to remote DB Authorization checks via SAP ABAP Stack Own DB Logon User with limited authorization, e.g. read access to specific schema / data only Performance Balance between frequency of data collection and size of database table

7 Data Collection via external API calls External Application Web Service Web Service Consumer ABAP Data Collectors Web Service Consumer Web Service Requirements & Prerequisites External application provides a remote-enabled function module or Web Service or can call a Web Service or remote-enabled function module Solution Manager BPMon Framework needs to provide capabilities to attach Monitoring Object to external component but execute it in Solution Manager Requirements & Prerequisites Web Services can be called from many environments and are language independent Periodic Calls BPMon Infrastructure Potential Concerns & Restrictions RFC enabled FM or Web Service needed Collector needed (low effort) SAP Solution Manager SAP 2010 / BPMon via Web Service / Page 7

8 Data Collection based on data extracted to SAP BW External Application External BW extractor / SMD agelet Periodic Calls BW Info Object RSDRI ABAP Data Collector BPMon Infrastructure Data Collector ABAP coding (in ST-A/PI) using BPMon Infrastructure Collector runs on Solution Manager as ABAP Bridge between BPMon and non-abap system Uses BW connectivity via RSDRI Supports counting (=measured value) and detail display Requirements & Prerequisites BW activated and external application stores data in BW Remote RFC Connection to BW maintained Desired: SMD activated Potential Concerns & Restrictions Secure Access to BW Authorization checks via SAP ABAP Stack Performance Balance between frequency of data collection and size of BW Info Cubes SAP Solution Manager

9 Possible Use-cases for Remote DB Access within BPMon Application Monitors Use-case 1: Fully generic data collector similar to generic table counter BOTABCNT for ABAP database User needs to know the data model in order to enter table and field names Complete SELECT statement is generated at runtime As substitute/workaround only, if there is no standard collector available Use-case 2: Predefined SELECT statement for known non-abap / Partner product ( half generic ) Only predefined user parameters with descriptions are shown in BPMon setup (dynamically) The entered user parameters are converted into a where-clause and are added to the delivered statement template during runtime Complexity and technical details are hidden Use-case 3: Complex data collector (for known non-abap / Partner product) including application logic Hard-coded in ST-A/PI like a normal application monitor and called from BPMon as individual collector, using ADBC for remote database access User parameters are statically defined at design time by SAP

10 Agenda 1. Introduction 2. Application Monitoring with generic access paths 1. On Remote DB 2. Using Web services 3. Using BW data 3. Application Monitoring with specific access paths 4. Appendix SAP 2010 / BPMon via Web Service / Page 10

11 BPMon Application Monitor: Generic Table Entry Counter for remote DB Monitoring Object Generic Table Entry Counter for remote DB Technical name NATABCNX Available as of ST-A/PI 01M (SPS23 on Solution Manager) Running as data collector on SAP Solution Manager or other ABAP-based system (starting from release 7.00 and later are supported) Connecting directly to remote database using a DBCON entry Alert Type Generic Table Entry Counter for remote DB Number of Counted Entries Number of Distinct Values Value of Single Field Select Options On object level: Database Connection Database Schema Table Name Display Columns Up to five filter for Field Names and corresponding Select Options On key figure level: Alternative Alert Text Detailcall Header Text Distinctive Field Name (for 2 nd key figure) Selection Field Name (for 3 rd key figure) Aggregate Function (for 3 rd key figure)

12 BPMon Application Monitor: Generic Table Entry Counter for remote DB Three key figures with standardized selection use-cases Number of Counted Entries SELECT COUNT(*) FROM table WHERE field1 IN filterrange1 AND field2 IN filterrange2 AND field3 IN... Number of Distinct Values SELECT COUNT( DISTINCT field ) FROM table WHERE field1 IN filterrange1 AND field2 IN filterrange2 AND field3 IN... Value of Single Field SELECT field or SELECT aggregate(field) FROM table WHERE field1 IN filterrange1 AND field2 IN filterrange2 AND field3 IN...

13 Infrastructure for Remote Database Access External Application SAP Solution Manager Database Connection is maintained in DBA Cockpit ( DBCON entry ) Database Connection is assigned to database of managed system BPMon Framework Monitoring configuration (like SQL Select Statements) stored centrally Monitoring data is read from Database Data Collector runs, triggered by BPMon engine and based on monitoring configuration Alert is created in BPMon engine BPMon Engine SAP provides a shared database client that can be called to access a remote database of an external application. When the remote database should be accessed, the respective system is identified via the database connection name of the call. In SAP Solution Manager, the BPMon engine determines the alert based on the selected data. SAP 2010 / BPMon via Web Service / Page 13

14 Maintenance for Data Collector using Remote Database Access System Maintenance SAP Solution Manager Maintain DB Connection name & Schema name as SMSY attributes BPMon Framework Read DB Connection name & Schema name from SMSY attributes Check application servers for working DB Connection BPMon Setup internal RFC Perform BPMon actions to remote DB: Value Help & Validation Check BPMon Execution internal RFC Perform BPMon actions to remote DB: Data Collector & Detail Info SAP 2010 / BPMon via Web Service / Page 14

15 Generic Table Entry Counter for remote DB: BPMon Setup Session Setup session (header level) Database Connection + Database Schema + Table Name Filter Fieldnames + Select-Options Setup session (keyfigure level) SAP 2010 / BPMon via Web Service / Page 15

16 Generic Table Entry Counter for remote DB: BPMon Monitoring Session Monitoring session (counter value) Detailed Info (Remote Data) SAP 2010 / BPMon via Web Service / Page 16

17 Agenda 1. Introduction 2. Application Monitoring with generic access paths 1. On Remote DB 2. Using Web services 3. Using BW data 3. Application Monitoring with specific access paths 4. Appendix SAP 2010 / BPMon via Web Service / Page 17

18 BPMon Application Monitor: Dependent Data Collector for Push WS Monitoring Object Dependent Data Collector for Push WS Technical name NAWSPUSH Available as of ST-A/PI 01M SPS 23 needed for WS implementation Running as data collector on SAP Solution Manager Alert Type Dependent Data Collector for Push WS Status Keyfigure To be used for event driven monitoring ( event xyz happened in non-sap-system ) 2-Step-Rating To be used for error monitoring ( n errors occurred in non-sap-system ) 4-Step-Rating To be used for throughput monitoring ( n documents have been created in non-sapsystem ) Select Options On object level: 1 st identifier 2 nd identifier SAP 2010 / BPMon via Web Service / Page 18

19 Details Generic Push The non-abap application system calls the web service implemented in SAP Solution Manager and provides a table with one or multiple lines of alerts containing the following information: Field Ident 1 Ident 2 Measured value Info 1 4 Object 1 3 Remoteuser Meaning Identifier 1 for mapping with monitoring ID Identifier 2 for mapping with monitoring ID Measured value Additional information Additional information User in Non ABAP application system The web service distributes the data to the relevant monitoring object instances identified by Ident1 and Ident2. SAP 2010 / BPMon via Web Service / Page 19

20 Details Generic Push If error situations occur during the processing of received data, the PUSH-web service can provide error information to the calling system containing the following information: Field Type Message LogNo LogMsgNo Meaning Type of situation: E)rror, W)arning, I)nformation Detailed information regarding the error A number in the application log (currently not used) A message number in the application log (currently not used) Captured error situations so far are: No monitoring objects at all set up corresponding to the provided identifiers, type warning No monitoring objects identified for some alert lines provided, type warning SAP 2010 / BPMon via Web Service / Page 20

21 Infrastructure for PUSH Web Service Data Collection SAP Solution Manager BPMon Framework Monitoring data is stored in ST-A/PI table Data Collector runs, triggered by BPMon engine and based on monitoring configuration External Application Application consumes web service DSWP_BPM_PUSH_WS, providing 2 identifiers monitoring data Web service DSWP_BPM_PUSH_WS pushes monitoring data into SAP Solution Manager Alert is created in BPMon engine BPMon Engine SAP provides a Push Web Service that can be called (consumed) by an external application. When this consumer calls the web service, the respective SAP Solution Manager is identified via the URL of the call. In addition, the consumer can provide up to two identifiers (one mandatory) to ensure that the results of the data collection can be assigned to a particular business process step or interface in Business Process Monitoring. In SAP Solution Manager, the BPMon engine determines the alert based on the provided data. SAP 2010 / BPMon via Web Service / Page 21

22 Maintenance of PUSH Web Service Data Collection SAP Solution Manager External system WSDL Document Create a consumer from the WSDL file for Web Service DSWP_BPM_PUSH_WS Trigger the periodic calling of Web Service DSWP_BPM_PUSH_WS from your programs Configure monitoring based on the data pushed to SAP Solution Manager (for a process step or interface assigned to the SAP Solution Manager system) Activate BPMon to trigger the periodic data evaluation on SAP Solution Manager In order to make use of the PUSH Web Service provided by SAP, you have to create a consumer for this web service on your external system. This consumer can provide up to two identifiers (one mandatory). The consumption of the Web Service should be scheduled periodically on the external system. When setting up BPMon in SAP Solution Manager, you identify the relevant data collection via these identifiers. SAP 2010 / BPMon via Web Service / Page 22

23 BPMon Application Monitor: Data Collector for Pull WS Monitoring Object Data Collector for Pull WS Technical name NAWSPULL Available as of ST-A/PI 01M SPS23 needed for BAdI implementation Running as data collector on SAP Solution Manager Alert Type Data Collector for PULL WS Status Keyfigure To be used for event driven monitoring ( event xyz happened in non-sap-system ) 2-Step-Rating To be used for error monitoring ( n errors occurred in non-sap-system ) 4-Step-Rating To be used for throughput monitoring ( n documents have been created in non-sapsystem ) Select Options On object level: 1 st identifier 2 nd identifier SAP 2010 / BPMon via Web Service / Page 23

24 Details Generic Pull The web service implemented in the non-abap application has to provide a table with one or multiple lines of monitoring/alert data in the following format: Field Ident 1 Ident 2 Measured value Info 1 4 Object 1 3 Remoteuser Meaning Identifier 1 for mapping with monitoring ID Identifier 2 for mapping with monitoring ID Measured value Additional information Additional information User in Non ABAP application system Ident1 and Ident2 have to fit to the identifiers provided by SAP Solution Manager. SAP 2010 / BPMon via Web Service / Page 24

25 Details Generic Pull The web service implemented in the Non ABAP application can return error information in a table using the following format: Field Type Message LogNo LogMsgNo Meaning Type of situation: E)rror, W)arning, I)nformation Detailed information regarding the error A number in the application log (currently not used) A message number in the application log (currently not used) The received information is stored in the business process monitoring protocol and will be displayed in the alert text. SAP 2010 / BPMon via Web Service / Page 25

26 Infrastructure for PULL Web Service Data Collection BPMon Framework SAP Solution Manager NW Development Framework External Application Data Collection is triggered by the BPMon engine Call BAdI BADI_DSWP_BPM_PULL_WS to consume the web service Call web service via specified logical port and proxy Web Service Data from external application is collected Alert is created based on measured value BPMon Engine Customers can use their own web services to execute the data collection on external applications. In this case, the PULL Web Service data collection is used. For this, the data collection is triggered via a BAdI implementation on SAP Solution Manager. Within the BAdI implementation the web service is called with the up to two identifiers (one mandatory) to ensure that the results of the data collection can be assigned to a particular business process step or interface in BPMon. In SAP Solution Manager, the BPMon engine determines the alert based on the collected data. SAP 2010 / BPMon via Web Service / Page 26

27 Maintenance of PULL Web Service Data Collection BPMon Framework SAP Solution Manager NW Development Framework Suitable Web Service needs to be indentified or created Generate a consumer proxy from the external WSDL Create a logical port pointing to the external system XML Document Implement a call to the web service in BADI_DSWP_BPM_PULL_WS Configure monitoring based on the data pulled to SAP Solution Manager Activate BPMon to trigger the periodic data collection on SAP Solution Manager In order to make use of your Web Service, you need to create a consumer proxy and for this proxy a logical port pointing to the external system you would like to monitor via this Web Service. On SAP Solution Manager, you need to create an implementation for BAdI BADI_DSWP_BPM_PULL_WS that calls the Web Service, providing up to two identifiers (one mandatory). When setting up BPMon in SAP Solution Manager, you identify the relevant data collection via these identifiers. SAP 2010 / BPMon via Web Service / Page 27

28 Display Details for a Web Service Alert Usually more detailed information than provided in the alert context is needed to react on an alert. External Application To provide these additional level of information further data can pulled actively from the managed system and displayed from the BPM Monitoring Session. Provide additional details SAP 2010 / BPMon via Web Service / Page 28

29 How to Display Details for a WS Alert? The data to be displayed is pulled actively from the managed system The pull has to be implemented via BADI BADI_DSWP_BPM_WS_DETAILS which provides interface EX_IF_DISPLAY_WS The following options exist to filter a specific BADI-implementation: FILTER_DETAIL_WS_IDENT1 Filter BADI according to identifier 1 FILTER_DETAIL_WS_IDENT2 Filter BADI according to identifier 2 FILTER_DETAIL_WS_TYPE Filter BADI for detail display according to type of web service used for alerting. Possible filter values are PULL PUSH FILTER_DETAIL_WS_SID Filter BADI according to system stored in the alert record SAP 2010 / BPMon via Web Service / Page 29

30 How Data is Displayed: Option 1 The BADI implements a call to a web service which returns the data to be returned The data has to be received as XSTRING using the following tags and their corresponding end tags: <TABLE> <HEADER> <LINE> <FIELD>. Example: <TABLE> <HEADER> < FIELD>HEADER1</FIELD><FIELD>HEADER2</FIELD><FIELD>HEADER3</FIELD> </HEADER> <LINE> <FIELD>Field1</FIELD><FIELD>Field2</FIELD><FIELD>Field3</FIELD> </LINE> <LINE> <FIELD> Field4 </FIELD><FIELD> Field5 </FIELD><FIELD> Field6 </FIELD> </LINE> </TABLE> SAP 2010 / BPMon via Web Service / Page 30

31 How Data is Displayed: Option 1 Usually more detailed information than provided in the alert context is needed to react on an alert. The received data is transformed into an internal table which is displayed in an ALV. SAP 2010 / BPMon via Web Service / Page 31

32 How Data is Displayed: Option 2 The BADI implements a call to a Web Page which displays the data for example via function module CALL_BROWSER In this case no data should be returned from the BADI to the calling program SAP 2010 / BPMon via Web Service / Page 32

33 Infrastructure for DETAIL DISPLAY Web Service Data Collection BPMon Framework SAP Solution Manager NW Development Framework External Application Detail Info button is selected for an alert that was determined by WS data collection Call BAdI BADI_DSWP_BPM_WS_DETAILS to consume the web service to display detail list Call web service via specified logical port and proxy Web Service Collect data from external application Detail List is displayed in browser or Dynpro (according to BAdI implementation) If customers want to use a Detail Info functionality for their alerts that were determined based on a web service data collection, they have to provide a web service that collects the data which should be displayed in the Detail Info list. On SAP Solution Manager, when selecting the button Detail Info for a Web Service based alert, BAdI BADI_DSWP_BPM_WS_DETAILS is called, providing the identifier for the relevant monitoring object. Within this BAdI, to consummation of the web service and the creation of the detail list takes place. This procedure works the same regardless of whether the alert was determined based on the PUSH web service or the PULL Web Service data collection. SAP 2010 / BPMon via Web Service / Page 33

34 Maintenance for DETAIL DISPLAY Web Service BPMon Framework SAP Solution Manager NW Development Framework Suitable Web Service needs to be indentified or created Generate a consumer proxy from the external WSDL Create a logical port pointing to the external system XML Document Implement a call to the web service in BADI_DSWP_BPM_WS_DETAILS Implement creation of Detail Info list based on received data in BAdI BADI_DSWP_BPM_WS_DETAILS In order to make use of your Web Service, you need to create a consumer proxy and for this proxy a logical port pointing to the external system you would like access via the Web Service. On SAP Solution Manager, you need to create an implementation for BAdI BADI_DSWP_BPM_WS_DETAILS that calls the Web Service, providing up to two identifiers (one mandatory). In addition, within the BAdI implementation, you have to handle the complete creation of the detail info list. SAP 2010 / BPMon via Web Service / Page 34

35 Agenda 1. Introduction 2. Application Monitoring with generic access paths 1. On Remote DB 2. Using Web services 3. Using BW data 3. Application Monitoring with specific access paths 4. Appendix SAP 2010 / BPMon via Web Service / Page 35

36 Possible Use-cases for BW Access within BPMon Application Monitors Use-case 1: Fully generic data collector similar to generic table counter NATABCNX for ABAP database User needs to know the data model in BW to enter InfoObjects Complete QUERY statement is generated at runtime As substitute/workaround only until a standard collector is available Use-case 2: Predefined QUERY statement for known non-abap / Partner product ( half generic ) Only predefined user parameters with descriptions are shown in BPMon setup (dynamically) The entered user parameters are converted and are added to the delivered query template during runtime Complexity and technical details are hidden Use-case 3: Complex data collector (for known non-abap / Partner product) including application logic Hard-coded in ST-A/PI like a normal application monitor and called from BPMon as individual collector, using RSDRI for remote database access User parameters are statically defined at design time by SAP

37 BPMon Application Monitor: Generic Infocube/DSO Reader for remote BW Monitoring Object Generic Infocube/DSO Reader for remote BW Technical name NABWICNX Available as of ST-A/PI 01M ST-SER recommended for integration of SMSY attributes Running as data collector on SAP Solution Manager Connecting directly to (remote) BW using a RSDRI via a standard RFC-destination Alert Type Generic Infocube/DSO Reader for remote BW Aggregate Value of Key Figures Select Options On object level: BW Connection Type of Information Object BW Infocube or DSO Up to three filters for Characteristics and corresponding Select Options On key figure level: Aggregate Function Alternative Alert Text Detailcall Header Text First Key Figure (from BW) Second Key Figure (from BW)

38 Infrastructure for BW based alerting Solution Manager Managed System BW Extractor (e.g. SMD- Agent) Configuration of Collector Data collection Data transfer to BI Activation Collect Results BPM-Setup BPM-Execution SMD Solution Directory Trigger Execution Collect DATA DB/CPU/.. Log-Files Log-Files Log-Files BW InfoObject SAP 2008 / Page 38

39 Maintenance of Data Collector using BW data for non-sap systems SAP Solution Manager System Maintenance Maintain BW Connection name as SMSY attribute BPMon Framework Read BW Connection name from SMSY attribute BPMon Setup internal RFC Perform BPMon actions to (remote) BW: Value Help BPMon Execution internal RFC Perform BPMon actions to remote BW: Data Collector & Detail Info

40 Generic Infocube/DSO Reader for remote BW: BPMon Setup Session Setup session (header level) Connection Information Object and Type Filter field names + Select-Options Setup session (keyfigure level)

41 Generic Infocube/DSO Reader for remote BW : BPMon Monitoring Session Monitoring session (counter value) Detailed Info (Remote Data)

42 Agenda 1. Introduction 2. Application Monitoring with generic access paths 3. Application Monitoring with specific access paths 4. Appendix SAP 2010 / BPMon via Web Service / Page 42

43 BPMon Application Monitor for TriplePoint Commodity SL Trade BPMon Application Monitor for TriplePoint Commodity SL Trade Commodity Management with TriplePoint A preintegrated end-to-end solution that helps mitigate commodity risks Integrated Trading front-end Integrated position and risk managements Integration with TRM Together, core software from the SAP ERP application and Commodity SL from Triple Point provide the only fully integrated, scalable, end-to end solution for the sourcing, selling, trading, and logistic processing related to commodities of any kind. With greater transparency and control over all aspects of your commodities, you can improve business performance, stay compliant, and increase profitability. Monitoring Object TriplePoint Commodity SL Trade Monitoring Technical name NASTPCT1 Available as of ST-A/PI 01M and ST-SER Running as local data collector on SAP Solution Manager Connecting directly to TPT CSL database (MS-SQL-Server or Oracle) Implemented as BPMon on Remote DB with use-case 2 (specific monitor definition) SAP 2010 / BPMon via Web Service / Page 43

44 non-abap / non-sap Monitoring Object: Triple Point Commodity SL Trade Monitoring BPMon Application Monitor for TriplePoint Commodity SL Trade Available Key Figures Alert Type Triple Point Commodity SL Trade Monitoring EOD: Failed End-of-Day Process records Scheduling: Failed Goods Receipts / Goods Issues Scheduling: Failed Transfer Match records in CSL Master Data: Failed Reference Data Request records GTM Trades: Total number of Custom Events GTM Trades: Failed Trade Modification records GTM Trades: Failed Trade Reference Number records GTM Trades: Failed Trade Release records GTM Trades: Failed Trade Voiding records TRM Trades: Failed TRM Clearing Broker records TRM Trades: Failed TRM Floor Broker records Select Options On key figure level: EOD Phase Operation Name Instrument Type Location Counterpart Last Modify Date SAP 2010 / BPMon via Web Service / Page 44

45 Triple Point Commodity SL Trade Monitoring: Look & Feel (1) Look & Feel for Setup BPMon Setup Session No technical connection parameters No fixed part of the statement visible Only user-customizable parameters with translatable text labels Value help content is read dynamically from remote DB SAP 2010 / BPMon via Web Service / Page 45

46 Triple Point Commodity SL Trade Monitoring: Look & Feel (2) Look & Feel for Alerting Status Overview and Alert List SAP 2010 / BPMon via Web Service / Page 46

47 Triple Point Commodity SL Trade Monitoring: Look & Feel (3) Look & Feel for Detail Info Standard List Viewer with Details Popup SAP 2010 / BPMon via Web Service / Page 47 Support of Advanced List Viewer options (sorting, filtering, summarizing, graphics, export)

48 Agenda 1. Introduction 2. Application Monitoring on Remote DB with generic monitor 3. Application Monitoring on Remote DB with specific monitor 4. Appendix 1. Test Environment for Remote DB Query 2. Maintenance of Attributes SAP 2010 / BPMon via Web Service / Page 48

49 BPMon Application Monitoring: Test Environment for Remote DB Query Test Environment for Remote DB Query Diagnostics Tool Test Environment for Remote DB Query Program name /SSA/ENA Available as of ST-A/PI 01M Runs as executable program on SAP Solution Manager or other ABAP-based system All SAP Basis (NetWeaver) releases starting from release 7.00 and later are supported Connecting directly to remote database using any DBCON entry Supports multiple processing modes for common selection use-cases Supports further diagnostics features (Mass) Connection Test Remote Database Dictionary Management Trace Management

50 Test Environment for Remote DB Query: Remote DB dictionary access Buffered remote database dictionary info

51 Test Environment for Remote DB Query: Remote DB content access Remote Database Table Content Dynamically created SQL statement Dynamically created ALV field catalogue transferred into ABAP internal table Dynamically created ABAP internal table

52 Test Environment for Remote DB Query: Simple single-table compare tool Simple cross-database comparison tool as experimental feature Can only compare single tables (or multiple tables via views) with same structure Can only compare low volume (not recommended for more than rows) Can not report comparison result to BPMon/DCM

53 Agenda 1. Introduction 2. Application Monitoring on Remote DB with generic monitor 3. Application Monitoring on Remote DB with specific monitor 4. Appendix 1. Test Environment for Remote DB Query 2. Maintenance of Attributes SAP 2010 / BPMon via Web Service / Page 53

54 Maintenance of DB Connection and DB Schema in System Landscape System Maintenance Maintain DB Connection name & Schema name as SMSY attributes SAP 2010 / BPMon via Web Service / Page 54

55 Maintenance of BW Connection in System Landscape System Maintenance Maintain RFC-Connection to BW as SMSY attributes

56 Thank you for your attention! Questions SAP / Page OM / Page 56 56

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

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

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

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

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

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

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

OBT Global presents. SAP Business Information Warehouse. -an overview -

OBT Global presents. SAP Business Information Warehouse. -an overview - OBT Global presents. SAP Business Information Warehouse -an overview - Contents General Overview Architecture Overview Reporting Overview 6/19/2009 2 General Overview 6/19/2009 3 BW Defined BW is SAP's

More information

SAP BW 3.5 Enhanced Reporting Capabilities SAP AG

SAP BW 3.5 Enhanced Reporting Capabilities SAP AG SAP BW 3.5 Enhanced Reporting Capabilities SAP AG Learning Objectives As a result of this lecture, you will: Be familiar with Business Explorer (BEx) suite 3.5 Know the available new features Understand

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

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

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 NetWeaver BI. Unicode Compliance. Product Management SAP NetWeaver BI. Version 7.0 December, 2008

SAP NetWeaver BI. Unicode Compliance. Product Management SAP NetWeaver BI. Version 7.0 December, 2008 SAP NetWeaver BI Unicode Compliance Product Management SAP NetWeaver BI Version 7.0 December, 2008 Agenda 1. Unicode in General 2. Excursus: MDMP 3. Unicode support of SAP NetWeaver BI 4. Interfaces to

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

Enterprise SOA Experience Workshop. Module 8: Operating an enterprise SOA Landscape

Enterprise SOA Experience Workshop. Module 8: Operating an enterprise SOA Landscape Enterprise SOA Experience Workshop Module 8: Operating an enterprise SOA Landscape Agenda 1. Authentication and Authorization 2. Web Services and Security 3. Web Services and Change Management 4. Summary

More information

Business Process Monitoring of Data Consistency between SAP BI and Source Systems

Business Process Monitoring of Data Consistency between SAP BI and Source Systems Business Process Monitoring of Data Consistency between SAP BI and Source Systems Best Practice for Solution Management Version Date: November 2008 1 Applicability, Goals and Requirements...2 2 Introduction

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

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

Alert Consumption for Business Process Monitoring on MAI with SAP Solution Manager 7.1 SP12 Setup and features of notifications and incidents

Alert Consumption for Business Process Monitoring on MAI with SAP Solution Manager 7.1 SP12 Setup and features of notifications and incidents Alert Consumption for Business Process Monitoring on MAI with SAP Solution Manager 7.1 SP12 Setup and features of notifications and incidents TABLE OF CONTENTS 1 INTRODUCTION... 3 2 FUNCTIONAL OVERVIEW...

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 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- ABAP/4 ADVANCED COURSE CONTENT

SAP- ABAP/4 ADVANCED COURSE CONTENT SAP- ABAP/4 ADVANCED COURSE CONTENT SAP Basic Introduction SAP R/3 Overview SAP POC BRD Creation Blue-Print Roadmap Asap Methodology Project Management Overview ABAP Dictionary Concepts Tables, Data Elements

More information

SAP ABAP ONLINE TRAINING COURSE

SAP ABAP ONLINE TRAINING COURSE SAP ABAP ONLINE TRAINING COURSE CONTENT What is SAP ABAP? ABAP is one of the many application-specific fourth-generation languages (4GLs) first developed in the 1980s. It was originally the report language

More information

Student Lifecycle Management Academic Advisor User Interface Cookbook

Student Lifecycle Management Academic Advisor User Interface Cookbook Student Lifecycle Management Academic Advisor User Interface Cookbook Applies to: Student Lifecycle Management EHP 3. For more information, visit the Higher Education & Research homepage. Summary This

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

Server Connectivity and Data Load from Non SAP System to BW

Server Connectivity and Data Load from Non SAP System to BW Server Connectivity and Data Load from Non SAP System to BW Applies to: SAP NetWeaver 2004 and SAP NetWeaver 2004s. BW 3.5 & BI 7.0 For more information, visit the Business Intelligence homepage. Summary

More information

Creation of Alert Data Service VC model for the BI query exception using Information Broadcasting

Creation of Alert Data Service VC model for the BI query exception using Information Broadcasting Applies To: SAP Netweaver 2004s Visual Composer 7.0 Summary The purpose of this document is to show how to create an alert data service VC model for the BI query exception using the Information broadcasting.

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

Authorizations for Cross-Database Comparison (CDC)

Authorizations for Cross-Database Comparison (CDC) Authorizations for Cross-Database Comparison (CDC) Solution Manager 7.1 and 7.2 June 7, 2016 Customer Agenda Introduction / Overview Authorization Objects and Roles Further Authorizations 2013 SAP AG.

More information

SAP Security in a Hybrid World. Kiran Kola

SAP Security in a Hybrid World. Kiran Kola SAP Security in a Hybrid World Kiran Kola Agenda Cybersecurity SAP Cloud Platform Identity Provisioning service SAP Cloud Platform Identity Authentication service SAP Cloud Connector & how to achieve Principal

More information

HOW TO USE THE WEB DYNPRO CONTENT ADMINISTRATOR. SAP NetWeaver 04 SP Stack 9 JOCHEN GUERTLER

HOW TO USE THE WEB DYNPRO CONTENT ADMINISTRATOR. SAP NetWeaver 04 SP Stack 9 JOCHEN GUERTLER HOW TO USE THE CONTENT ADMINISTRATOR. SAP NetWeaver 04 SP Stack 9 JOCHEN GUERTLER Contents Introduction... 3 Prerequisites... 3 Overview... 4 Enable and disable Web Dynpro applications... 4 Some general

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

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

1) In the Metadata Repository:

1) In the Metadata Repository: 1) In the Metadata Repository: - Objects delivered with BI Content can be activated - You can find the medatada for all delivered and activated objects and their links to other objects - BI Web Applications

More information

Identity Provider for SAP Single Sign-On and SAP Identity Management

Identity Provider for SAP Single Sign-On and SAP Identity Management Implementation Guide Document Version: 1.0 2017-05-15 PUBLIC Identity Provider for SAP Single Sign-On and SAP Identity Management Content 1....4 1.1 What is SAML 2.0.... 5 SSO with SAML 2.0.... 6 SLO with

More information

Instant Data Warehousing with SAP data

Instant Data Warehousing with SAP data Instant Data Warehousing with SAP data» Extracting your SAP data to any destination environment» Fast, simple, user-friendly» 8 different SAP interface technologies» Graphical user interface no previous

More information

HA400 ABAP Programming for SAP HANA

HA400 ABAP Programming for SAP HANA HA400 ABAP Programming for SAP HANA. COURSE OUTLINE Course Version: 14 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved. No part of this

More information

Using Query Extract to Export Data from Business warehouse, With Pros and Cons Analyzed

Using Query Extract to Export Data from Business warehouse, With Pros and Cons Analyzed Using Query Extract to Export Data from Business warehouse, With Pros and Cons Analyzed Applies to: SAP BW 3.X & BI 7.0. For more information, visit the Business Intelligence homepage. Summary This article

More information

Consuming HANA Live in SAP BW data model

Consuming HANA Live in SAP BW data model Consuming HANA Live in SAP BW data model Agenda Project Architecture SAP HANA Live & SAP BW Data Integration 2 Introduction of Borealis 3 Borealis at a glance 2nd largest polyolefin producer in Europe

More information

This is a simple tutorial that covers the basics of SAP Business Intelligence and how to handle its various other components.

This is a simple tutorial that covers the basics of SAP Business Intelligence and how to handle its various other components. About the Tutorial SAP Business Warehouse (BW) integrates data from different sources, transforms and consolidates the data, does data cleansing, and storing of data as well. It also includes data modeling,

More information

Building Web Services with Java and SAP Web Application Server

Building Web Services with Java and SAP Web Application Server EUROPEAN SAP TECHNICAL EDUCATION CONFERENCE 2002 Web Services and Openness WORKSHOP Sept. 30 Oct. 2, 02 Bremen, Germany Building Web Services with Java and SAP Web Application Server Timm Falter, SAP AG

More information

SILWOOD TECHNOLOGY LTD. Safyr Metadata Discovery Software. Safyr Getting Started Guide

SILWOOD TECHNOLOGY LTD. Safyr Metadata Discovery Software. Safyr Getting Started Guide SILWOOD TECHNOLOGY LTD Safyr Metadata Discovery Software Safyr Getting Started Guide S I L W O O D T E C H N O L O G Y L I M I T E D Safyr Getting Started Guide Safyr 7.1 This product is subject to the

More information

SAP NetWeaver How-To Guide How To... Configure SAP HANA for CTS

SAP NetWeaver How-To Guide How To... Configure SAP HANA for CTS SAP NetWeaver How-To Guide How To... Configure SAP HANA for CTS Applicable Releases: SAP Solution Manager 7.1 SPS05, SAP NetWeaver 7.3 including enhancement package 1, or SAP NetWeaver 7.4 SAP HANA Platform

More information

SAP ABAP Training Course Content :

SAP ABAP Training Course Content : SAP ABAP Training Course Content : Topics Covered: Introduction to ERP Introduction to SAP & R/3 Architecture Introduction to ABAP/4 What is ABAP? Logon to SAP Environment Transaction Codes Multitasking

More information

Enterprise Services Enhancement Guide

Enterprise Services Enhancement Guide Enterprise Services Enhancement Guide Version 2.0 Copyright Copyright 2008 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without

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

Welcome to the Learning Objekt Operational Analytics with Operational Data Providers. After the explanations of the entire ODP Architecture and the

Welcome to the Learning Objekt Operational Analytics with Operational Data Providers. After the explanations of the entire ODP Architecture and the Welcome to the Learning Objekt Operational Analytics with Operational Data Providers. After the explanations of the entire ODP Architecture and the specifics of the TransientProvider layer this unit will

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

StreamServe Persuasion SP5 StreamServe Connect for SAP - Business Processes

StreamServe Persuasion SP5 StreamServe Connect for SAP - Business Processes StreamServe Persuasion SP5 StreamServe Connect for SAP - Business Processes User Guide Rev A StreamServe Persuasion SP5StreamServe Connect for SAP - Business Processes User Guide Rev A SAP, mysap.com,

More information

SAP8 Database Administration

SAP8 Database Administration Andre Faustmann, Michael Greulich, Andre Siegling, Benjamin Wegener, and Ronny Zimmermann SAP8 Database Administration with IBM* DB2* a ^. Galileo Press Bonn Boston Foreword 15 Acknowledgments 17 1.1 Who

More information

TECHED USER CONFERENCE MAY 3-4, 2016

TECHED USER CONFERENCE MAY 3-4, 2016 TECHED USER CONFERENCE MAY 3-4, 2016 Jithesh Melepurackal AGENDA webmethods Architecture Component View Event Driven Architecture and a Use case High Availability and Use cases High Availability Options

More information

Extending the Reach of LSA++ Using New SAP BW 7.40 Artifacts Pravin Gupta, TekLink International Inc. Bhanu Gupta, Molex SESSION CODE: BI2241

Extending the Reach of LSA++ Using New SAP BW 7.40 Artifacts Pravin Gupta, TekLink International Inc. Bhanu Gupta, Molex SESSION CODE: BI2241 Extending the Reach of LSA++ Using New SAP BW 7.40 Artifacts Pravin Gupta, TekLink International Inc. Bhanu Gupta, Molex SESSION CODE: BI2241 Agenda What is Enterprise Data Warehousing (EDW)? Introduction

More information

C_HANAIMP142

C_HANAIMP142 C_HANAIMP142 Passing Score: 800 Time Limit: 4 min Exam A QUESTION 1 Where does SAP recommend you create calculated measures? A. In a column view B. In a business layer C. In an attribute view D. In an

More information

Using SAP NetWeaver Business Intelligence in the universe design tool SAP BusinessObjects Business Intelligence platform 4.1

Using SAP NetWeaver Business Intelligence in the universe design tool SAP BusinessObjects Business Intelligence platform 4.1 Using SAP NetWeaver Business Intelligence in the universe design tool SAP BusinessObjects Business Intelligence platform 4.1 Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part

More information

LIT Middleware: Design and Implementation of RFID Middleware based on the EPC Network Architecture

LIT Middleware: Design and Implementation of RFID Middleware based on the EPC Network Architecture LIT Middleware: Design and Implementation of RFID Middleware based on the EPC Network Architecture Ashad Kabir, Bonghee Hong, Wooseok Ryu, Sungwoo Ahn Dept. of Computer Engineering Pusan National University,

More information

CUSTOMER Installation and Configuration Guide for the ILM Store

CUSTOMER Installation and Configuration Guide for the ILM Store Document version: 4.0 2015-08-05 Installation and Configuration Guide for the ILM Store Document History Caution Before you start the implementation, make sure that you have the most current version of

More information

SAP HANA SAP HANA Introduction Description:

SAP HANA SAP HANA Introduction Description: SAP HANA SAP HANA Introduction Description: SAP HANA is a flexible, data-source-agnostic appliance that enables customers to analyze large volumes of SAP ERP data in real-time, avoiding the need to materialize

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

HA400 ABAP Programming for SAP HANA

HA400 ABAP Programming for SAP HANA ABAP Programming for SAP HANA SAP HANA Course Version: 08 Course Duration: 3 Day(s) Publication Date: 2014 Publication Time: Copyright Copyright SAP AG. All rights reserved. No part of this publication

More information

Scott Lowden SAP America Technical Solution Architect

Scott Lowden SAP America Technical Solution Architect SAP NetWeaver Training Overview - SAP Web Application Server Scott Lowden SAP America Technical Solution Architect SAP NetWeaver Components Detail SAP Web Application Server SAP AG 2003, Title of Presentation,

More information

SAP-ABAP Training Program. Topics Covered. ABAP Dictionary Concepts

SAP-ABAP Training Program. Topics Covered. ABAP Dictionary Concepts SAP-ABAP Training Program Duration: 90 Hrs Training Mode: Class Room/On-line Training Methodology: Real-time Project oriented Training Features: 1. Trainers from Corporate 2. Unlimited Lab facility 3.

More information

Functional Trace HELP.BCCCM. Release 620

Functional Trace HELP.BCCCM. Release 620 Functional Trace HELP.BCCCM Release 620 Copyright Copyright 2003 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

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

SAP ABAP. Introduction to SAP ABAP

SAP ABAP. Introduction to SAP ABAP SAPABAP TRAINING SAP ABAP Introduction to SAP ABAP What is SAP? History and Technical Features of SAP SAP R/3 Architecture What is ABAP? ABAPers Role? What is Transaction code? ABAP Workbench Objects SAP

More information

BW C SILWOOD TECHNOLOGY LTD. Safyr Metadata Discovery Software. Safyr User Guide

BW C SILWOOD TECHNOLOGY LTD. Safyr Metadata Discovery Software. Safyr User Guide BW C SILWOOD TECHNOLOGY LTD Safyr Metadata Discovery Software Safyr User Guide S I L W O O D T E C H N O L O G Y L I M I T E D Safyr User Guide Safyr 7.1 This product is subject to the license agreement

More information

Database Administration Using the DBA Cockpit: IBM DB2 for Linux, UNIX, and Windows

Database Administration Using the DBA Cockpit: IBM DB2 for Linux, UNIX, and Windows Database Administration Guide Database Administration Using the DBA Cockpit: IBM DB2 for Linux, UNIX, and Windows For SAP Systems based on SAP Enhancement Package 1 for SAP NetWeaver 7.0 Document Version

More information

Vendor: SAP. Exam Code: C_HANAIMP151. Exam Name: SAP Certified Application Associate - SAP HANA (Edition 2015) Version: Demo

Vendor: SAP. Exam Code: C_HANAIMP151. Exam Name: SAP Certified Application Associate - SAP HANA (Edition 2015) Version: Demo Vendor: SAP Exam Code: C_HANAIMP151 Exam Name: SAP Certified Application Associate - SAP HANA (Edition 2015) Version: Demo QUESTION 1 Which SAP HANA model is recommended for reporting purposes where read

More information

SAP' ABAP. Handbook. Kogent Learning Solutions, Inc. Sudbury, Massachusetts JONES AND BARTLETT PUBLISHERS BOSTON TORONTO LONDON SINUAPORI:

SAP' ABAP. Handbook. Kogent Learning Solutions, Inc. Sudbury, Massachusetts JONES AND BARTLETT PUBLISHERS BOSTON TORONTO LONDON SINUAPORI: SAP' ABAP Handbook Kogent Learning Solutions, Inc. JONES AND BARTLETT PUBLISHERS Sudbury, Massachusetts BOSTON TORONTO LONDON SINUAPORI: Table of Contents Introduction xxi About This Book How to Use This

More information

This download file shows detailed view for all updates from BW 7.5 SP00 to SP05 released from SAP help portal.

This download file shows detailed view for all updates from BW 7.5 SP00 to SP05 released from SAP help portal. This download file shows detailed view for all updates from BW 7.5 SP00 to SP05 released from SAP help portal. (1) InfoObject (New) As of BW backend version 7.5 SPS00, it is possible to model InfoObjects

More information

COURSE LISTING. Courses Listed. with HANA Programming. 13 February 2018 (04:51 GMT) HA100 - SAP HANA

COURSE LISTING. Courses Listed. with HANA Programming. 13 February 2018 (04:51 GMT) HA100 - SAP HANA with HANA Programming Courses Listed HA100 - SAP HANA BC404 - ABAP Programming in Eclipse HA300 - SAP HANA Modeling HA400 - SAP HANA ABAP E_HANAAW_12 - SAP Certified Development Specialist - ABAP for SAP

More information

SAP NetWeaver ABAP and Adobe Forms. Franklin Herbas Thomas Jung SAP NetWeaver Product Management SAP Labs

SAP NetWeaver ABAP and Adobe Forms. Franklin Herbas Thomas Jung SAP NetWeaver Product Management SAP Labs SAP NetWeaver ABAP and Adobe Forms Franklin Herbas Thomas Jung SAP NetWeaver Product Management SAP Labs Introduction Technology Integrated Solutions Adobe Print Forms - Demo Interactive Forms Based on

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

ITM215 Operations for SAP HANA with SAP Solution Manager 7.2. Public

ITM215 Operations for SAP HANA with SAP Solution Manager 7.2. Public ITM215 Operations for SAP HANA with SAP Solution Manager 7.2 Public Speakers Las Vegas, Oct 19-23 Janko Budzisch Stefan Lahr Barcelona, Nov 10-12 Janko Budzisch Stefan Lahr 2015 SAP SE or an SAP affiliate

More information

Planning Applications Kit - In Memory Planning in Action. Dr. Gerd Schöffl / CSA Technology

Planning Applications Kit - In Memory Planning in Action. Dr. Gerd Schöffl / CSA Technology Planning Applications Kit - In Memory Planning in Action Dr. Gerd Schöffl / CSA Technology Legal disclaimer This presentation is not subject to your license agreement or any other agreement with SAP. SAP

More information

Question: 1 Which of the programming languages listed below are implemented plat for min dependently? Choose the correct answer(s).

Question: 1 Which of the programming languages listed below are implemented plat for min dependently? Choose the correct answer(s). Volume: 200 Questions Question: 1 Which of the programming languages listed below are implemented plat for min dependently? A. Fortran B. ABAP C. Java D. C/C++ Answer: B,C Question: 2 Which of the following

More information

Innovations in Business Solutions. SAP Analytics, Data Modeling and Reporting Course

Innovations in Business Solutions. SAP Analytics, Data Modeling and Reporting Course SAP Analytics, Data Modeling and Reporting Course Introduction: This course is design to cover SAP Analytics, Data Modeling and Reporting course content. After completion of this course students can go

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

HABS1 Business Suite on HANA

HABS1 Business Suite on HANA Business Suite on HANA SAP HANA Course Version: 08 Course Duration: 3 Day(s) Publication Date: 2014 Publication Time: Copyright Copyright SAP AG. All rights reserved. No part of this publication may be

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

Integration Guide. Document Version:

Integration Guide. Document Version: SAP Product Lifecycle Management for Insurance 3.0 SP03 FP2 SAP Underwriting for Insurance 3.0 SP03 FP2 SAP Policy Management 5.3 CUSTOMER Integration Guide Document Version: 1.0 2016-07-21 Typographic

More information

Blueprinting Questionnaire Sample

Blueprinting Questionnaire Sample Manish Chaitanya Blueprinting Questionnaire Sample from The Complete Guide to SAP NetWeaver Portal Bonn Boston ch11_a_online_6124.indd 1 1/12/12 2:58:16 PM A Blueprinting Questionnaire Sample In Chapter

More information

This is a simple tutorial that covers the basics of SAP Business Intelligence and how to handle its various other components.

This is a simple tutorial that covers the basics of SAP Business Intelligence and how to handle its various other components. About the Tutorial SAP Business Warehouse (BW) integrates data from different sources, transforms and consolidates the data, does data cleansing, and storing of data as well. It also includes data modeling,

More information

Importing BW Objects

Importing BW Objects Importing BW Objects Contents 2 Contents Importing BW Objects... 3 Importing BW Objects 3 Importing BW Objects You have implemented SAP Notes 1703061, 1759172, 1752384, 1733519, 1769374, and 1790333. You

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

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

CREATION AND CONFIGURATION OF WEB SERVICE FROM RFC AND DEPLOYMENT IN ANOTHER SYSTEM

CREATION AND CONFIGURATION OF WEB SERVICE FROM RFC AND DEPLOYMENT IN ANOTHER SYSTEM CREATION AND CONFIGURATION OF WEB SERVICE FROM RFC AND DEPLOYMENT IN ANOTHER SYSTEM Applies to: SAP Summary The purpose of this document is to provide creation and configuration of web service from function

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

Simplifying your upgrade and consolidation to BW/4HANA. Pravin Gupta (Teklink International Inc.) Bhanu Gupta (Molex LLC)

Simplifying your upgrade and consolidation to BW/4HANA. Pravin Gupta (Teklink International Inc.) Bhanu Gupta (Molex LLC) Simplifying your upgrade and consolidation to BW/4HANA Pravin Gupta (Teklink International Inc.) Bhanu Gupta (Molex LLC) AGENDA What is BW/4HANA? Stepping stones to SAP BW/4HANA How to get your system

More information

How to Transfer Data from AS400 to BW using DB Connect

How to Transfer Data from AS400 to BW using DB Connect How to Transfer Data from AS400 to BW using DB Connect Applies to: SAP Netweaver 2004 and SAP Netweaver 2004s. BW 3.5 & BI 7.0 Summary This document describes how to use DB Connect to connect AS400 system

More information

Stock Balancing Management

Stock Balancing Management User Guide Document Version: 1.0 2013-06-28 Typographic Conventions Type Style Example Example EXAMPLE Example Example EXAMPLE Description Words or characters quoted from the screen. These include

More information

Generate Export Data Source

Generate Export Data Source Applies to: SAP BI 7.0 developers and support Users. For more information, visit the EDW homepage Summary This paper describes the data mart interface which makes it possible to update data from one data

More information

Access SAP Business Functions (ABAP) via Web Services

Access SAP Business Functions (ABAP) via Web Services Applies To: SAP R/3 4.6c and ECC 5.0 SAP NetWeaver 04 WebAS 6.40 SP14 and up, XI 3.0 SP14, NWDS 2.0.14 SAP NW2004s WebAS 700, NWDS 7.0.07 Microsoft Visual Studio 2005, BizTalk Server 2006,.NET Framework

More information

CO-PA Retraction BUSINESS INFORMATION WAREHOUSE. ASAP How to Paper

CO-PA Retraction BUSINESS INFORMATION WAREHOUSE. ASAP How to Paper How to CO-PA Retraction BUSINESS INFORMATION WAREHOUSE ASAP How to Paper SAP (SAP America, Inc. and SAP AG) assumes no responsibility for errors or omissions in these materials. These materials are provided

More information

Enterprise Architecture Deployment Options. Mark Causley Sandy Milliken Sue Martin

Enterprise Architecture Deployment Options. Mark Causley Sandy Milliken Sue Martin Enterprise Architecture Deployment Options Mark Causley Sandy Milliken Sue Martin GIS is Being Implemented in Many Settings Organization Business to Business Department Workgroup GIS is Moving to the Enterprise

More information

Functional Upgrade NetWeaver 7.0 BI - Java

Functional Upgrade NetWeaver 7.0 BI - Java DSAG - JAHRESKONGRESS `07 Functional Upgrade NetWeaver 7.0 BI - Java Roland Kramer, Platform Advisor, Office of the CTO EMEA, SAP AG Business Intelligence with SAP NetWeaver 7.0 DSAG-Jahreskongress 2007,

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

Release 6.0E. Support Package 4. Summary of New Features and Enhancements

Release 6.0E. Support Package 4. Summary of New Features and Enhancements Release 6.0E Support Package 4 Summary of New Features and Enhancements Contents Introduction... 5 Information Sources... 5 Social Media... 5 Disclaimer and Liability Notice... 6 SAP ECC Version Requirements...

More information

Duet Enterprise Developer Guide

Duet Enterprise Developer Guide Applies to: Duet Enterprise 1.0 SP2. For more information, visit Duet Enterprise. Summary The Duet Enterprise Developer Guide explains the development process how to create your own custom development

More information

Vendor: SAP. Exam Code: C_HANATEC131. Exam Name: SAP Certified Technology Associate (Edition 2013) -SAP HANA. Version: Demo

Vendor: SAP. Exam Code: C_HANATEC131. Exam Name: SAP Certified Technology Associate (Edition 2013) -SAP HANA. Version: Demo Vendor: SAP Exam Code: C_HANATEC131 Exam Name: SAP Certified Technology Associate (Edition 2013) -SAP HANA Version: Demo QUESTION NO: 1 You want to make sure that all data accesses to a specific view will

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