SAP COMMUNITY NETWORK

Size: px
Start display at page:

Download "SAP COMMUNITY NETWORK"

Transcription

1 SAP Process Orchestration Makes System Technical Integration Transform into Business Integration (Including How SAP PI integrate with SAP BPM in SAP PO) Applies to: SAP Process Orchestration 7.31 and For more information, visit the SAP Process Orchestration SCN Homepage and latest SAP Process Orchestration Road Map. Summary SAP Process Orchestration (PO) combines the power of SAP Process Integration (PI), SAP Business Process Management (BPM) and SAP Business Rules Management (BRM) into one integrated offering. It provides tools to quickly automate and optimize business processes - from simple workflows to integrated processes that span applications, geographies, and organizational boundaries. Even in the future SAP Process Orchestration combine with SAP Operational Process Intelligence (OPInt) will enable intelligent business operations. So starting from SAP Process Orchestration, the new ONE Integration Solution came out. SAP Process Orchestration not only a composite system combine PI,BPM and BRM together, but also makes system technical integration transform into business integration from high level integration view. However it is not easy to understand this superior integration concept of SAP PO until you really implemented some complex integration scenario. In this article, I will present two scenario implementation with detail procedures as practice to let PI consultant adapt to PO consultant model and get the idea about how SAP PI integrate with SAP BPM in SAP PO from technical view. Note: The usage of the sub-brand "SAP NetWeaver" has been reevaluated and the SAP NetWeaver prefix will be dropped from most of the components. This will be publicly announced at SAPPHIRE NOW in June New names will be SAP Process Orchestration, SAP Process Integration, SAP Business Process Management, and SAP Business Rules Management. Author: Leon Li Company: SAP AGS, CHINA Created on: October 2014 Author Bio Leon Li is a SAP PI certified consultant and the member of the SAP NetWeaver Process Integration Team in SAP Active Global Support (AGS) CoE. Currently working on SAP Process Integration, SAP Process Orchestration and also SAP Manufacturing Integration and Intelligence (MII) areas as Integration Consultant SAP SE 1

2 Table of Content 1 Abstract Best Practice and Recommendation before Implementation Develop Environment Draw Business Requirement Flow (for scenario business requirement) Draw BPM Modeling Flow (for scenario using SAP PO) Draw Technical Message Flow (for scenario using SAP PI or SAP PO) iflow or ICO for PI integration scenario The sequence of implementation Practice 1: SOAP to File (simple scenario) Business Requirement Flow BPM Modeling Flow (if using PI integrate with BPM in PO model) Technical Message Flow (for scenario using SAP PI or SAP PO) SAP PI System Message Technical Integration SAP PO (PI integrate with BPM) System Message Technical Integration Service Interface with corresponding Message Type Used Operation Mapping with corresponding Message Mapping Used All Object in ESR Pure PI integration Scenario Model PI integrate with BPM in PO Model How to Send Testing Message to SAP BPM Practice 2: Get the price of the Subway tickets base on the numbers of stations (complex scenario) Business Requirement Description Business Requirement Flow BPM Modeling Flow (if using PI integrate with BPM in PO model) Technical Message Flow (for scenario using SAP PI or SAP PO) SAP PI System Message Technical Integration SAP PO (PI integrate with BPM) System Message Technical Integration Service Interface with corresponding Message Type Used Two JDBC Lookup Function Used Extended Receiver Determination/ Dynamic Routing and UDF used Pure PI integration Scenario Model PI integrate with BPM in PO Model Summery Reduce TCO due to an optimized architecture and simplified operations Become more efficient through process-driven integration Copyright SAP SE 2

3 1 Abstract SAP Process Orchestration (PO) combines the power of SAP Process Integration (PI), SAP Business Process Management (BPM) and SAP Business Rules Management (BRM) into one integrated offering. It provides tools to quickly automate and optimize business processes - from simple workflows to integrated processes that span applications, geographies, and organizational boundaries. Even in the future SAP Process Orchestration combine with SAP Operational Process Intelligence (OPInt) will enable intelligent business operations. So starting from SAP Process Orchestration, the new ONE Integration Solution came out. SAP Process Orchestration not only a system combine PI,BPM and BRM together, but also makes system technical integration transform into business integration from high level integration view. From below diagram you can clearly understand major milestones in SAP's IBO journey SAP SE 3

4 However it is not easy to understand this superior integration concept of SAP PO until you really implemented some complex integration scenario. In this article, I will present two scenario implementation with detail procedures as practice to let PI consultant adapt to PO consultant model and get idea about how SAP PI integrate with SAP BPM in SAP PO from technical view. Each scenario implemented by two different approaches. One is by pure PI integration scenario model, another one is by PI integrate with BPM in PO model. Practice 1 is quite simple, that is SOAP to File scenario. The purpose is to prove that every traditional PI integration scenario can also be implemented by PO (PI integrate with BPM) from pure technical view. Of course for simple scenario without business logic, it is no need to involve BPM. But for complex scenario, especially several different systems involved with specific business logic, using PO (PI integrate with BPM, PI handle technical system message processing and BPM handle business process management) significant advantages. So scenario 2 came out. Practice 2 is to simulate real life in Shanghai, China. The business logic of this scenario is to calculate the price of subway ticket base on the start station and end station, then send the price result to different price server (e.g. if the price of ticket is 4 RMB, then this price information send to SubwayAutoSystem_Price4) In this article, we call only using PI as pure PI integration scenario model; using PI integrate with BPM scenario as PI integrate with BPM in PO model SAP SE 4

