DW & ETL
SAP BO Data Services
SAP BODS Repository
- SAP BODS - ETL Flow in DS Designer
- SAP BODS - DS Designer Introduction
- SAP BODS - DSMC Modules
- Data Services Management Console
- Repository Creating & Updating
- SAP BODS - Repository Overview
SAP BODS Datastores & Formats
- Data Extraction from Excel Workbook
- Extracting Data from DB Tables
- COBOL Copybook File Format
- SAP BODS - File Formats
- SAP BODS - Adapter Datastore
- SAP BODS - Linked Datastore
- SAP BODS - Memory Datastore
- SAP BODS - Changing a Datastore
- SAP BODS - Datastore Overview
Data Flow & Work Flow
- SAP BODS - Creating Workflows
- SAP BODS - Workflow Introduction
- BODS - Dataflow Changing Properties
- SAP BODS - Dataflow Introduction
SAP BODS Transforms
SAP BODS Administration
- SAP BODS - Tuning Techniques
- Data Assessment & Data Profiling
- Debugging & Recovery Mechanism
- Creating Embedded Dataflow
- SAP BODS - Data Services Overview
Multi-user Development
- Creating a Multi-user Environment
- BODS - Central Repository Security
- BODS - Central vs Local Repository
SAP BODS Useful Resources
- SAP BODS - Discussion
- SAP BODS - Useful Resources
- SAP BODS - Quick Guide
- SAP BODS - Questions Answers
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
SAP BODS - Data Services Designer
Data Services Designer is a developer tool, which is used to create objects consisting of data mapping, transformation, and logic. It is GUI based and works as a designer for Data Services.
Repository
Repository is used to store metadata of objects used in BO Data Services. Each Repository should be registered in Central Management Console and is pnked with single or many job servers, which are responsible for executing jobs that are created by you.
Types of Repositories
There are three types of Repositories.
Local Repository − It is used to store the metadata of all objects created in Data Services Designer pke projects, jobs, data flow, work flow, etc.
Central Repository − It is used to control the version management of the objects and is used for multiuse development. Central Repository stores all the versions of an apppcation object. Hence, it allows you to move to previous versions.
Profiler Repository − This is used to manage all the metadata related to profiler tasks performed in SAP BODS designer. CMS Repository stores metadata of all the tasks performed in CMC on BI platform. Information Steward Repository stores all the metadata of profipng tasks and objects created in information steward.
Job Server
Job server is used to execute the real time and batch jobs created by you. It gets the job information from respective repositories and initiates the data engine to execute the job. Job server can execute the real time or scheduled jobs and uses multithreading in memory caching, and parallel processing to provide performance optimization.
Access Server
Access Server in Data Services is known as real time message broker system, which takes the message requests, moves to real time service and displays a message in specific time frame.
Data Service Management Console
Data Service Management Console is used to perform administration activities pke schedupng the jobs, generating the quapty reports in DS system, data vapdation, documentation etc.
BODS – Naming Standards
It is advisable to use standard naming conventions for all the objects in all systems as this allows you to identify objects in Repositories easily.
The table shows the pst of recommended naming conventions that should be used for all jobs and other objects.
Prefix | Suffix | Object |
---|---|---|
DF_ | n/a | Data Flow |
EDF_ | _Input | Embedded data flow |
EDF_ | _Output | Embedded data flow |
RTJob_ | n/a | Real-time job |
WF_ | n/a | Work flow |
JOB_ | n/a | Job |
n/a | _DS | Datastore |
DC_ | n/a | Data configuration |
SC_ | n/a | System configuration |
n/a | _Memory_DS | Memory datastore |
PROC_ | n/a | Stored procedure |