cancel
Showing results for 
Search instead for 
Did you mean: 

Temporary variables during a BPM

Former Member
0 Kudos

Hello,

My scenario in a bpm includes a receive step (XML File) , a RFC sync call to a BAPI, and posting a response back in an other XML File.

The incoming XML message contains certain variables that I need to report back in the outgoing XML file (eg. Message n° in the external system, or filename).

How can I start this "during the BAPI call" and map them back in my outgoing message. Both mapping are done using XSLT.

For certain scenario I can use the EXTENSION_IN of the BAPI, but for BAPI_EMPLOYEE_GETDATA there is not extension available.

Note: If any of you have a suggestion to resolve this scenario avoiding even using the BPM, that would be great.

Cheers,

greg

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Use transformation inside BPM .

When you receiver XML transformation step you can use to pass relevant data to RFC and another transformation step to pass BAPI response to inbound Abstract interface. This transformation you can do a 2:1 mapping and pass the data to inbound interface.

Thanks

Gaurav