1.

What Are The Differences Local & Global Classes?

Answer»
  • Local classes are defined LOCALLY with in a PROGRAM and the other programs can’t access the same classes directly.
  • But global classes are not like that they are globally ACCESSIBLE from ABAP environment.
  • Global classes are centrally defined in a repository. Transaction CODE for global classes is SE24(CLASS builder).



Discussion

No Comment Found