I've been a Java developer having a limited knowledge about ABAP.
While trying to understand the SAP Authorization concept, I came across the terms Authorization Objects and an Object Class.
Now as per my understanding of Object Oriented concepts, an Object is a run time instance of a Class.
So I'm a bit confused with the term ABAP Objects and an Object Class.
Can someone please answer my following questions:
What is the meaning of the term "Object Class" in ABAP?
What does Authorization Object mean? Since objects are created at run time, how can we create an object at design time?
Any replies will be of great help.