SAP BO DATA Integrator / Data Services
See more in sap bods step by step
Data services is a part of SAP Business Objects also known as SAP BODS (SAP Business Objects Data Services). It is integrated with SAP Applications. It also supports non sap databases.
Data Services performs ETL processing of data. It loads the data from the source to the target, modifying and cleansing it in the process. For every dataflow, a backend sql is generated. This can be viewed by going to main menu-Validation-Display Optimized SQL

The ETL job runs IN-MEMORY, hence SAP BODS is the fastest tool in the market place.
Advantages of Data Services over SAP BI/BW ETL process
- It is simple to use and has a user friendly framwork
- It has in build configuration of many types of datasources like flat files, XML, hadoop etc.
- It has many in-built transformations like key generation, case, merge etc.
- It has separate jobs for batch execution and real time loads. It can also perform delta loads.
- There is no concept of Process chains/ DTP/ Info packages if you use the data services to load the data.
Data integrator / Services Architecture

Data Integrator Components
Designer

- It is used to create the ETL dataflow
- All the designer objects are reusable
Management Console (URL based tool / Web based tool)

- It is used to activate the repositories
- You can create users and user groups and assign roles and privileges here
- It allows to auto schedule batch jobs and monitor them and also see history of execution
Access Server
- It gets the XML input (real time data)
- XML inputs can be loaded to the Warehouse using the Access server
- It is responsible for the execution of online / real time jobs
Repository Manager

- It allows to create the Repositories (Local, Central, and Profiler)
- Repositories are created using standard database. (Oracle, Microsoft SQL, HANA etc.)
- Data Services system tables are available in the repository which is a database in the Microsoft SQL Server for example. Any new tables imported in the Designer will be stored in the database as local repository external table. Any template tables not imported will be stored as Internal table in the local repository.
- For a novice learner, central repository can be skipped. Central repository is only used if there are multiple users accessing the designer.
Meta Data Integrator
- It generates Auto Documentation
- It generates sample reports and semantic layers
- It generates job based statistic dash boards
Job Server
This is the server which is responsible to execute the jobs. Without assigning the local / central repository , you cannot execute the job.
Designer Objects
Projects :-
Project is a folder where you store all the related jobs at one place. You can call it as a folder to organize jobs. Only one project can be opened at a time in the Data Services Designer.
Jobs:-
Jobs are the executable part of the Data Services. A job is present under a project. There are two types of jobs:
- Batch Job
- Real time Jobs
Work Flows:-
A work flow acts as a folder to contain the related Data Flows. The Work Flows are re-usable. These are optional, i.e. you can execute a job containing a dataflow and no workflow.
Conditionals:-
Conditional contains Work Flows or data flows and these are controlled by scripts. Scripts will decide whether to trigger the conditionals or not.
Scripts:-
Scripts are set of codes used to define or initialize the global variables, control the flow of conditionals or control the flow of execution , to print some statements at the runtime and also to assign specific default values to the variables.
Data Flow:-
The actual data processing happens here.
Source Data Store:-
This datastore connects your data services designer to your source system.
Target Data Store:-
This datastore connects your data services designer to your target system database.
Transformations:-
These are the query transformations that are used to carry out the ETL process. These are broadly categorized into 3 types(platform, quality and integrator)
File Format :-
It contains various legacy system file formats like XLS, CSV, XLSX, TXT etc.
Variables:-
You can create and use the local and global variables and use them in the project. The variables name starts with “$” Symbol.
Functions:-
There are numerous inbuilt functions like (String, math, lookup , enrich and so on) provided in the designer.
Template Table:-
These are the temporary tables that are used to hold the intermediate data or the final data. These can be converted to permanent tables (i.e. tables stored in the database) by importing them.
Data Store:-
The data stores acts a port from which you can define the connections to the source or the target systems.
Refer to the ebook for more details: New Ebook – SAP BODS Step by Step