Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

class pools

Former Member
0 Likes
410

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.

2 REPLIES 2
Read only

Former Member
0 Likes
374

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

Read only

Former Member
0 Likes
374

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