Same table as Source and Target in a dataflow without table lock (Teradata) –...
Scenario: Consider a scenario where we have to use the same teradata table as Source and Target in a single dataflow. This amy sometimes causes a table lock in teradata database and the job will...
View ArticleHow to create "Full Outer Join" in SAP BODS
Although this can be done directly by using the "SQL Transform" by providing the query for full-outer-join, but it is said that its not recommended due to performance reasons. So the picture explains...
View Article.
The error is simply because BODS is not getting the required handler for connecting to Oracle. The most frequent cause is the smaller value of the parameter "PROCESSES" set in Oracle, which needs to...
View ArticleSAP Data Insight
Data InsightData Insight is used to do the DHA (Data Health Assessment) on the data, to see if the data is good to use. We use the tool data Insight to do a test / profiling on the data before we use...
View ArticleIntroduction, Artifacts and look and feel of BODS
SAP BO DATA Integrator / Data Services Data services is integrated with SAP BI/SAP R3/SAP Applications and non SAP Ware house.Purpose:- It does ETL via batch Job and online method through bulk and...
View ArticleCreating a Full secure Central repository
Can we create a complete Secure Central repository with Access restriction( Read) to the Developers and Full Access(Full) to the Admin?? Yes this is pretty much possible with the Secure Central...
View ArticleIntroduction to Operation-Codes & The Behavior of Map_Operation Transform...
Although it is not very complex transform, but let us go somewhat deeper into the basics of it and find out the basic needs of this transform. and a view of operation-codes for beginners. The purpose...
View ArticleWeb Service Consumption in Data Services Designer from Net Weaver
Has anyone successfully Consumed an authenticated Web Service in Data Services Designer from Net Weaver?
View ArticleHow to import XML schema
Below are the Steps to import the XSD file in BODS Open the local object library and go to the Formats tab. Right-click XML Schema and click New. The Import XML schema format dialog box opens.In the...
View ArticleBODS - SCD2 Terradata lock issue Resolved
Problem: While developing the SCD2 data flow using the Teradata tables a lock happened between the updates and the reads of the Teradata target table and the job was hanging for long time. SCD2The...
View ArticleSelecting only alphanumeric data
Use the below regular expression function to select onlt the alphanumeric data from the source match_regex(SQL_Latest_Employees.HRRA01_LAST_N , '[0-9A-Za-z]*',NULL ) = 1
View ArticleMeet ASUG TechEd Speaker Emil - Kellogg's Data How to Deliver One Version of...
As part of our ASUG / TechEd "Meet the Speaker" blog series, I am honored to introduce ASUG TechEd speaker Emil Beloglavec of Kellogg's Company of Battle Creek, Michigan. Emil is presenting at SAP...
View ArticleHow do i load the data through IDOC in a single run of bods job
Hi , We have a scenario that need to extract the vendor data from People Soft to SAP by using BODS. We are using IDOC standard job to load into SAP.In these loads, we have 2 fields Alternate Payee...
View ArticleSteps for executing BODS job from Unix Script with user defined global...
Steps for executing BODS job from Unix Script This will help you understand how to change the global parameters used in the job during execution of the job invoked via a Unix Script. While you...
View ArticleDS : Things In & Out
Just to have fun with DS.. If you want to stop staring at the trace log and wait for it to show "JOB COMPLETED SUCCESSFULLY". You can use an easy aid in DS.. Go to Tools -->...
View ArticleIdoc Status Simplified
Hi this blog is meant to help the ABAP programmers and Developers with all the status messages, while posting an IDOC in SAP. Also I mentioned the error reason and possible solution. Hope this is...
View ArticleAdding a second to date
Hi All, I found this interesting in share with you all. There was a requirement where because of timestamp of a date column value, BODS job was getting fail and we had to go update the date value to...
View ArticleIssue with running the samples
hi All,i am facing an issue while Running the .net sample Projects with Visual studio 2010 (Windows 7 64 bit Operating System) "Could not load file or assembly 'dotnet_emdq, Version=1.0.4496.42818,...
View ArticleUsing BODS Metadata tables to find where SYSDATE is hardcoded
Hi All, Here is a query to find where SYSDATE is hard coded in all BODS ETL jobs. SELECT DISTINCT parent_obj FROM di_repo.al_parent_child, di_repo.al_langtext WHERE parent_obj_key=parent_objid and...
View ArticleData Migration to Cloud Solutions from SAP with SAP Rapid-Deployment...
This past week SAP provided this data migration webcast to ASUG. Abstract provided by SAP: In this session we learned about the Rapid Data Migration package, which is combining SAP’s Rapid Deployment...
View Article