RPCTRPUG 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 RPCTRPUG 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 RPCTRPUG
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RPTRA_ALTFORM_INFO CALL FUNCTION 'RPTRA_ALTFORM_INFO' EXPORTING FORM_NAME = alt_i51t5-alttf IMPORTING * INTERFACE_NAME = alt_i51t5-ifname TABLETYPE_NAME = alt_i51t5-ttname STRUCTURE_NAME = alt_i51t5-sname .
RP_OPTIONS_INTO_STRING call function 'RP_OPTIONS_INTO_STRING' exporting delimiter_sign = c_slash text_title = l_text_title_tmp text_left = l_text_left_tmp text_right = l_text_right_tmp status = 'ORDER'(008) text_object = 'TXF_SORT_INFO' importing return_code = l_retcode tables text_symbol_relation_tab = sel_tab changing string_value = gp_srtod exceptions table_string_inconsistency = 01 unknown_status = 02 others = 03.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.