cancel
Showing results for 
Search instead for 
Did you mean: 

Async-Sync scenario with out using BPM

Former Member
0 Kudos

Hi All,

With SP19 we can implement File-RFC-File scenario with out using BPM.

But can any one suggest how can I implement the following File-RFC-File scenario without using BPM.

My input file has five elements. A1,A2,A3,A4,A5

The RFC (BAPI) needs A2 and A3 as input and it produces the output R6.

Now in the destination I need to populate D1,D2,D3,D4,D5,D6.

D1 has to be mapped from A1 and so on till fifth element. D6 will be mapped from R6. In order to achieve this we need to store the value of source interface before calling the RFC so that when we get the response back we can populate the entire destination structure.

Can anyone advise how to go about it. I don't want to use a BPM here.

Thanks

Abinash

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

the following thread may help you

[original link is broken]

Thanks,

Ram

agasthuri_doss
Active Contributor
0 Kudos

Hi,

Check this..might help you

Regards

Agasthuri Doss

Former Member
0 Kudos

Hello Abinash,

Ithink this thread will help you

Amitanshu