cancel
Showing results for 
Search instead for 
Did you mean: 

Questions on ABAP Dataflow

0 Kudos

Hi Please answer my below queries on ABAP dataflow.

  1. When using ABAP Dataflow with RFC data transfer, do we still need to use Data Transport and provide .DAT file name. I believe No .dat files are written in RFC Data transfer mode?
  2. When we select Data Transfer Method to “RFC”, I believe “Working directory on SAP server” is not required. We can leave it blank. Right?
  3. If we use Normal Data Flow for extracting data from SAP on “RFC Data Transfer Method”, Abap programs are still created and data is transferred over RFC         streaming or none of these applies to Normal DF?
  4. Apart from SAP tables and Hierarchies can we use function modules inside Abap dataflow ?

Thanks in advance ,

     David king J.

Accepted Solutions (1)

Accepted Solutions (1)

former_member187605
Active Contributor
0 Kudos
  1. That's the advantage of the RFC tranfer mode, no intermediate files needed.
  2. Always specify a value for working directory. It may be /tmp.
  3. In a normal data flow, DS uses SQL to extract the data from the ECC tables. No ABAP inviolved anymore.
  4. Correct. You can also use Business Content Extractors as source in an ABAP data flow.
0 Kudos

Hi Dirk ,

Thanks for your reply !!!

I just have one more doubt i.e What about the Data transport while using ABAP Dataflow with RFC Transfer method . Do we have not to use DataTransport and provide .dat file  ? can i leave it blank ?

Thanks,

David king J.

former_member187605
Active Contributor
0 Kudos

With RFC, you won't have an intermediate .dat file. You can leave it blank.

0 Kudos

Thanks a lot Dirk !!!

Answers (0)