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…

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…