cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC -to -BAPI -to -BAPI scenario

Former Member
0 Kudos

Hi ,

my scenario is IDOC - to - BAPI - and BAPI(Response) -to - BAPI (Req) .

I think a bit confusion . Actually I'm getting the data from MDM system through an IDOC into XI system and I want to post this data into an ECC system by using RFC. so, up to this level scenario is simple IDOC - to - RFC. but i want to post the RFC response message to MDM system . for posting this reponse in MDM system they created a simple BAPI and that BAPI will post the data into a ZTABLE in MDM system . so i want to pass the BAPI(ECC system) response message to BAPI(MDM system).

So, please suggest me the steps and how can we achive this..

Because for creating the Out bound interface as synchronous system is not accepting one IDOC message and and one BAPI message.

Regards

Jain

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

You can achieve this using BPM

Async Rec - transfortm - sync send (Req/Response)- transform - send response

Regards,

Sreenivas.

Answers (1)

Answers (1)

prateek
Active Contributor
0 Kudos

Use BPM.

1. Receive step (Idoc)

2. Transform (Idoc to RFC1 req)

3. Send sync step (RFC1)

4. Transform (if required - RFC1 response to RFC2 Req)

5. Async Send (RFC2)

Regards,

Prateek