MV45AF0F_FCODE_ILIF 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 MV45AF0F_FCODE_ILIF 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_HELP_DELIVERIES_MAIS CALL FUNCTION 'SD_HELP_DELIVERIES_MAIS' EXPORTING I_VBELV = VBLB-VBELN I_POSNV = VBLB-POSNR I_TRTYP = 'A' I_UMVKN = VBAP-UMVKN I_UMVKZ = VBAP-UMVKZ I_VRKME = VBAP-VRKME I_SET_TITLE = JA I_KUWEV = KUWEV TABLES FXVBFA = XVBFA EXCEPTIONS OTHERS = 0.
SD_HELP_DELIVERIES CALL FUNCTION 'SD_HELP_DELIVERIES' EXPORTING I_ABRFZ = VBLB-ABEFZ I_LIFFZ = RV45Z-LIFFZ I_POSNV = VBLB-POSNR I_TRTYP = 'A' * I_VBELN = ' ' I_VBELV = VBLB-VBELN I_KORMNG = VBAPD-KORMNG I_KORDT = VBAPD-KORDT I_KORLI = TVAK-KORLI I_SET_TITLE = JA I_VRKME = VBAP-VRKME I_KUWEV = KUWEV I_VBLB = VBLB I_UMVKN = VBAP-UMVKN I_UMVKZ = VBAP-UMVKZ I_EDLUE = RV45Z-EDLUE * IMPORTING * E_LIFFZ = * E_VBELN = TABLES FXVBFA = XVBFA EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.