SAP ABAP OBJECT LIST
What is Object??
Object are the things that you think first when you start to write a program. Each object is a instance of a class or subclass with the class which has there own methods, procedure and data variables.
Example: Let take a example from any school. in any school / institute there is a classroom. so we assume classroom is a type of class and each student is a object.
Now there is following two type of objects in SAP ABAP:
- Repository Objects
- Dictionary Objects
What is Repository Objects in ABAP??
Repository Object is a type of object which is exists in the form of statements.
Ex: Executable programs, Include Programs, Type pools etc.
What is Dictionary Objects??
Dictionary Objects is a type of objects which is deals with data storage.
Ex: Tables, Views, Data element etc.
In below given image there is a brief example of SAP ABAP Objects. So follow the image which is given below:
Note:- If anybody want some example of these all topic then kindly send/comment your mail id, i will send the all examples through mail in word format.
**Kindly like and share these all topic with your friends**
0 Comments