SAP Reports / Programs | Financials | Financial Supply Chain Management | Transaction Manager(FIN-FSCM-TRM-TM) SAP FIN

RFVWLAC1 SAP ABAP Report - Amortized Cost







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RFVWLAC1. "Basic submit
SUBMIT RFVWLAC1 AND RETURN. "Return to original report after report execution complete
SUBMIT RFVWLAC1 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RFVWLAC1

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RFVWLAC1 or its description.