Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
ABAP DATA FLOW 

 

This blog post explains step by step procedure how to implement ABAP data flow in SAP BODS.

The most useful method for extracting huge data is use to ABAP data flow.

I can give example how to develop and what is the main cause to use the ABAP data flow in this blog.

First we need to create SAP data store in SAP BODS because of we can import data easily from source by giving connection.

Create Data store between SAP source and BODS

 



 

A Pop-up for create a new data store will appear as shown in below screenshot.

 



 

  • Enter Data store name DS_SAP_TEST.

  • Data store Type name as SAP Applications Source.

  • Enter Database server name, User Name, Pass word.

  • Click on Apply button after that click on OK button.


Data store will be created and created Data store will be shown in below.

  • Go to Local Object Library then select desire Data store tab

  • Data store DS_SAP_TEST will be displayed as shown in below.


 



 

We need to add the ECC table to the SAP data store before we can continue.

  1. Click on the SAP data store in the Local Object Library

  2. Click the Search button at the top of the window

  3. Enter ECC in the Name field

  4. Click on enter button

  5. Right click the ECC table in the search results and click on Import button




Create a JOB, Work flow and Data flow and also follow the naming conventions as SAP BODS standards. JOB Name JOB_ABAP_TEST, Work flow name as WF_ABAP_TEST and then create a Data flow name as DF_ABAP_TEST

Then click on the object (ABAP data flow).  After that

  • Enter Data store name DS_SAP.

  • After that Generated ABAP file name ZTEST

  • ABAP Program name ZTEST.

  • Job name ABAP_ZTEST



  • After that enter the details ABAP row limit, Join rank, parallel process threads and RFC data transfer package size as shown in below screen shot.

  • And then click on Apply button.


 



 

After that click on the ABAP data flow and select the SAP tables which we want and next we will take the query transformation and here we select all the columns from the schema in of the query transformation and map to output to the schema out after that we will connect that query transformation into data transport object



 

Transport Object:

 

A data transport is a step in an ABAP data flow that defines a target in which to store the data set extracted during the flow. A data transport defines a staging file for data extracted from SAP applications.

After that drag ABAP data flow and then place query transformation with rename as QRY_EXTR and here we select all the columns from the schema in of the query transformation and map to output to the schema out.



 

After that Save and validate the project. And then click on validate button a pop-up will appear for validation success.



After that to execute job. Follow the below steps.                                                                                Select job and right click choose execute option, to execute job.



Conclusion:

By this way you can easily how to implement ABAP data flow in SAP BODS. This method for extracting huge data is easy.

 
6 Comments
Labels in this area