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: 

How to find framework program for a global class

Former Member
0 Kudos

Hi  everyone ,

I need to find  framework program for a global class.

Searched but no desired results.

Example. Global class: ZSAP_TEST.

Framework program would be like ZSAP_TEST=========CP

Please guide me.

Regards,

Shivajiraju Penumatsa.

5 REPLIES 5

Former Member
0 Kudos

hi shivajiraju,

Are you talking about this

"The name of the framework program of the class pool of the global class CL_ABAP_BROWSER is CL_ABAP_BROWSER===============CP."

source:ABAP Keyword Documentation

0 Kudos

Hi Abdul,

Thanks for your replay.

Yes I want to know framework program for any Global class.As you mentioned I want for any global class.

Above  just mentioned example as I want.

Regards,

Shivajiraju

Former Member
0 Kudos

0 Kudos

Hi Tiki,

Thanks for your replay.

I red the documentation already but there is only basic information.

I want to know the steps to watch framework program for any Global class.

Regards,

Shivajiraju

Clemenss
Active Contributor
0 Kudos

Hi,

although I don't know why:

Function SEO_CLASS_GET_CL_NAME will give you the name of the include,

function SEO_CLASS_GET_INCLUDE_SOURCE called with INCTYPE = 'CU' will extract the source code with public section.

Bote: internally, all parts of the class are in different includes - not as seen in the source-code-based view in class builder.

Regards,

Clemens