LTVPUT21 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 LTVPUT21 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!
TV_MARKET_DATA_RATES2 CALL FUNCTION 'TV_MARKET_DATA_RATES2' EXPORTING AKT_DATUM = %_IAKT_DATUM KONDDATUM = %_IKONDDATUM HORIZONT = %_IHORIZONT MATURITY = %_IMATURITY SZENAME = %_ISZENAME ZERO_PAR = %_IZERO_PAR REGELTYP = %_IREGELTYP REGELID = %_IREGELID REGELINTERPOL = %_IREGELINTERPOL TABLES E_FORWARD_RATES = %_OE_FORWARD_RATES I_YIELDCTYPE = %_OI_YIELDCTYPE EXCEPTIONS DEFAULT_YIELDCURVE_MISSING = 001 DIVISION_BY_ZERO = 002 KONDDAT_LT_OLDDAT = 003 NOT_F_JBD14 = 004 NOT_F_SZENARIO = 005 NO_DATA_FOUND = 006 NO_INITIALIZATION = 007 OLDCURVE_EMPTY = 008 REFERENZZINS_MISSING = 009 NO_CURVE_DATA = 010.
TV_MARKET_DATA_RATES2 CALL FUNCTION 'TV_MARKET_DATA_RATES2' DESTINATION DESTI EXPORTING AKT_DATUM = %_IAKT_DATUM KONDDATUM = %_IKONDDATUM HORIZONT = %_IHORIZONT MATURITY = %_IMATURITY SZENAME = %_ISZENAME ZERO_PAR = %_IZERO_PAR REGELTYP = %_IREGELTYP REGELID = %_IREGELID REGELINTERPOL = %_IREGELINTERPOL TABLES E_FORWARD_RATES = %_OE_FORWARD_RATES I_YIELDCTYPE = %_OI_YIELDCTYPE EXCEPTIONS DEFAULT_YIELDCURVE_MISSING = 001 DIVISION_BY_ZERO = 002 KONDDAT_LT_OLDDAT = 003 NOT_F_JBD14 = 004 NOT_F_SZENARIO = 005 NO_DATA_FOUND = 006 NO_INITIALIZATION = 007 OLDCURVE_EMPTY = 008 REFERENZZINS_MISSING = 009 NO_CURVE_DATA = 010.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.