Answer Posted / Vishal Anand
To call a method in OO-ABAP, you first create an object instance of the class, and then use the dot notation (.) to access and invoke the method. Example: `data my_object type <my_class>.
my_object = ...create new.<my_class>().
my_object->method_name().`
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category