5 2 Best Practice and Recommendation before Implementation 2.1 Develop Environment SAP NetWeaver Developer Studio as develop environment, it can be not only used to develop iflow for PI integration scenario but also used to develop process for BPM. It is necessary to keep Process Orchestration release equal to the NWDS release, or un-expectation may happened during deploy process into SAP Process Orchestration AS Java server. You can download different versions of NWDS via link: For example my environment is SAP Process Orchestration 7.40 SP07, so NWDS 7.31 SP12 should choose. (5 SP phases between 7.40 and 7.31) 2.2 Draw Business Requirement Flow (for scenario business requirement) If implemented by pure SAP PI, the scenario should be simple. However if SAP BPM involved, it is better to draw the business requirement flow to show what kinds of business data exchanged from what system. 2.3 Draw BPM Modeling Flow (for scenario using SAP PO) If implemented by SAP PO (PI and BPM), the scenario should be complex. It is better to draw the BPM Modeling draft flow base on the business requirement flow firstly. Then you can adjust it in NWDS. 2.4 Draw Technical Message Flow (for scenario using SAP PI or SAP PO) If implemented by SAP PO (PI and BPM), the scenario should be complex. With huge numbers of Service Interfaces involved with similar naming conversions may confuse you a lot. So it is better to draw the technical message flow with service interface and adapters. Then while you modeling BPM process in NWDS later, you can easy to find out which service interface will be used at each step. 2.5 iflow or ICO for PI integration scenario For PI scenario implementation, it is better to using iflow. Because it also can be implemented in NWDS and can show end to end flow diagram. However after you deploy iflow on SA PO, one ICO (Integration Configuration Object) will be generated automatically. So iflow and ICO are same basically, except you can see the end to end flow diagram in NWDS for ifow. In the document, I still using ICO to implement SAP PI integration scenario, but for naming I using iflow1, iflow2 to make description clear. 2.6 The sequence of implementation After we finished business requirement flow, BPM modeling flow and technical message flow, the whole scenario presented clearly. Then base on the service interface name and data type, we develop interfaces in ESR. After that, we should create iflow/ico for PI integration scenario, because from PI view, even you using BPM process, but this process have related PI message, and PI message have to come from one completed iflow/ico. So during PI integrate with BPM in PO model, we should treat BPM as business system/component just as normal system. While iflow/ico finished, we should assign send system and service interface in each steps in BPM process modeling. The most important thing is that: 1. For Start Event: It should assign BPM receiver/inbound interface (BPM received from PI) and using output mapping to assign PI message type/value into BPM local data object. 2. For Automated Activity: It should assign BPM send/outbound interface(bpm send to PI) and using input mapping to assign BPM local data object into PI message type/value to start the corresponding iflow/ico, also you can using output mapping to put this ifow/ico s receive message type/value into BPM local data object which may be used by next Automated Activity SAP SE 5

6 3 Practice 1: SOAP to File (simple scenario) 3.1 Business Requirement Flow SOAPUI system send Person message, then PI convert it into People message with very simple mapping for test purpose (filed to filed map and only add one more additional filed). To get this business requirement, it can be implemented by SAP PI or SAP PO (PI integrate with BPM). Of course if such scenario in real life, no need to using BPM, the purpose to using BPM here is to improve that normal PI scenario can transform/enhance into PI integrate with BPM in PO model and how to implement them. 3.2 BPM Modeling Flow (if using PI integrate with BPM in PO model) Two iflow/ ICO involved, 1 st iflow is from SOAPUI to BPM Start Event via PI, 2 nd iflow is from BPM Automated Activity to File via PI. MT_Person means Person message type in PI, Person means Local BPM Object Variant. The most important thing is that: IMPORTANT: In iflow, they are all PI message type (e.g. MT_Person/ MT_People) exchange via PI mapping. In BPM inside, Local BPM object variant (e.g. start event s Person/ Automated Activity s Person) exchange with PI message type via BPM mapping SAP SE 6

7 3.3 Technical Message Flow (for scenario using SAP PI or SAP PO) SAP PI System Message Technical Integration SAP PO (PI integrate with BPM) System Message Technical Integration 3.4 Service Interface with corresponding Message Type Used Please note that only 2 different date types involved. That are MT_Person and MT_People. To make them easy understand, for PI integrate with BPM in PO model, I add "UI" after original Person and People message type. MT_Person MT_Person Message Structure 1. Pure PI Scenario SI_Person_Async_Out SI_People_Async_In 2. PI integrate with BPM SI_PersonUI_Async_Out SI_PeopleUI_Async_In SI_PeopleUI_Async_Out SI_PeopleUI_Async_In 3.5 Operation Mapping with corresponding Message Mapping Used Only 2 Message Mapping involved. That are MM_Person2Person(MT_Person to MT_Person without change) and MM_Person2People(MT_Person to MT_People to add one additional filed) 2014 SAP SE 7

8 Operation Mapping Message Mappping 1.Pure PI integration Scenario None MM_Perso n2person 2.PI integrate with BPM Scenario OM_PersonUI2PersonU I 1.Pure PI integration Scenario OM_Person2People MM Pers on2people 2.PI integrate with BPM Scenario OM_PeopleUI2PeopleU I 3.6 All Object in ESR After all data type, message type, service interface, message mapping and operation mapping developed in the ESR SAP SE 8

9 Step Description Screenshot 3.7 Pure PI integration Scenario Model iflow in NWDS or ICO in Integration directory. Send Business Component - SOAPVirtual send Person h Message to PI via SOAP h Adapter, then PI convert it into jpeople Message to Receive Business Component - 1 SFSF Receiver via File Adapter Using WS Navigator to send testing message. Result SAP SE 9

10 Step Description Screenshot 3.8 PI integrate with BPM in PO Model Configure SOAP Adapter (based on XI) for BPM send channel and receive channel iflow 1: SOAPVirtual send PersonUI Message to PI via SOAP Adapter, then PI send it into BPM_PO7 without format change via SOAP/XI Adapter. SOAPUI->PI->BPM 2014 SAP SE 10

11 iflow2: BPM_PO7 send PersonUI Message to PI via SOAP/XI Adapter, then PI convert it into PeopleUI Message and received by SFSF Receiver via File Adapter Configuration Summary: Merge iflow1 and iflow2 into one CS 2014 SAP SE 11

