cancel
Showing results for 
Search instead for 
Did you mean: 

BPM Receiver Determination

Former Member
0 Kudos

Hi

I have a interface where I need to call the Different SAP systems depending on the URL input field which I am getting from database.I have defined the BPM process as

Rec step to receive the input field

Synchronous to call the database

Send step to send the database fields to BAPI

Receiver Determination step**Do we need a receiver determination to define the condition for URL or can we define in config if we have define in BPM what properties I need to define*********

Synchronous step to call BAPI

BAPI is common in all systems so I just imported one BAPI and have done the mapping.

Thanks in Advance

Regards

Raj

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos
stefan_grube
Active Contributor
0 Kudos

You could provide the field in the message with comes out of BPM and do a receiver determination outside the BPM.

after that you map to the BAPI structure.

Regards

Stefan