RPEGALLF09 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RPEGALLF09 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Include RPEGALLF09
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
PEG02_CONVERT_INT_EXT_ID CALL FUNCTION 'PEG02_CONVERT_INT_EXT_ID' EXPORTING i_objnr = ls_tactass-s_repobj IMPORTING e_delkz = ls_replen-delkz e_del12 = ls_replen-del12 e_delnr = ls_replen-delnr e_delps = ls_replen-delps e_delet = ls_replen-delet.
PEG02_CONVERT_INT_EXT_ID CALL FUNCTION 'PEG02_CONVERT_INT_EXT_ID' EXPORTING i_objnr = ls_tactass-r_repobj IMPORTING e_delkz = ls_replen-delkz e_del12 = ls_replen-del12 e_delnr = ls_replen-delnr e_delps = ls_replen-delps e_delet = ls_replen-delet.
GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_16 = ls_wlst-guid.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.