MV56AF0V 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 MV56AF0V 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_DELIVERY_FOR_TRNS_VARCHK CALL FUNCTION 'SD_DELIVERY_FOR_TRNS_VARCHK' EXPORTING i_ship_proc_type = tvtk-abfer i_variant = rv56a-svtra i_opt_create_var = ' ' EXCEPTIONS no_variant = 1 var_out_ship_in = 2 var_in_ship_out = 3 no_empty_ship = 4 no_report = 5 OTHERS = 6.
RS_VARIANT_EXISTS CALL FUNCTION 'RS_VARIANT_EXISTS' "#EC DOM_EQUAL EXPORTING report = 'RV56LFSL' variant = rv56a-svtra IMPORTING r_c = l_rcode.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.