SAP BusinessObjects Data Services

SAP BusinessObjects Data Services combines data quality and integration into one platform. One of the fundamental capabilities of Data Services is extracting, transforming, and loading (ETL) data from heterogeneous sources into a target database or data warehouse. You create applications (jobs) that specify data mappings and transformations by using the Designer. Use any type of data, including structured or unstructured data from databases or flat files, to process, cleanse and remove duplicate entries.

 

Requirements

 

To execute SAP job steps you must have the RFC SDK installed on both the Job Scheduler and Execution machine(s). The RFC SDK Dll’s must be present in \Windows\System32. These job steps have been tested and certified with SAP for Netweaver 7.0 and GUI 7.10 or higher. The connection strring must be of the form:

 

ashost=sss;synr=nn;client=nnn;user=sssss;xbpver=n.n

 

  • ashost is the SAP server system fully qualified     

  • sysnr is the system number

  • client is a client number to log into         

  • user is a valid SAP user

  • xbpver indicates the version of the XBP interface to target.

    • Choices are 2.0 or 3.0. 3.0 is backwards compatible and will allow the use of all job steps, while 2.0 will only allow the user of steps available to the 2.0 interface. Generally 3.0 should be used.

 

For example: ashost=SAPserver.domain.com;user=SAP_User;client=001;sysnr=02;xpbber=3.0

 

Below are the SAP Data Services Job Steps