cancel
Showing results for 
Search instead for 
Did you mean: 

BPM and Delivery processing

0 Kudos

Hello Everyone,

BPM needs to:

1. Forward the incoming message via XI BPM to SAP ERP (create new delivery)

2. Get the newly created delivery number from SAP ERP back to XI BPM

3. Use that new delivery number in the next BPM processing step

How is it possible to achieve?

Best regards

Maxim

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

When u want to create a new delivery, use send step of BPM to send the delivery detail to SAP ERP system. After this step, use a transformation step wherein u may use the RFC lookup to get the delivery number for the furthur step. U may use some standard delivery related RFCs or some custom RFC with some delivery detail and creation time.

Regards,

Prateek

Answers (1)

Answers (1)

former_member200962
Active Contributor
0 Kudos

Hi,

Include a Receive step to receive the message from your source system. Give a logical name to your message in the container list window and then include it in the receive step.

Include a Synchronous Send step to send the message from XI BPM to SAP and also to receive the response from SAP. Make sure you have included the necessary messages in the corresponding synchronous-abstract interface.

Then you can use the response thus received i.e. the Delivery Number in the further processing steps.

Do let me know if you need more details.

Regards,

Abhishek