12 3.8.5 Process in BPM: Go to NWDS to create Product and SC via Composite Explorer or create process standalone via Process Development Process in BPM: Then create Process with pool Process in BPM: 2014 SAP SE 12

13 Import the interfaces which will be involved Note: BPM outbound interface need Service Group/reference. Because it need maintain BPM as sender with XI Adapter. No need for inbound BPM interface. It can be deleted later or deploy may failed SAP SE 13

14 3.8.8 Process in BPM: Import MT_Person and MT_People into pool, and rename them to treat Person and People data objects as BPM Local objects SAP SE 14

15 3.8.9 Process in BPM: Create service reference for start. Combine Service Interface to Trigger. And using output mapping to map PI message type MT_Person into BPM Local data object Person. Process in BPM: Create service reference for Automated. Combine Service Interface to it. BPM send out interface. And using input mapping to map BPM Local data object Person into PI message type MT_Person. This Automated should be iflow2, then assign BPM sender with BPM sender interface in Service reference. That means trigger this Automated 's iflow SAP SE 15

16 Process in BPM: Connect to End Event, process modeling finished 2014 SAP SE 16

17 Deploy BPM: Note: Process can be created in Composite Designer with under product. However it may cause addtional SC generated. some exception may happend while deploy. So process also can be created in process development under software component SAP SE 17

18 Testing: Using WS Navigator 2014 SAP SE 18

19 Result 3.9 How to Send Testing Message to SAP BPM As SAP BPM can accept XI, WS and RFC protocol, using following two approaches can send testing message to SAP BPM. 1. Any kinds of type messages. Sender Send message to PI, then using corresponding send adapter (e.g. SOAP, IDoc, JDBC) convert into PI-XML, then using SOAP adapter base on XI protocol send to BPM. In such mode, you can treat PI as a huge adapter support several message protocol into XI protocol then connect with BPM. In our above practice1, 1 st iflow is used for this purpose. SOAPUI send Person message type, then 1 st iflow transport it to BPM still with Person message type SAP SE 19

20 Publish 1 st iflow 1, then using WS navigator or SOAPUI send testing message to BPM. The WSDL is you can import it into WS navigator or SOAPUI to test SAP SE 20

21 2. Only Web Service message. While you deploy the process into PO successfully, you will find the BPM send interface as web service in NWA SOA. The WSDL is You can import it directly click Test button then jump into WS navigator or import it into SOAPUI to test SAP SE 21

22 From the test sender interface, we can see that following difference between two approaches. 1: SOAP->PI->BPM starting testing from point 1 (SI_PersonUI_Async_Out) 2: WS->PI->BPM starting testing from point 2 (SI_PersonUI_Async_In) From above simple demo practice, you can understand that the pure PI scenario model can implement by PI and BPM in PO model. But you may still have a question: Why or When should we input BPM in the PI scenarios? Then let me show you following complex scenario with practice 2, then you will get an idea SAP SE 22

23 4 Practice 2: Get the price of the Subway tickets base on the numbers of stations (complex scenario) 4.1 Business Requirement Description This is the really life in Shanghai, China, 1~3 stations cost 3 RMB; 4~10 stations cost 4 RMB; 11~17 stations cost 5 RMB etc. This practice scenario simulate one subway auto-system to deal with tickets price. Just take Shanghai Subway Line-2 as a sample. Subway map is Chinese, let me translate it into following English name. Line2 marked in green line. Station Chinese Name 中 山 公 园 江 苏 路 静 安 寺 Station English Name Zhongshan Park Jiangsu Road Jingan Temple 2014 SAP SE 23

24 南 京 西 路 人 民 广 场 南 京 东 路 陆 家 嘴 东 昌 路 世 纪 大 道 上 海 科 技 馆 世 纪 公 园 龙 阳 路 张 江 高 科 金 科 路 广 兰 路 West Nanjing Road Peoples Square East Nanjing Road Lujiazui Donchang Road Century Avenue Shanghai Science Technology Museum Century Park Longyang Road Zhangjiang Hight Technology Park Jinke Road Guanglan Road For example, If you take subway from West Nanjing Road to Jinke Road, this trip contain 9 stations, so the price of the ticket should be 4 RMB. While SubwayAutoSystem get the price result, it will send the price information to different price system. (e.g. if price is 4 RMB, the price information will send to SubwayAutoSystem_Price4, if price is 5 RMB, the price information will send to SubwayAutoSystem_Price5) Base on the above logic, the input and output of this scenario should be following: Test Data 2 Start Station: Zhangjiang Hight Technology Park Start Station: Zhongshan Park User Input Result End Station: Century Avenue "Welcome to take Line2, Your ticket price is 4 RMB" And the output information will send to one file folder named 4 元 收 费 处 End Station: LongyangRoad "Welcome to take Line2, Your ticket price is 5 RMB" And the output information will send to one file folder named 5 元 收 费 处 4.2 Business Requirement Flow 3 rd party system (SOAPUI) send station message (start station and end station), then PI convert it into price message (the price of this trip base on the number of stations), then put final price information to corresponding price system. To get this business requirement, it can implement by SAP PI or SAP PO (PI integrate with BPM). 1. If using pure PI integration scenario, this scenario will use two JDBC Lookup in one message mapping to get the price result base on the number of stations, UDF mapping and Enhanced Receiver Determination to send different price to corresponding different price system. 2. If using PI integration BPM scenario, this scenario will use two JDBC Lookups in two iflow s message mapping. And no need to using UDF mapping and Enhanced Receiver Determination, BPM will handle the receiver routing base on the price condition maintained in BRM. The purpose of this complex scenario is to improve that why and when it should implement by PI integrate with BPM model SAP SE 24

