LFVABT09 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 LFVABT09 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_DATA_ALL CALL FUNCTION 'LOAN_DATA_ALL' EXPORTING BUKRS = IBUKRS FUNCTION = IFUNCTION KUNNR = IKUNNR PARTNR = IPARTNR RANTYP = IRANTYP SROLINT = ISROLINT VERTN = IVERTN X_ABWZAHL = IX_ABWZAHL TABLES T_VDVERDEB = OT_VDVERDEB EXCEPTIONS DEBITOR_NOT_FOUND = 001 ILLEGAL_FUNCTION = 002 ILLEGAL_RANTYP = 003 PARTNER_NOT_FOUND = 004.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
LFVABT09 - documentation and ABAP source code LFVA1T07 - Function Builder: Generated Test Report LFVA1T05 - Function Builder: Generated Test Report LFVA1T04 - Function Builder: Generated Test Report LFVA1T03 - Function Builder: Generated Test Report LFVA1T02 - Function Builder: Generated Test Report