FV45LFLB_XVBLB_NEU 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 FV45LFLB_XVBLB_NEU 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!
BDC_RUNNING CALL FUNCTION 'BDC_RUNNING' IMPORTING BI_INFO = DA_BDCRUN EXCEPTIONS BI_INVALID_DATA = 1 BI_NOTAKTIV = 2 OTHERS = 3.
SD_ST_VBFA_CHECK_GI CALL FUNCTION 'SD_ST_VBFA_CHECK_GI' EXPORTING I_VBELV = VBLB-VBELN I_POSNV = VBLB-POSNR I_VBELN = VBLB-LFNKD I_KORMNG = VBAPD-KORMNG I_KORDT = VBAPD-KORDT I_KORLI = TVAK-KORLI I_LIFFZ = RV45Z-LIFFZ I_ABRFZ = VBLB-ABEFZ I_UMVKN = VBLB-UMVKN I_UMVKZ = VBLB-UMVKZ I_EDLUE = RV45Z-EDLUE I_VBLB = VBLB TABLES FXVBFA = XVBFA EXCEPTIONS NO_GOODS_ISSUE = 4.
SD_VBLB_MAINTAIN CALL FUNCTION 'SD_VBLB_MAINTAIN' EXPORTING I_*VBLB = *VBLB I_VBLB = VBLB IMPORTING E_DATALOSS = DA_DATALOSS.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.