Merge Transformation in SAP BODS
Merge Transformation Summary: Merge Transformation is used to combine the multiple input data sets into a single output data set. It is equivalent to SQL UNION ALL statement. In order to eliminate...
View ArticleMap Operation Transformation in SAP BODS
Map Operation Transformation Summary:- Map Operation Transform enables us to change the operation code for records. The operation code uses a flag which indicates how each row is applied into target....
View ArticleMap CDC Operation Transformation in SAP BODS
Map CDC Operation Transformation: Summary: Map CDC operation transform enables Source based CDC (Changed Data Capture) or Delta implementation. Microsoft SQL (2000 onwards) and Oracle (9i onwards)...
View ArticleKey Generation Transformation in SAP BODS
Key Generation Transformation Summary: Key Generation Transformation is used to generate artificial keys for new rows in a table. The transform looks up the maximum existing key value of the surrogate...
View ArticleHistory Preserving Transformation in SAP BODS
Summary:- History preserving transformation is used to maintain all the history of data or records which are updated, inserted and deleted records without changing the existing records. Mapping tries...
View ArticleHierarchy Flattening Transformation in SAP BODS
Hierarchy Flattening Transformation: Summary: Hierarchy Flattening is a readymade logic in the form of transform which is used to load Hierarchies in the table form. Hierarchy flattening transformation...
View ArticleEffective Date Transformation in SAP BODS
Summary: Effective Date transformation is a readymade logic that helps to define Time Dependent Dimensions. Time dependent dimensions are the attributes which have a validity that expires. Effective...
View ArticleDate Generation Transformation in SAP BODS
Date Generation Transformation: Summary: Date Generation Transformation is used to produces a series of dates incremented that you specify in a separate column. This transform generates a column which...
View ArticleData Transfer Transformation in SAP BODS
Data Transfer Transformation: Summary: Data transfer transformation is used extensively to optimize the performance of the job by pushing down operations to the Database level or...
View ArticleCase Transformation in SAP BODS
Case Transformation: Summary:- Case transform simplifies branching logic that helps you transform one input dataset into multiple output datasets, based on conditions stored in the expression table,...
View Article