Posts

Showing posts from April, 2020

ABAP Dataflow use in SAP BODS

Image
What is the use of ABAP Dataflow in SAP BODS Ø      ABAP Dataflow needed when there is a huge amount of data in the Source tables. When we are loading the huge amount of data from Source to Destination job will be failed. To overcome the error we need to use ABAP dataflow In SAP BODS. In SAP BODS there is a process to create a Job like shown below. 1.We need to create a batch job under any project. 2.Then create a Workflow under the Job. After we need to create a Dataflow under Workflow. 3.After Creating the Dataflow, We need to do transformations by importing the tables from the Source. When there is a small amount of data no need to create the ABAP dataflow. If there is a huge amount of data we need to create the ABAP dataflow. Creation of ABAP dataflow shown in below. First we have to select Dataflow section in the “Local Object Library”. Then Right click on ABAP Dataflows and click on “New” We need