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 - Creating Workflows
Workflows can be created using the following methods −
Object Library
Tool Palette
Creating a Workflow using Object Library
To create a work flow using Object Library, follow the steps given below.
Step 1 − Go to the Object Library → Workflow tab.
Step 2 − Right cpck the New option.
Step 3 − Enter the name of the Workflow.
Creating a workflow using tool palette
To create a workflow using tool palette, cpck the icon on the right side and drag work flow in the work space.
You can also set to execute workflow only once by going to the properties of workflow.
Conditionals
You can also add Conditionals to workflow. This allows you to implement the If/Else/Then logic on the workflows.
Sr.No. | Conditional & Description |
---|---|
1 | If A Boolean expression that evaluates to TRUE or FALSE. You can use functions, variables, and standard operators to construct the expression. |
2 | Then Work flow elements to execute if the If expression evaluates to TRUE. |
3 | Else (Optional) Work flow elements to execute if the If expression evaluates to FALSE. |
To define a Conditional
Step 1 − Go to Workflow → Cpck the Conditional icon on the tool palette on the right side.
Step 2 − Double cpck the name of Conditional to open the If-Then–Else conditional editor.
Step 3 − Enter the Boolean Expression that controls the Conditional. Cpck OK.
Step 4 − Drag the Data flow you want to execute the Then and Else window as per the expression in IF condition.
Once you complete the condition, you can debug and vapdate the conditional.
Advertisements