cancel
Showing results for 
Search instead for 
Did you mean: 

Rfc to file

Former Member
0 Kudos

Hi

Is this possible to do the RFC to file scenarion in async mode..

means i want to pass only RFC response to the File..

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member181962
Active Contributor
0 Kudos

I think it would be better if you chose a PROXY to file approach.

RFCs are by default synchronus.

Check this:

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/abap%2bproxy%2boutbound%2bprogram%2b-%2bp...

Regards,

Ravi

Former Member
0 Kudos

we are using R/3 4.6c ... so i cant use proxies ...any other suggestions

Shabarish_Nair
Active Contributor
0 Kudos

you will need something to trigger the process. like a dummy Idoc send from SAP or a file being picked up etc.

Once that is done, you can call the RFC in a mapping (use the RFC lookup in that case which will return the RFC response) and use that to map to your file else use BPM, a sync send step for the RFC. But in anycase you will need something to trigger the interface start. Unfortunately you cant run proxies.