‎2008 Apr 08 9:29 AM
Hi,
i want to see the SE38 CLASS-POOL program of a global class.
how can i find it?
krishna.
‎2008 Apr 08 10:07 AM
Use SE24 to view classes. Do you have a particular reason to want to do it through SE38?
matt
‎2008 Apr 08 10:07 AM
Use SE24 to view classes. Do you have a particular reason to want to do it through SE38?
matt
‎2008 Apr 08 10:12 AM
Hi Matt,
i want tranfer that entire class pool program to a text file for further analysis.
krishna.
‎2008 Apr 09 8:30 AM
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
‎2008 Apr 09 9:56 AM