Learn Python Programming – Intro

By | October 28, 2020

Hey guys welcome back, in this series we are going to learn about Python programming. Python has been in demand ever since data analytics has been in limelight. Python has existed from a long time however, with data analytical capabilities Python has grown even bigger. I’m sure you will have a question here – I… Read More »

Creating First SAP BODS Job

By | January 25, 2017

In the previous posts we have seen how to Setup BODS Repository and Create Datastore in SAP BODS which leaves us with all the required things to create our first SAP BODS Job. In this article we will get familiar with BODS Designer and will create our first simple job which will extract data from one table of SQL… Read More »

Category: SAP

Understanding BODS Job Components

By | January 18, 2017

In the previous posts we have learnt about BODS Architecture , Datastore in BODS , Creating SAP BODS Repository and others. In this article we will learn about BODS Job Components and about their use in a simple BODS job. By job components I mean the objects which will be used to create a BODS job, on the basis of their… Read More »

Category: SAP

Creating SAP BODS Repository

By | January 2, 2017

For a BODS developer creating a repository should be the first step because before having one repository for yourself you cannot actually login to designer and start working on jobs. So in this tutorial we will see how to create BODS repository using Data Services Repository Manager. Creating and making the repository accessible will include… Read More »

Category: SAP

What is Datastore in SAP BODS ?

By | December 29, 2016

As we all know, BODS is an ETL tool which extracts, transforms and loads data from different source and to target systems. Datastores in BODS are nothing but connection to these source and target systems. Datastore doesn’t contain any data, it only stores connection details like server name , username , password etc. Depending on… Read More »

Category: SAP

Understanding SAP BODS

By | December 26, 2016

Business Object Data Services (BODS) is a GUI tool which allows you to create and monitor jobs which take data from various types of sources and perform some complex transformation on the data as per the business requirement and then will load the data to a target which again can be of any type (i.e.… Read More »

Category: SAP

Understanding Slowly Changing Dimensions (SCD)

By | December 26, 2016

This article is focused on the beginners who are confused with the term Slowly Changing Dimensions(SCD) . Working on a ETL or any Data Management tool Slowly Changing Dimension is the term which we come across every now and then, in this article I will try to explain what are SCD types and how we… Read More »

Category: SAP