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
792

Hi,

All the global classes are stored in the class-pool, can anyone suggest where to check this class-pool and the classes available in this.

1 ACCEPTED SOLUTION
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
656

Hello ,

The CLASS-POOL statement must be the first statement of a standalone program, after any Include programs have been called. It introduces a class pool. Class pools are maintained in the Class Builder in the ABAP Workbench. A main programfor a global class, including a CLASS-POOL statement, is generated automatically. The MESSAGE-ID addition to the CLASS-POOL statement has the same meaning as for the REPORT statement.

You can see the class pool in txn SE24.

Regards,

Sandeep

3 REPLIES 3
Read only

Former Member
0 Likes
656

t code se24

Read only

GauthamV
Active Contributor
0 Likes
656

hi,

all the class pool programs r stored in TRDIR view with program type K .

u can check those programs from se38 or classes from se24 .

Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
657

Hello ,

The CLASS-POOL statement must be the first statement of a standalone program, after any Include programs have been called. It introduces a class pool. Class pools are maintained in the Class Builder in the ABAP Workbench. A main programfor a global class, including a CLASS-POOL statement, is generated automatically. The MESSAGE-ID addition to the CLASS-POOL statement has the same meaning as for the REPORT statement.

You can see the class pool in txn SE24.

Regards,

Sandeep