cancel
Showing results for 
Search instead for 
Did you mean: 

Get Includes

Former Member
0 Kudos

Good Morning,

How can i get the includes of a program?

the function get_includes give the includes but it gives too much trash...

anyone can help me?

thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

As Lakshman has indicated, RS_GET_ALL_INCLUDES will return a list of all of the include names. You can then use the READ REPORT ... command to read the source. You can also use the EDITOR-CALL FOR REPORT prog statement to read the source and display in an editor. A read only option is available. Anything else you need to do with the source?

Answers (3)

Answers (3)

Former Member
0 Kudos

SE80 Development Class used for getting all the features of the program

Lakshmant1
Active Contributor
0 Kudos

Hi Rui,

Try using RS_GET_ALL_INCLUDES function module.

Thanks

Lakshman

Former Member
0 Kudos

Hi Ramos,

Just go to SE80 and give the name of the program which you think has includes. For example: SAPMV45A. If the program does have includes, then you can see them in the tree structure.

Or are you looking for obtaining the inlcudes in your ABAP program?

Regards,

Anand Mandalika.