SAP DS Load data into Google Big Query
Intro In my post SAP Data Services 4.2 SP4 New Features I highlighted some new functionality introduced in Data Services 4.2 SP04. One of the new functionality was the ability for Data Services to load...
View ArticleMask Functionality in DS 4.2 SP 04
Intro In my post SAP Data Services 4.2 SP4 New Features I highlighted some new functionality introduced in Data Services 4.2 SP04. One of the new functionality was the ability for Data Services to mask...
View ArticleSAP Data Services Maximizing Push-Down Operations
For SQL sources and targets, SAP BusinessObjects Data Services creates database-specific SQLstatements based on the data flow diagrams in a job. The software generates SQL SELECT statementsto retrieve...
View ArticleSAP Data Services Using Caches
Caching dataYou can improve the performance of data transformations that occur in memory by caching as muchdata as possible. By caching data, you limit the number of times the system must access the...
View ArticleSAP Data Services Components
ComponentsWe call Components all WorkFlows that can or should be reused, e.g. a Workflow loading an entire dimension table. So in other words, we never reuse DataFlows or other objects, we always...
View ArticleSAP Data Services Sections
SectionsSimilar to a Data Warehouse and its multiple Star Schemas, the Job loading the entire system should have one Workflow for each Star Schema, we call it a Section. As a Section is a reusable...
View ArticleSAP Data Services PreLoad Stored Procedure
PreLoad Stored ProcedureThis database stored procedure deals with all the DB maintenance before loading the fact table. So for an initial load, it disables all objects that might slow down the load,...
View ArticleSAP Data Services PostLoad Stored Procedure
PostLoad Stored ProcedureThis stored procedure should recreate all objects required for the data warehouse to perform efficiently, create index that have been dropped before, refresh aggregate tables,...
View ArticleSAP Data Services Initial vs. Delta Load
Initial vs. Delta LoadAs said in the SAP Data Services Sections blog, the fact table component/section consists of a first workflow named WF_xxxxDims with all the Components for the dimension tables of...
View ArticleHow to use Validate Transform
Introduction:- Validation transform is used to filter or replace the source dataset based on criteria or validation rules to produce desired output dataset. It enables to create validation rules on...
View ArticleReplicate tables from PostgreSQL Database
Hi, I am using BODS tool for my replicating tables into HANA.I want to replicate tables from PostgreSQL. Postgre database type is not availble in dropdown of datastore, So please...
View ArticleSAP Data Services and JDBC
SAP Data Services and JDBCSAP Data Services, as of 4.2 SP2, now supports the use of JDBC drivers as a data source. This capability has been implemented through a new adapter type, JDBC. To add a JDBC...
View ArticleBODS->SAP - Sales order creation - IDOC method - “ FIELD RV45A-VBAP_SELKZ(2)...
Hello Everyone , Just thought of sharing an issue I have came across while loading Legacy sales orders in to SAP ,We were using IDOC ( ORDERS05) to load data into SAP from BODS and we could see some...
View ArticleBODS – SAP table extraction – Running for a long time or ABAP Run time error...
Hello Everyone, This scenario and Fixes are applicable only if you are using just a normal query transform to pull the SAP table records in BODS staging tables. In a normal scenario,we pull the SAP...
View ArticleData_Transfer
I am have doubt in DATA_TRANSFER transform Here transfer type is ( AUTOMATIC , FILE & DATABASE) . i selected FILE and providing required directory and required file. Unfortunately in file i am...
View ArticleError Invalid string or Buffer length while transfering data from Microsoft...
Hello all , Below is the datastore and data flow of my scenario where data is to be transferred from Microsoft SQL Server 2008 to SAP HANA using SQL transform . While executing the above JOB i'm...
View ArticleHow to use Validate Transform
Introduction:- Validation transform is used to filter or replace the source dataset based on criteria or validation rules to produce desired output dataset. It enables to create validation rules on...
View ArticleError handling and job scheduling without using Control tables on database
In BODS, we sometimes face requirements like executing Job1 upon successful completion of which, Job2 should be triggered and so on for Job3.(In data warehousing, we may have jobs that load dimension...
View ArticleHow to setup hadoop configuration?
This post is about setting up hadoop configuration and editing the deployment configuration files for MapReduce and HDFS.Here are the steps to setup configuration files- 1. You must edit and...
View ArticleError Invalid string or Buffer length while transfering data from Microsoft...
Hello all , Below is the datastore and data flow of my scenario where data is to be transferred from Microsoft SQL Server 2008 to SAP HANA using SQL transform . While executing the above JOB i'm...
View Article