Application Development 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: 

Class-pool

Former Member
0 Kudos

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

Sandeep_Kumar
Advisor
Advisor
0 Kudos

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

Former Member
0 Kudos

t code se24

GauthamV
Active Contributor
0 Kudos

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 .

Sandeep_Kumar
Advisor
Advisor
0 Kudos

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