Posts

Triggering SAP BODS jobs with conditions from SAP BW without Process Chains

Image
If there is a Source System is BW, We can trigger the SAP BODS jobs from SAP BW through Process Chains but there is an another way to trigger them from SAP BW and we can filter the data as well. This is useful for the SAP BODS Jobs when client needs to filter the data. Pre-requirements: First we need to know connection is available between SAP BW and SAP BODS or not.  If it is there we need to create the DTP ( Data Transfer Process ) and then create an InfoPackage.                Data Transfer Process (DTP) :-             In order to create a DTP, Choose the OpenHub Destination and need to find OpenHub table in it. OpenHub Table --> Create Data Transfer Process, you will get a window and in that click on ✔ (Continue).   Steps to Create an InfoPackage. InfoPackage:- Process of creating an InfoPackage in BW, choose the DataSources and create a Datasource for our Job. DataSource --> ‘Create Inf

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