MEREP_PDF05 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 MEREP_PDF05 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 MEREP_PDF05
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_structure_name = 'MEREP_605' changing ct_fieldcat = it_fieldcatalog.
REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_structure_name = 'MEREP_507' changing ct_fieldcat = ldt_fieldcat.
REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_structure_name = 'MEREP_507T' changing ct_fieldcat = ldt_fieldcat.
REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_bypassing_buffer = gcf_on i_callback_program = sy-repid * i_callback_user_command = ldf_formname_user_command * i_callback_pf_status_set = 'CALLBACK_CASCADE_SET_PFSTATUS' i_grid_settings = lds_grid_settings is_layout = lds_layout it_fieldcat = ldt_fieldcat i_screen_start_column = 5 i_screen_start_line = 5 i_screen_end_column = 80 i_screen_end_line = 15 importing es_exit_caused_by_user = lds_exit tables t_outtab = gdt_outtab3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.