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…