Global classes are defined in the Class Builder, which has the transaction code SE24. Global classes and interfaces can be accessed by all ABAP programs in the R/3 system.
In this chapter, we first see how we can use the Object Navigator as an alternative transaction for creating global classes. We then move on to the Class Builder, where we will spend some time exploring its various tabs, particularly the Methods tab. We take a brief look at the Class Browser, and then return to the Class Builder, where we learn to test instance methods and view some examples.
Finally, we see a number of examples using ...