cancel
Showing results for 
Search instead for 
Did you mean: 

RFC data transfer in BODS

vinaya_hg
Participant
0 Kudos

Hi folks ,

I need few clarifications on RFC data transfer BODS.Please help me.

  1. While using RFC data transfer , it is mandate in DEV to do generate and execute for Dat and Aba file ,so that file is created in run time and placed in file server in SAP i.e,AL11.
  2. Again in QAS placing the same file in SAP file server and make execute.

In the scenario right now ,in dev what can I see is the program (aba) is not in AL11 but still it executing successfully.

Thanks in advance ,

Vinaya

View Entire Topic
former_member559864
Participant
0 Kudos

Hello!

When RFC data transfer method used, SAP application server streams data from the source SAP system directly to the Data Services data flow process using remote function calls (RFC).

You can read about Data transfer methods here.

former_member559864
Participant
0 Kudos

Also, it is necessary to set ABAP execution option to "Generate and Execute" in DEV and transport this generated ABAP code to QAS and PROD via SAP Transport system, then you set ABAP execution option to "Execute preloaded" in QAS and PROD.

You can find all information in Supplement for SAP.

vinaya_hg
Participant
0 Kudos

Hi Andrey,

In our scenario I can't find abap program in AL11 but still the job executed successfully.Can you clear me on that .