25 4.3 BPM Modeling Flow (if using PI integrate with BPM in PO model) Six iflow/ ICO involved, 1 st iflow is from SOAPUI to BPM start event via PI, 2 nd iflow is from BPM Automated Activity to get the delta number of stations via PI JDBC Lookup, 3 rd iflow is from BPM Automated Activity to get the ticket price base on the delta number of stations via another PI JDBC Lookup. Then base on the price condition in BRM, the price information will send to different price system via 4 th,5 th and 6 th iflow. MT_Station means station message type in PI, Station means Local BPM Object Variant. So do delta Number and Price. The most important thing is that: IMPORTANT: In iflow, they are all PI message type (e.g. MT_Station/ MT_deltaNumber/MT_Price/MT_FinalPriceInfo) exchange via PI mapping. In BPM inside, Local BPM object variant (e.g. start event s Station/ Automated Activity s deltanumber,price,finalpriceinfo) exchange with PI message type via BPM mapping. The reason to using temp file server is that, this scenario is asynchronous. However using JDBC Lookup get the result receive message in iflow2 and iflow3. To complete one iflow or ICO we have to fill Receiver System during configuration. So we using a temp file server to store those temp information which we do not needed. In the real scenario, it can be replaced by JDBC receiver channel instead of JDBC Lookup in mapping or RFC receiver, then we do not need temp file server. Another tricky point is that, even you input File Temp Server in iflow or ICO, you can choose the option If cannot find receiver, ignore in receiver tab. Then the temp file message will not go to temp file server SAP SE 25

26 4.4 Technical Message Flow (for scenario using SAP PI or SAP PO) SAP PI System Message Technical Integration SAP PO (PI integrate with BPM) System Message Technical Integration 4.5 Service Interface with corresponding Message Type Used Please note that only 2 different date types involved in pure PI integration scenario model. That are MT_Station and MT_FinalPriceInfo. However for PI integration BPM scenario model, there are 2 additional intermediate message types involved. That are MT_DeltaNumber and MT_Price. MT_Station MT_DeltaNumber MT_Price MT_FinalPriceInfo 1. Pure PI Scenario SI_UserInput_Out None None SI_FinalPrice_Info 2014 SAP SE 26

27 2. PI integrate with BPM MT_Station MT_DeltaNumber MT_Price MT_FinalPriceInfo SI_UserInput_UI_Out SI_UserInput_UI_In SI_Input_UI_Out SI_DeltaNumber_In SI_Price_In SI_DeltaNumber_Out SI_Price_Out SI_FinalPriceInfo _In 4.6 Two JDBC Lookup Function Used There are 2 JDBC Lookup Function used. The first one is input station information (start station and end station), the result JDBC Lookup should be the number tag of stations. Then using subtract function to get delta numbers of stations between. The second one is input delta number of stations, the result JDBC Lookup should be corresponding price. Following 2 DB table used, the first one is store station name with corresponding Tag_Number, the second one is store station Tag_Delta with corresponding price. The mapping test result as following, input start station: Jingke Road and end station Longyang Road which contain 1 station. So the result is Price = 3 人 民 币 RMB with other constant statement information. 4.7 Extended Receiver Determination/ Dynamic Routing and UDF used The extended receiver determination or so-called Enhanced receiver determination used for deciding the receiver system during mapping. The receiver condition in Standard Receiver Determination tab in ICO can also send the message to the specifcal receiver. However the condition can only select from send/source message fileld (e.g. send message contain one fileld with loaction information) SAP SE 27

28 So if some logic should be performed on source message, then the result to be conditaion. In such model, the receiver condition cannot get the goal. Just in this practice, we have to calculate price from source station information, then using price as condition to dynamic routing receiver. Because we may have serval receiver more than 2, so no standard function in mapping can used. I develop following simple UDF. While input 3, the output will be SubwayAutoSystem_Price 3 which one receiver system name; if input 4, the output will be SubwayAutoSystem_Price 4 and so on. The final receiver determination mapping as following: The receiver determination mapping test as following: Input start station: Jinke Road, end station: Jinke Road. It contain no station, but should be treat as one station. The price is 3 RMB, so the receiver system should be SubwayAutoSystem_Price SAP SE 28

29 Step Description Screenshot 4.8 Pure PI integration Scenario Model Extended Receiver Determination Input receiver hdetermination operation hmapping j Input 3 receivers SAP SE 29

30 4.8.2 Input JDBC Lookup import parameter( JDBC Channel Name) Input 3 receivers Input real business message mapping Input 3 receiver channels Testing result 1: 金 科 路 to 世 纪 大 道 /4 人 民 币 / 票 据 信 息 放 置 到 4 元 收 2014 SAP SE 30

31 费 处 Jinke Road to Century Avenue, it contained 4 stations. So the price should be 4 RMB. And the final price result should be send to SubwayAutoSystem_Price4 Using Message Version, you can see the message before mapping and after mapping Testing result 2: 中 山 公 园 to 广 兰 路 /5 人 民 币 / 票 据 信 息 放 置 到 5 元 收 费 处 Zhongshan Park to Guanglan Road, it contained 13 stations. So the price should be 5RMB. And the final price result should be send to SubwayAutoSystem_Price SAP SE 31

32 Step Description Screenshot 4.9 PI integrate with BPM in PO Model Process Modeling in BPM Same steps as Practice 1. 5 Summery Practice 1 improve that traditional PI integration Scenario can be transfer/ enhance into PI integration BPM model in PO model. You can treat PI as a huge adapter support several message protocols into XI protocol connect with BPM. Practice 2 improve that in complex scenario especially several systems involved, even some business logic can implement by pure PI integration scenario, but it may put heavy load in PI which is design for system message exchange not business process management. So with PI integrate with BPM in PO model, it release the business logic out from PI into BPM which is design for business process management. At this moment, we can understand that with SAP Process Orchestration, it makes system technical integration transform into business integration from high level integration view. 5.1 Reduce TCO due to an optimized architecture and simplified operations 2014 SAP SE 32

33 5.2 Become more efficient through process-driven integration 2014 SAP SE 33

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

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

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

More information

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

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

More information

Developing Applications for Integration between PI and SAP ERP in Different Network Domains or Landscapes

