RM07DOCS_F01 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 RM07DOCS_F01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MB_CHECK_USER_PG_DATE_PLANT CALL FUNCTION 'MB_CHECK_USER_PG_DATE_PLANT' "n486477 EXPORTING "n486477 i_plant = iv_werks i_user = sy-uname "n486477 i_program = g_f_repid "n486477 i_budat = iv_budat i_write_log = ' ' "no protocol function "n555246 EXCEPTIONS "n486477 no_authority_prog = 1 "n486477 no_authority_date = 2 "n486477 OTHERS = 3. "n486477
CJPN_INTERN_TO_EXTERN_CONV CALL FUNCTION 'CJPN_INTERN_TO_EXTERN_CONV' EXPORTING edit_imp = space int_num = ls_list_maa-ps_psp_pnr IMPORTING ext_num = ls_list_maa-pspid EXCEPTIONS OTHERS = 1.
CJPN_INTERN_TO_EXTERN_CONV CALL FUNCTION 'CJPN_INTERN_TO_EXTERN_CONV' EXPORTING edit_imp = space int_num = ls_list_maa-ps_psp_pnr IMPORTING ext_num = ls_list_maa-pspid EXCEPTIONS OTHERS = 1.
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = 'GOCOBL1' TABLES x031l_tab = lt_x031l.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.