Adapter for SAP 10.1 | webMethods Adapter for SAP Documentation | webMethods Adapter for SAP Installation and User’s Guide Documentation | Coding Client Applications and Services | Calling a BAPI Asynchronously from an SAP System | Creating Similar Routing Notifications
 
Creating Similar Routing Notifications
*To create similar routing notifications
You can create routing notifications similar to those described in the synchronous example.
1. In the input field, enter the following data:
*Sender: enter the logical system of the sending system.
*Receiver: enter the logical system of the target system.
*msgType: BANK_CREATE.
2. In the transport field, select XML.
3. Specify an URL for the target system. To test the functionality using your local Integration Server's Inbound processing, enter:
http://localhost:5555/invoke/pub.sap.transport.BAPI/InboundProcess
(note that in some cases you have to adjust the port 5555 to your current settings)
4. Select dialect BizTalk for the xmlType parameter.
5. Select Yes for the useBAPI parameter.
6. Enter "bank" for the objectName parameter.
7. Enter "Create" as the BAPI.