Developing Applications for Integration between PI and SAP ERP in Different Network Domains or Landscapes Developing Applications for Integration between PI and SAP ERP in Different Network Domains or Landscapes Applies to: SAP NetWeaver Process Integration 7.1+ SAP NetWeaver 7.02 (ABAP) Summary This document

More information

Data Integration using Integration Gateway. SAP Mobile Platform 3.0 SP02

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

More information

How To Use the ESR Eclipse Tool with the Enterprise Service Repository

How To Use the ESR Eclipse Tool with the Enterprise Service Repository How To Use the ESR Eclipse Tool with the Enterprise Service Repository Applies to: SAP NetWeaver Process Orchestration 7.31 SP2 SAP NetWeaver Process Integration PI 7.31 SP2 Summary With PI 7.31 SP2, an

More information

R49 Using SAP Payment Engine for payment transactions. Process Diagram

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

More information

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

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

More information

GR5 Access Request. Process Diagram

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

More information

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

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

More information

Migration and Upgrade Paths to SAP Process Orchestration. Udo Paltzer Product Owner SAP Process Integration, SAP HANA Cloud Integration

Migration and Upgrade Paths to SAP Process Orchestration. Udo Paltzer Product Owner SAP Process Integration, SAP HANA Cloud Integration Migration and Upgrade Paths to SAP Process Orchestration Udo Paltzer Product Owner SAP Process Integration, SAP HANA Cloud Integration Disclaimer This presentation outlines our general product direction

More information

Upgrade: SAP Mobile Platform Server for Windows SAP Mobile Platform 3.0 SP02

Upgrade: SAP Mobile Platform Server for Windows SAP Mobile Platform 3.0 SP02 Upgrade: SAP Mobile Platform Server for Windows SAP Mobile Platform 3.0 SP02 Windows DOCUMENT ID: DC80003-01-0302-01 LAST REVISED: February 2014 Copyright 2014 by SAP AG or an SAP affiliate company. All

More information

Posting Messages into XI

Posting Messages into XI Posting Messages into XI Applies to: SAP NetWeaver Exchange Infrastructure Summary This article demonstrates how easy it is to post XML/SOAP messages into SAP NetWeaver Exchange Infrastructure (XI) using

More information

Process Archiving using NetWeaver Business Process Management

Process Archiving using NetWeaver Business Process Management Process Archiving using NetWeaver Business Process Management Applies to: NetWeaver Composition Environment 7.2, 7.3. For more information, visit the Business Process Modeling homepage. Summary This document

More information

Sending Additional Files from SAP Netweaver PI to third Party System

Sending Additional Files from SAP Netweaver PI to third Party System Sending Additional Files from SAP Netweaver PI to third Party System Applies to: SAP Netweaver PI. Summary The document describes about a scenario where the requirement is to send multiple files from one

More information

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

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

More information

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

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

More information

Integrating Easy Document Management System in SAP DMS

Integrating Easy Document Management System in SAP DMS Integrating Easy Document Management System in SAP DMS Applies to: SAP Easy Document Management System Version 6.0 SP12. For more information, visit the Product Lifecycle Management homepage. Summary This

More information

Upgrade made easy: SAP Tools, Accelerators and Best Practices for migrating from SAP NetWeaver PI to SAP NetWeaver Process Orchestration

Upgrade made easy: SAP Tools, Accelerators and Best Practices for migrating from SAP NetWeaver PI to SAP NetWeaver Process Orchestration Upgrade made easy: SAP Tools, Accelerators and Best Practices for migrating from SAP NetWeaver PI to SAP NetWeaver Process Orchestration Mathias Huber September 2013 Agenda Options for migrating from SAP

More information

Complementary Demo Guide

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

More information

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

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

More information

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

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

More information

Data Archiving in CRM: a Brief Overview

Data Archiving in CRM: a Brief Overview Data Archiving in CRM: a Brief Overview Applies to: Developing Archiving Solutions in SAP CRM technology. For more information, visit the Customer Relationship Management homepage. Summary This document

More information

Configuring Java IDoc Adapter (IDoc_AAE) in Process Integration. : SAP Labs India Pvt.Ltd

Configuring Java IDoc Adapter (IDoc_AAE) in Process Integration. : SAP Labs India Pvt.Ltd Configuring Java IDoc Adapter (IDoc_AAE) in Process Integration Author Company : Syed Umar : SAP Labs India Pvt.Ltd TABLE OF CONTENTS INTRODUCTION... 3 Preparation... 3 CONFIGURATION REQUIRED FOR SENDER

More information

Salesforce.com Integration Using SAP PI: A Case Study

Salesforce.com Integration Using SAP PI: A Case Study Salesforce.com Integration Using SAP PI: A Case Study Applies to: SAP NetWeaver Process Integration 7.1. For more information, visit the Service Bus-based Integration homepage. Summary This article explains

More information

Installation Guide: Agentry Device Clients SAP Mobile Platform 2.3

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

More information

SAP ERP E-Commerce and SAP CRM Web Channel Enablement versions available on the market

SAP ERP E-Commerce and SAP CRM Web Channel Enablement versions available on the market SAP ERP E-Commerce and SAP CRM Web Channel Enablement versions available on the market TABLE OF CONTENTS NAMING... 3 VERSIONS... 3 NETWEAVER TECHNICAL DIFFERENCES... 4 MAINTENANCE PERIODS... 5 UPGRADE

More information

LVS Troubleshooting Common issues and solutions

LVS Troubleshooting Common issues and solutions LVS Troubleshooting Common issues and solutions www.sap.com TABLE OF CONTENT INSTALLATION... 3 No SQL Instance found... 3 Server reboots after LVS installs... 3 LVS Service does not start after update...

More information

ITM204 Post-Copy Automation for SAP NetWeaver Business Warehouse System Landscapes. October 2013

