RPLABSG0_PATTERNF02 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 RPLABSG0_PATTERNF02 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 RPLABSG0_PATTERNF02
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting it_list_commentary = l_it_commentary.
REUSE_ALV_HIERSEQ_LIST_DISPLAY call function 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' exporting i_callback_program = l_repid i_callback_pf_status_set = 'SET_PF_STATUS_DET' i_callback_user_command = 'USER_COMMAND' is_layout = ls_layout it_events = lt_events[] i_tabname_header = 'L_ABS_HEADER' i_tabname_item = 'L_ABS_DETAIL' i_structure_name_header = 'P08_ABS_PATTERN_DETAILS_HEADER' i_structure_name_item = 'P08_ABS_PATTERN_DETAILS_ITEM' is_keyinfo = ls_keyinfo i_default = 'X' i_save = 'A' tables t_outtab_header = l_abs_header[] t_outtab_item = l_abs_detail[].
REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_program_name = l_repid i_structure_name = 'P08_ABS_PATTERN_OUTPUT' changing ct_fieldcat = p_fieldcatalog exceptions others = 0.
CONVERT_DATE_TO_EXTERNAL call function 'CONVERT_DATE_TO_EXTERNAL' exporting date_internal = s_dates-low importing date_external = l_date.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.