MV53MF05 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 MV53MF05 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 = 'SAPMV53M' I_CALLBACK_PF_STATUS_SET = 'ALV_PF_STATUS_SET' I_CALLBACK_USER_COMMAND = 'ALV_FCODE_BEARBEITEN' IS_LAYOUT = ALV_LAYOUT IT_FIELDCAT = GT_ALV_FIELDCAT IT_EXCLUDING = GT_ALV_LIST_EXCLUDING * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = ' ' I_SAVE = ALV_VARI_SAVE_SW IS_VARIANT = ALV_VARI_INFO IT_EVENTS = GT_ALV_EVENTS[] * IT_EVENT_EXIT = I_TABNAME_HEADER = GC_NAME_WAVE_TAB I_TABNAME_ITEM = GC_NAME_DLVR_TAB IS_KEYINFO = ALV_KEYINFO * IS_PRINT = * importing * e_exit_caused_by_caller = TABLES T_OUTTAB_HEADER = GT_PICK_WAVE[] T_OUTTAB_ITEM = GT_DELIVERY[] EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING IT_LIST_COMMENTARY = GT_ALV_TOP_OF_LIST[] .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MV53MF05 - documentation and ABAP source code MV53MF02 - documentation and ABAP source code MV53MF01 - documentation and ABAP source code MV53ME01 - documentation and ABAP source code MV53CTOP - Customizing Rough Workload Estimate/Picking Waves: Global Data MV53CO40 - Archiving Rough Workload Estimate/Picking Wave: PBO Module Screen 3000