‎2007 Apr 18 9:41 AM
how to see the name of the class pool of my global class.
can i use this class pool in my abap editor program. so that i can make friendship with it.
‎2007 Apr 18 10:30 AM
Hi John,
First check the package of that class and goto se80(Package) option. There you can get the programs header under that you will get all the programs related to that class. There you can find the Class pool name and you can make friendship with that from abap editior
Warm Regards,
Vijay
‎2007 Apr 18 11:16 AM
Hi
Whenever you create a class in SE24 a class pool is created for that class.Try searching for it in PROGDIR table with 'NAME' field as your class name and '*'
NAME = <class name>*
Please tell if it worked and dont forget to reward if helpful