LFVDBT01 is a standard Executable ABAP Report 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 LFVDBT01 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!
LOAN_TEST CALL FUNCTION 'LOAN_TEST' EXPORTING BATCH_KZ = %_IBATCH_KZ BKTXT = %_IBKTXT BLDAT = %_IBLDAT BTCI = %_IBTCI BUDAT = %_IBUDAT CALLT = %_ICALLT CODE = %_ICODE FTPOST_KZ = %_IFTPOST_KZ KONT_REF = %_IKONT_REF MAPPE = %_IMAPPE MAXLINE = %_IMAXLINE MONAT = %_IMONAT PRIMANOTA = %_IPRIMANOTA PROTOCOL = %_IPROTOCOL PROT_TEXT = %_IPROT_TEXT SAMMELKZ = %_ISAMMELKZ SELKZ = %_ISELKZ START_DAY = %_ISTART_DAY START_TIME = %_ISTART_TIME STATUS_EXT = %_ISTATUS_EXT S_PRIMANOTA = %_IS_PRIMANOTA WIE_KZ = %_IWIE_KZ IMPORTING FLG_OK = %_OFLG_OK TABLES BEKI = %_OBEKI BEPI = %_OBEPI ERROR = %_OERROR FEHLER = %_OFEHLER IBEPP = %_OIBEPP PAY_BSEG = %_OPAY_BSEG T_FTPOST = %_OT_FTPOST T_VDAUSZ = %_OT_VDAUSZ.
LOAN_TEST CALL FUNCTION 'LOAN_TEST' DESTINATION DESTI EXPORTING BATCH_KZ = %_IBATCH_KZ BKTXT = %_IBKTXT BLDAT = %_IBLDAT BTCI = %_IBTCI BUDAT = %_IBUDAT CALLT = %_ICALLT CODE = %_ICODE FTPOST_KZ = %_IFTPOST_KZ KONT_REF = %_IKONT_REF MAPPE = %_IMAPPE MAXLINE = %_IMAXLINE MONAT = %_IMONAT PRIMANOTA = %_IPRIMANOTA PROTOCOL = %_IPROTOCOL PROT_TEXT = %_IPROT_TEXT SAMMELKZ = %_ISAMMELKZ SELKZ = %_ISELKZ START_DAY = %_ISTART_DAY START_TIME = %_ISTART_TIME STATUS_EXT = %_ISTATUS_EXT S_PRIMANOTA = %_IS_PRIMANOTA WIE_KZ = %_IWIE_KZ IMPORTING FLG_OK = %_OFLG_OK TABLES BEKI = %_OBEKI BEPI = %_OBEPI ERROR = %_OERROR FEHLER = %_OFEHLER IBEPP = %_OIBEPP PAY_BSEG = %_OPAY_BSEG T_FTPOST = %_OT_FTPOST T_VDAUSZ = %_OT_VDAUSZ.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.