MV56AFFA 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 MV56AFFA 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!
SD_SHIPMENT_FIELD_CONTROL CALL FUNCTION 'SD_SHIPMENT_FIELD_CONTROL' EXPORTING is_vttk = l_xvttk is_vtts = xvtts only_display = l_display IMPORTING screen_modified = l_screen_modified CHANGING screen = screen EXCEPTIONS OTHERS = 0.
SD_DEADLINES_CONFIGURE CALL FUNCTION 'SD_DEADLINES_CONFIGURE' EXPORTING i_call_back_program = 'SAPMV56A' i_ext_pai_fcode_process = 'DEADLINE_PAI_FCODE_PROCESS' i_ext_pai_fcode_check = 'DEADLINE_PAI_FCODE_CHECK' i_ext_pbo_status_set = 'DEADLINE_PBO_SET_PFSTAT' i_header_subscreen_program = 'SAPLV51T' i_header_subscreen_dynnr = '0001' EXCEPTIONS OTHERS = 1.
SD_SHIPMENT_HEADER_CHECK CALL FUNCTION 'SD_SHIPMENT_HEADER_CHECK' EXPORTING I_XVTTK = L_NEW_XVTTK OPT_CHECK_ALL = false OPT_CHECK_CURRENCY = true OPT_STOP_AFTER_FIRST_ERROR = true EXCEPTIONS CURRENCY_EXPIRED = 1 OTHERS = 99.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.