SAP Reports / Programs | Logistics Execution | Shipping(LE-SHP) SAP LE

MV53WF_ALV SAP ABAP INCLUDE - MV53WFALV







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT MV53WF_ALV. "Basic submit
SUBMIT MV53WF_ALV AND RETURN. "Return to original report after report execution complete
SUBMIT MV53WF_ALV VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT MV53WF_ALV

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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 .



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name MV53WF_ALV or its description.