RFVWLAC1 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 RFVWLAC1 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.
Selection Text: METHODE = Remaining Term Method
Selection Text: STICHTAG = Key Date
Title: Amortized Cost
Text Symbol: 001 = Portfolio
Text Symbol: 002 = ID number:
Text Symbol: 003 = Notice:
Text Symbol: 004 = Drawing:
Text Symbol: 005 = Final Due Date:
Text Symbol: 006 = Remaining Term:
Text Symbol: 007 = Year(s):
Text Symbol: 008 = Day(s):
Text Symbol: 009 = Securities Acct:
Text Symbol: 010 = Old Book Price:
Text Symbol: 011 = New Book Price:
Text Symbol: 012 = Determine Valuation Prices Using LAC
Text Symbol: 013 = Time
Text Symbol: 014 = Date
Text Symbol: 015 = Company Code
Text Symbol: 016 = Key Date
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ACCUMULATION_DEPOT CALL FUNCTION 'ACCUMULATION_DEPOT' EXPORTING BUKRS = VWPDEPO-BUKRS DBESTAND = STICHTAG JNULLB = 0 KZ_BEVI = 1 RANL = VWPDEPO-RANL RLDEPOT = VWPDEPO-RLDEPO IMPORTING ANZAH = ANZAHL TABLES I_TVWBEVI = I_VWBEVI O_REVALB = I_REVALB.
PRICE_CALCULATION_LAC CALL FUNCTION 'PRICE_CALCULATION_LAC' EXPORTING I_BUKRS = VWPDEPO-BUKRS I_RANL = VWPDEPO-RANL I_REVAL = I_REVAL I_STICHTAG = STICHTAG I_LAUFZEITMETHODE = METHODE IMPORTING E_PWKURS = H_PWKURS_NEU E_PWKURS_ALT = H_PWKURS_ALT E_LAUFZEIT = LAUFZEIT 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.