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 such as Read, Write, Modify and Delete. Since it uses 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 where the local variable with the same name is declared 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 bind data and functions together. These functions can manipulate the 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. This section explains how to create a custom button in Read more…