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?
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.
Hi Rui,
Try using RS_GET_ALL_INCLUDES function module.
Thanks
Lakshman
Add a comment