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 pool

Former Member
0 Likes
824

Hi,

i want to see the SE38 CLASS-POOL program of a global class.

how can i find it?

krishna.

1 ACCEPTED SOLUTION
Read only

matt
Active Contributor
0 Likes
792

Use SE24 to view classes. Do you have a particular reason to want to do it through SE38?

matt

4 REPLIES 4
Read only

matt
Active Contributor
0 Likes
793

Use SE24 to view classes. Do you have a particular reason to want to do it through SE38?

matt

Read only

Former Member
0 Likes
792

Hi Matt,

i want tranfer that entire class pool program to a text file for further analysis.

krishna.

Read only

matt
Active Contributor
0 Likes
792

The simplest way I found for doing this was to simply print the class to the spool, then download the spool to a flat file.

If you look in TRDIR with NAME set to be your class, with an asterisk (*) on the end, you'll get a list of the programs that make up the class. You could use READ REPORT to look at them programatically, but in SE38 (in the latest releases, at least), it'll just take you to the class builder view.

matt

Read only

Former Member
0 Likes
792

Matthew,

thank you very much.

Krishna.