ITM204 Post-Copy Automation for SAP NetWeaver Business Warehouse System Landscapes. October 2013 ITM204 Post-Copy Automation for SAP NetWeaver Business Warehouse System Landscapes October 2013 Disclaimer This presentation outlines our general product direction and should not be relied on in making

More information

Integration of SAP Netweaver User Management with LDAP

Integration of SAP Netweaver User Management with LDAP Integration of SAP Netweaver User Management with LDAP Applies to: SAP Netweaver 7.0/7.1 Microsoft Active Directory 2003 Summary The document describes the detailed steps of configuring the integration

More information

NetWeaver BPM for System-to- System Message Orchestration (Including Migration of ccbpm to NW BPM)

NetWeaver BPM for System-to- System Message Orchestration (Including Migration of ccbpm to NW BPM) NetWeaver BPM for System-to- System Message Orchestration (Including Migration of ccbpm to NW BPM) Applies to: SAP NetWeaver Process Orchestration 7.31 Summary With the introduction of NetWeaver Process

More information

Provisional Master Data in Integrated Business Planning for SAP Simple Finance An Example-Based How-To Guide

Provisional Master Data in Integrated Business Planning for SAP Simple Finance An Example-Based How-To Guide Provisional Master Data in Integrated Business Planning for SAP Simple Finance An Example-Based How-To Guide Applies to: Integrated Business Planning in SAP Simple Finance Summary SAP customers who use

More information

SAP Project Portfolio Monitoring Rapid- Deployment Solution: Software Requirements

SAP Project Portfolio Monitoring Rapid- Deployment Solution: Software Requirements SAP Portfolio and Project Management 5.0 July 2013 English SAP Project Portfolio Monitoring Rapid- Deployment Solution: SAP AG Dietmar-Hopp-Allee 16 69190 Walldorf Germany Copyright 2013 SAP AG or an SAP

More information

How to Implement Mash Up to Show ECC Screen in SAP Cloud for Customer

How to Implement Mash Up to Show ECC Screen in SAP Cloud for Customer How-To Guide Document Version: 1411 2014.12.15 How to Implement Mash Up to Show ECC Screen in SAP Cloud for Customer How to implement Mash up to show ECC screen in SAP Cloud for Customer 2 Copyright 2014

More information

How-to guide: Monitoring of standalone Hosts. This guide explains how you can enable monitoring for standalone hosts in SAP Solution Manager

How-to guide: Monitoring of standalone Hosts. This guide explains how you can enable monitoring for standalone hosts in SAP Solution Manager How-to guide: Monitoring of standalone Hosts This guide explains how you can enable monitoring for standalone hosts in SAP Solution Manager TABLE OF CONTENT 1 CREATE TECHNICAL SYSTEM FOR HOST... 3 2 MANAGED

More information

Learning Series: SAP NetWeaver Process Orchestration, secure connectivity add-on 1c SFTP Adapter

Learning Series: SAP NetWeaver Process Orchestration, secure connectivity add-on 1c SFTP Adapter Learning Series: SAP NetWeaver Process Orchestration, secure connectivity add-on 1c SFTP Adapter Applies to: SAP NetWeaver Process Orchestration, Secure Connectivity Add-on 1.0 SP0 Summary This article

More information

Your Intelligent POS Solution: User-Friendly with Expert Analysis

Your Intelligent POS Solution: User-Friendly with Expert Analysis Overview SAP Customer Checkout with SAP Business One Challenges Your Intelligent POS : User-Friendly with Expert Analysis Central Overview of Sales Data Central Overview of Sales Data Cash and card payments,

More information

How To... Master Data Governance for Material: Maintenance for multiple Materials in one Change Request. Applicable Releases: all

How To... Master Data Governance for Material: Maintenance for multiple Materials in one Change Request. Applicable Releases: all How To... Master Data Governance for Material: Maintenance for multiple Materials in one Change Request Applicable Releases: all Version 1.2 December 2014 Document History Document Version Description

More information

Integration of SAP central user administration with Microsoft Active Directory

Integration of SAP central user administration with Microsoft Active Directory Collaboration Technology Support Center Microsoft - Collaboration Brief June 2005 Integration of SAP central user administration with Microsoft Active Directory Chris Kohlsdorf, Senior System Architect

More information

Single Sign-On between SAP Portal and SuccessFactors

Single Sign-On between SAP Portal and SuccessFactors Single Sign-On between SAP Portal and SuccessFactors Dimitar Mihaylov 7/1/2012 Contents 1. Overview... 3 2. Trust between SAP Portal 7.3 and SuccessFactors... 5 2.1. Initial configuration in SAP Portal

More information

Work Ticket Integration Between SAP Cloud for Customer and SAP ERP Quick Start Guide

Work Ticket Integration Between SAP Cloud for Customer and SAP ERP Quick Start Guide SAP Cloud for Customer Work Ticket Integration Between SAP Cloud for Customer and SAP ERP Quick Start Guide June, 2015 Quick Start Guide: Work Ticket Integration with ERP 2 Table of Contents SAP Cloud

More information

Understanding Security and Rights in SAP BusinessObjects Business Intelligence 4.1

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

More information

SAP MII for Manufacturing rapid-deployment solution: Software Requirements

SAP MII for Manufacturing rapid-deployment solution: Software Requirements MII 15.0 October 2015 English SAP MII for Manufacturing rapid-deployment solution: SAP SE Dietmar-Hopp-Allee 16 69190 Walldorf Germany Copyright 2015 SAP SE or an SAP affiliate company. All rights reserved.

More information

Power Smart Business Operations with Real-Time Process Intelligence

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

More information

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

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

More information

SBOP Analysis 2.1, edition for Microsoft Office Additional PAM Information

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

More information

Partner Certification to Operate SAP Solutions and SAP Software Environments

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

More information

SAP Cloud for Customer integration with SAP ERP: Software and Delivery Requirements

