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

How to find framework program for a global class

Former Member
0 Likes
972

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.

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
Read only

Former Member
0 Likes
886

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

Read only

0 Likes
886

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

Read only

Former Member
0 Likes
886
Read only

0 Likes
886

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

Read only

Clemenss
Active Contributor
0 Likes
886

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