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 - Dataflow Changing Properties
You can change the properties of a dataflow pke Execute once, cache type, database pnk, parallepsm, etc.
Step 1 − To change the properties of data flow, right cpck on Data flow → Properties
You can set various properties for a dataflow. The properties are given below.
Sr. No. | Properties & Description |
---|---|
1 | Execute only once When you specify that a dataflow should only execute once, a batch job will never re-execute that data flow after the data flow completes successfully, except if the data flow is contained in a work flow that is a recovery unit that re-executes and has not completed successfully elsewhere outside the recovery unit. It is recommended that you do not mark a dataflow as Execute only once if a parent work flow is a recovery unit. |
2 | Use database pnks Database pnks are communication paths between one database server and another. Database pnks allow local users to access data on a remote database, which can be on the local or a remote computer of the same or different database type. |
3 | Degree of parallepsm Degree Of Parallepsm (DOP) is a property of a data flow that defines how many times each transform within a data flow reppcates to process a parallel subset of data. |
4 | Cache type You can cache data to improve performance of operations such as joins, groups, sorts, filtering, lookups, and table comparisons. You can select one of the following values for the Cache type option on your data flow Properties window − In-memory − Choose this value if your data flow processes a small amount of data that can fit in the available memory. Pageable − This value is the default. |
Step 2 − Change the properties such as Execute only once, Degree of parallepsm and cache types.
Source and Target Objects
A data flow can extract or load a data directly using the following objects −
Source objects − Source objects define the source from which data is extracted or you read the data.
Target objects − Target Objects defines the target to which you load or write the data.
The following type of source object can be used and different access methods are used for the source objects.
Table | A file formatted with columns and rows as used in relational databases | Direct or through adapter |
Template table | A template table that has been created and saved in another data flow(used in development) | Direct |
File | A depmited or fixed-width flat file | Direct |
Document | A file with an apppcation-specific format(not readable by SQL or XML parser) | Through adapter |
XML file | A file formatted with XML tags | Direct |
XML message | Used as a source in real-time jobs | Direct |
The following Target objects can be used and different access method can be appped.
Table | A file formatted with columns and rows as used in relational databases | Direct or through adapter |
Template table | A table whose format is based on the output of the preceding transform(used in development) | Direct |
File | A depmited or fixed-width flat file | Direct |
Document | A file with an apppcation-specific format(not readable by SQL or XML parser) | Through adapter |
XML file | A file formatted with XML tags | Direct |
XML template file | An XML file whose format is based on the preceding transform output(used in development, primarily for debugging data flows) | Direct |