SAP Cloud for Customer integration with SAP ERP: Software and Delivery Requirements SAP Cloud for 1502 March 2015 English SAP Cloud for integration with SAP ERP: Software and Delivery Requirements SAP SE Dietmar-Hopp-Allee 16 69190 Walldorf Germany Document Revisions 0 1 2 Date Copyright

More information

SAP HANA Cloud Integration CUSTOMER

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

More information

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

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

More information

SAP BusinessObjects Cloud

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

More information

Maintaining Different Addresses and Email Ids for a Business Partner via CRM Web UI

Maintaining Different Addresses and Email Ids for a Business Partner via CRM Web UI Maintaining Different Addresses and Email Ids for a Business Partner via CRM Web UI Applies to: CRM 7.0 SP09. For more information, visit the Customer Relationship Management homepage. Summary This article

More information

Streamline End-to-End Payment Processes on a Central Platform

Streamline End-to-End Payment Processes on a Central Platform SAP Brief SAP for Banking SAP Payment Engine Objectives Streamline End-to-End Payment Processes on a Central Platform Extend and simplify payment processes Extend and simplify payment processes Financial

More information

Table of Contents. How to Find Database Index usage per ABAP Report and Creating an Index

Table of Contents. How to Find Database Index usage per ABAP Report and Creating an Index How to Find Database Index usage per ABAP Report and Creating an Index Applies to: SAP NETWEAVER WEB AS ABAP. For more information, visit the ABAP homepage Summary The aim of this article is to show how

More information

Optimize Retail Label and Poster Printing with SAP Software

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

More information

Consume an External Web Service in a Nutshell with good old ABAP

Consume an External Web Service in a Nutshell with good old ABAP Consume an External Web Service in a Nutshell with good old ABAP Applies to: SAP_BASIS, Release 701, SP Level 8 Summary Have you ever tried to consume an external web service out of ABAP? This document

More information

Ariba Procure-to-Pay Integration rapiddeployment

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

More information

SAP BusinessObjects Business Intelligence Suite Document Version: 4.1 Support Package 3-2014-05-07. Patch 3.x Update Guide

SAP BusinessObjects Business Intelligence Suite Document Version: 4.1 Support Package 3-2014-05-07. Patch 3.x Update Guide SAP BusinessObjects Business Intelligence Suite Document Version: 4.1 Support Package 3-2014-05-07 Table of Contents 1 Document History....3 2 Introduction....4 2.1 About this Document....4 2.1.1 Constraints....4

More information

Mass Maintenance of Procurement Data in SAP

Mass Maintenance of Procurement Data in SAP Mass Maintenance of Procurement Data in SAP Applies to: SAP ECC 5.0 & SAP ECC 6.0. For more information, visit the Enterprise Resource Planning homepage. Summary: This document helps the P2P consultants

More information

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

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

More information

Landscape Design and Integration. SAP Mobile Platform 3.0 SP02

Landscape Design and Integration. SAP Mobile Platform 3.0 SP02 Landscape Design and Integration SAP Mobile Platform 3.0 SP02 DOCUMENT ID: DC01916-01-0302-01 LAST REVISED: February 2014 Copyright 2014 by SAP AG or an SAP affiliate company. All rights reserved. No part

More information

Open Items Analytics Dashboard System Configuration

Open Items Analytics Dashboard System Configuration Author: Vijayakumar Udayakumar vijayakumar.udayakumar@sap.com Target Audience Developers Consultants For validation Document version 0.95 03/05/2013 Open Items Analytics Dashboard Scenario Overview Contents

More information

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

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

More information

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

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

More information

Quick Guide EDI/IDoc Interfacing to SAP ECC from External System

Quick Guide EDI/IDoc Interfacing to SAP ECC from External System Quick Guide EDI/IDoc Interfacing to SAP ECC from External System Applies to: Up to ECC 6.0. For more information, visit the ABAP homepage. Summary IDoc Interface: EDI Application Scenario The application

More information

How To Make Your Software More Secure

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

More information

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

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

More information

Integration capabilities of SAP S/4HANA to SAP Cloud Solutions

Integration capabilities of SAP S/4HANA to SAP Cloud Solutions Document Version: 1.00 2015-08-10 Integration capabilities of SAP S/4HANA to SAP Cloud Solutions What you need to know when it comes to S/4HANA Integration Javit Gellaw (SAP SE) Table of Contents 1 INTRODUCTION

More information

prioritize XI messages on integration server

prioritize XI messages on integration server How-to Guide SAP NetWeaver 2004s How To prioritize XI messages on integration server Version 1.00 May 2006 Applicable Releases: SAP NetWeaver 2004s Process Integration Enabling Application-to-Application

More information

Compare & Adjust How to Guide for Compare & Adjust in SAP Solution Manager Application Lifecycle Management

Compare & Adjust How to Guide for Compare & Adjust in SAP Solution Manager Application Lifecycle Management Compare & Adjust How to Guide for Compare & Adjust in SAP Solution Manager Application Lifecycle Management www.sap.com TABLE OF CONTENTS COPYRIGHT... 3 1.0 Motivation... 4 2.0 Method and Prerequisites...

More information

How-to-Guide: Middleware Settings for Download of IPC Configuration (KB) Data from R/3 to CRM System

How-to-Guide: Middleware Settings for Download of IPC Configuration (KB) Data from R/3 to CRM System How-to-Guide: Middleware Settings for Download of IPC Configuration (KB) Data from R/3 to CRM System Applies to: The IPC (Internet Pricing and Configurator). For more information, visit the Customer Relationship

More information

Learning Series: SAP NetWeaver Process Orchestration, business to business add-on EDI Separator Adapter

Learning Series: SAP NetWeaver Process Orchestration, business to business add-on EDI Separator Adapter Learning Series: SAP NetWeaver Process Orchestration, business to business add-on EDI Separator Adapter Applies to: SAP NetWeaver Process Orchestration, business to business add-on 1.0 SP00 Summary This

More information

Log Analysis Tool for SAP NetWeaver AS Java

