Sounds of nature !! Forest Ocean Rainy Peace Café Ready? 30 00 Start Pause Reset Session Break
Overview: Requirement is to insert/update SAP records in non-sap system’s Oracle Table. To achieve this, we create a Proxy-to-JDBC Asynchronous Outbound Scenario in SAP-PI. In SAPEcc, one ABAP function module is required to extract data from sap-table and pass it to PI-Proxy-structure and invoke the SAP-PI-Proxy. Scenario creation steps: Scenario is called as SAP-PI’s “Proxy-to-JDBC Asynchronous Outbound scenario”. [I] Steps in “ Enterprise Services Builder “: Repository objects Create DataType/MessageType for Proxy Structure Here include fields which are required to be fetch from SAP-Table Create DataType/MessageType for JDBC Table Query Operations For example JDBC query DataType would be like as below for Table ‘EmpTable’ Based on our requirement, here can provide different action method as follows INSERT When record insertion into JDBC table is in scope UPDATE When record updation into JDBC table is in scope UPDA...