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: 
former_member189153
Active Participant


Hi All,

Here, we will discuss how to execute and schedule BODS jobs from BW. There are two types of data processing available in BODS for BW. Those are below and will discuss one by one.

1. Data Loading into BW

2. Data moving out from BW

Prerequisite:RFC between BW and Dataservice should be running status.

1. Data Loading into BW:

  • Create New Datastore for BW.  Datastore type as “SAP BW Target”




  • Double click on transfer structure and Import BW data source(PSA) from the list.




  • Same way create datastore for source system and import table.

  • Create new batch job and add dataflow into it.




  • Open a dataflow and track and drop source and target table. Create logical flow between source and target as per business requirement.






  • Validate and save the batch job.

  • Goto BW, create infopackage for respective datasource and fill the "3rd party selection" details as below.


Repository    : BODS repository name

JobServer     : BODS running jobserver name

JobName     : BODS job name



  • Save and Execute infopackage.It will trigger BODS job which will load the data into BW datasource.




  • Add this infopackage into process chain and schedule it.




2. Data moving out from BW

  • Create New Datastore for BW.  Datastore type as “SAP BW Source”.




  • Right click on datastore and click “import by name” from context menu.






  • Create new batch job and dataflow. Open dataflow and create logical flow between source and target table as like below






  • Validate, save and execute it. data will be loaded into target table.

  • You can also execute these batch job from BW Process Chain.

  • Add new process chain variant "Start job in SAP BusinessObject Data Service" into Process Chain.




  • Fill the source system details and  job name as like below,save and close it.




  • Variant  added in Process Chain




  • Save and Execute the Process Chain. Process Chain will trigger the BODS Job and that will load the data from BW to target table.


4 Comments
Labels in this area