Learn Python Programming – Intro

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

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 →

Understanding BODS Job Components

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 →

Creating SAP BODS Repository

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 →

What is Datastore in SAP BODS ?

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 →

Understanding SAP BODS

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 →