Abap OData
OData – An overview
Open Data Protocol also commonly called as OData, an interface which can be consumed by any application, program, software or device of the Non-SAP World that can connect with SAP using the HTTP(s) protocol. It can do all the manipulations Read more…
Abap ooabap
ME keyword in ABAP
Assume there are 2 variables with the same name (Example: var) – One is a class variable, and another is a local variable declared inside a method. Now if we want to display the class variable’s value from a method Read more…
Abap ooabap
OOABAP – Class, Methods and Attributes
In this post we will go through all the theoretical concepts of Object Oriented Programming methodology. The main feature of Object Oriented programming is to represent real-time objects in the form of class. Encapsulation: In OOPs methodology, Encapsulation is way to Read more…
Abap ALV
Add a custom button in Grid ALV
Welcome everyone. In the post ALV display using FM – RESUE_ALV_GRID_DISPLAY, we saw how to display the output in the form of ALV Grid. However, in real time sometimes we need to a new button in the standard ALV toolbar. Read more…