ABAP

Monday 15 July 2013

Simple Way to Learn ABAP

Simple Way to Learn ABAP. We all know that is ABAP is SAPs language for programming.

Let me directly come to the point. SAP is all about managing the data and ABAP is all about processing the data and retrieving or placing data in the database.


How?
 Reports- We retrieve the data from back end database, do some processing and display the output on the list.
Scripts and Smartforms- Here, after processing we display the data in forms.
BDC- We have data from legacy system, that we place in database with the help of BDC.

So what exactly is required to Master ABAP...?

Its simple. Master the operations on Internal Tables. If you are strong at this part of ABAP- Internal tables and operations on Internal tables, you will find the whole ABAP turning out to be simple, easy and fun.