Log Analysis Tool for SAP NetWeaver AS Java Log Analysis Tool for SAP NetWeaver AS Java Applies to: SAP NetWeaver 6.40, 7.0x, 7.1x, 7.20 and higher Summary Log Analysis is an SAP tool for analyzing list formatted logs and traces in Application Server

More information

A Step-by-Step guide on SMTP Configuration and File to Mail Scenario Using Process Integration Scenario in PI 7.1

A Step-by-Step guide on SMTP Configuration and File to Mail Scenario Using Process Integration Scenario in PI 7.1 A Step-by-Step guide on SMTP Configuration and File to Mail Scenario Using Process Integration Scenario in PI 7.1 Applies to: SAP NetWeaver Process Integration 7.1 For more information, visit the SOA Management

More information

Faster Development Through Virtualization

Faster Development Through Virtualization SAP Brief SAP Extensions SAP Service Virtualization by HP Objectives Faster Development Through Virtualization Remove the obstacles that slow down application delivery Remove the obstacles that slow down

More information

SAP NetWeaver BRM 7.3

SAP NetWeaver BRM 7.3 SAP NetWeaver BRM 7.3 New Features Overview Arti Gopalan Solution Specialist SAP NetWeaver BRM NetWeaver Orchestration SAP Labs India Agenda Technical Components of NW BRM Rules Composer Rules Manager

More information

SAP Landscape Transformation (SLT) Replication Server User Guide

SAP Landscape Transformation (SLT) Replication Server User Guide SAP Landscape Transformation (SLT) Replication Server User Guide February 2014 P a g e 1 NOTE : Pease refer the following guide for SLT installation. http://help.sap.com/hana/sap_hana_installation_guide_trigger_based

More information

Setting up Visual Enterprise Integration (WM6)

Setting up Visual Enterprise Integration (WM6) SAP Mobile Platform 3.0 June 2015 English Setting up Visual Enterprise Integration (WM6) Building Block Configuration Guide SAP SE Dietmar-Hopp-Allee 16 69190 Walldorf Germany Copyright 2015 SAP SE or

More information

Variable Exit in Sap BI 7.0 - How to Start

Variable Exit in Sap BI 7.0 - How to Start Variable Exit in Sap BI 7.0 - How to Start Applies to: This article is applicable to SAP BI 7.0. For more information, visit the Business Intelligence homepage. Summary This document provides an introduction

More information

Software and Delivery Requirements

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

More information

SAP How-To Guide: Develop a Custom Master Data Object in SAP MDG (Master Data Governance)

SAP How-To Guide: Develop a Custom Master Data Object in SAP MDG (Master Data Governance) SAP How-To Guide: Develop a Custom Master Data Object in SAP MDG (Master Data Governance) Applies to: SAP Master Data Governance running on SAP ERP 6 EhP 6 Master Data Governance. The Guide can also be

More information

Drive Retail Sales and Enhance Loyalty by Streamlining Your Contact Center

Drive Retail Sales and Enhance Loyalty by Streamlining Your Contact Center SAP Brief SAP Customer Relationship Management SAP Contact Center Objectives Drive Retail Sales and Enhance Loyalty by Streamlining Your Contact Center Create a better retail experience across multiple

More information

Mobile app for Android Version 1.2.x, December 2015

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

More information

How To Use An Automotive Consulting Solution In Ansap

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

More information

SAP 3D Visual Enterprise Rapid-Deployment Solution

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

More information

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

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

More information

How To Balance In Sap Bw

How To Balance In Sap Bw How-to Guide SAP NetWeaver 04 How To Load Balancing For Data Load Processing and Warehouse Management In BW Version 1.10 January 2005 Applicable Releases: SAP NetWeaver 04 For source system requirements

More information

Business Requirements... 3 Analytics... 3 Typical Use Cases... 8 Related Content... 9 Copyright... 10

Business Requirements... 3 Analytics... 3 Typical Use Cases... 8 Related Content... 9 Copyright... 10 SAP BW Data Mining Analytics: Process Reporting Applies to: SAP BW Data Mining. For more information, visit the Analytics homepage. Summary SAP BW Data Mining serves as a process design platform for a

More information

Software and Delivery Requirements

Software and Delivery Requirements EHP3 for SCM 7.0 March 2015 English Demand and Supply Network Planning rapiddeployment solution: Software and Delivery Requirements SE Dietmar-Hopp-Allee 16 69190 Walldorf Germany Document Revisions Date

More information

How To Use the BPC Mass User Management Tool in BPC 10.0 NW

How To Use the BPC Mass User Management Tool in BPC 10.0 NW How To Use the BPC Mass User Management Tool in BPC 10.0 NW Applies to: SAP BusinessObjects Planning & Consolidation 10.0, version for SAP NetWeaver. For more information, visit the Enterprise Performance

More information

Mobile app for Android Version 1.0.x, January 2014

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

More information

How to Deliver a Coordinated Customer Experience across Every Channel

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

More information

FN0 - Learning Integration between SuccessFactors and SAP ERP HCM. Process Diagram

FN0 - Learning Integration between SuccessFactors and SAP ERP HCM. Process Diagram FN0 - Learning Integration between SuccessFactors and SP ERP HCM Process Diagram FN0 - Learning Integration between SuccessFactors and SP ERP HCM - one-time upload of qualification catalog from SP ERP

More information

Two UX Solutions Now Included with SAP Software

Two UX Solutions Now Included with SAP Software Frequently Asked Questions User Experience Two UX Solutions Now Included with SAP Software SAP offers two solutions that greatly improve the user experience (UX): the SAP Fiori user experience and SAP

More information

SAP HANA Live & SAP BW Data Integration A Case Study

SAP HANA Live & SAP BW Data Integration A Case Study SAP HANA Live & SAP BW Data Integration A Case Study Matthias Kretschmer, Andreas Tenholte, Jürgen Butsmann, Thomas Fleckenstein July 2014 Disclaimer This presentation outlines our general product direction

More information