MV53WF_ALV 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 MV53WF_ALV 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!
REUSE_ALV_HIERSEQ_LIST_DISPLAY call function 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' exporting i_callback_program = 'SAPMV53W' i_callback_pf_status_set = 'ALV_PF_STATUS_SET' i_callback_user_command = 'ALV_FCODE_BEARBEITEN' is_layout = layout it_fieldcat = fkat it_excluding = gt_list_excluding * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = is_sel_hide = gt_sel_hide * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * I_DEFAULT = ' ' i_save = vari_save_sw is_variant = vari_info it_events = events[] it_event_exit = gt_event_exit i_tabname_header = name_well_tab i_tabname_item = name_lief_tab is_keyinfo = keyinfo * IS_PRINT = it_except_qinfo = lt_qinf importing e_exit_caused_by_caller = exit_by_caller tables t_outtab_header = it_welle t_outtab_item = it_beleg exceptions program_error = 1 others = 2.
WS_PICK_WAV_GET_ICON_AND_TEXT call function 'WS_PICK_WAV_GET_ICON_AND_TEXT' importing ef_icon_checked_34 = gf_icon_checked_34 ef_icon_incomplete_34 = gf_icon_incomplete_34 ef_icon_positive_34 = gf_icon_positive_34 ef_icon_breakpoint_34 = gf_icon_breakpoint_34 ef_icon_led_yellow_34 = gf_icon_led_yellow_34.
REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting * I_PROGRAM_NAME = i_internal_tabname = name_well_tab i_structure_name = 'WELLEN' * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = changing ct_fieldcat = lt_fieldcat exceptions inconsistent_interface = 1 program_error = 2 others = 3 .
REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting * I_PROGRAM_NAME = i_internal_tabname = name_lief_tab i_structure_name = 'LIEFERUNGEN' * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = changing ct_fieldcat = lt_fieldcat exceptions inconsistent_interface = 1 program_error = 2 others = 3 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MV53WF_ALV - MV53WFALV MV53WF0W - W FORM Routines for Forming Picking Waves Acc. to Time Criteria MV53WF0T - T FORM Routines for Forming Picking Waves Acc. to Time Criteria MV53WF0S - documentation and ABAP source code MV53WF0R - documentation and ABAP source code MV53WF0L - L FORM Routines for Forming Picking Waves Acc. to Time Criteria