Answer Posted / Vishesh Bahadur Srivastav
To create a global class in OO-ABAP, you need to define the class in the 'PUBLIC SECTION' of an ABAP Repository object (such as a Program or Class Library). This makes the class accessible from any other ABAP program without having to import it. Global classes should be used sparingly and only when necessary, as they can lead to issues with code reusability and maintenance.
| 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