RFVDBST0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report prints the loan portfolio trends for each loan from fiscal year start to the key-date entered...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RFVDBST0 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FNR6 - Insur.prtfolio trends - NEW
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: PA_STICH = Key Date
Selection Text: PA_STORN = Only sel. revs up to key dte
Selection Text: PA_SUMME = Only display totals?
Selection Text: PA_TILG = Repmnt: Consider inc.payments?
Selection Text: SO_BUKRS = D Company Code
Selection Text: SO_GSART = D Product Type
Selection Text: SO_HKONT = D G/L Account
Selection Text: SO_RANL = D Contract Number
Selection Text: SO_RBEAR = D Last Changed By
Selection Text: SO_REFKO = D Account Assignment Reference
Selection Text: SO_STITE = D Loan Type
Selection Text: SO_WHR = D Contract Currency
Selection Text: PA_ANZW = Display Currency
Selection Text: PA_DVON = Evaluation From
Selection Text: PA_HAUSW = Evaluation in Local Currency
Title: Position Trend
Text Symbol: U10 = Loan Number
Text Symbol: U00 = ********** Headings *******************
Text Symbol: KBH = From: xx.xx.xxxx to: xx.xx.xxxx
Text Symbol: K05 = Contract Currency:
Text Symbol: K04 = Local Currency:
Text Symbol: K03 = Loan........:
Text Symbol: K02 = Product Type:
Text Symbol: K01 = Displ. Currency
Text Symbol: U11 = | APC Year start| Inflow | Outflow|
Text Symbol: U12 = Transfer | Curr.APC |
Text Symbol: U20 = (Appl.Curr.)
Text Symbol: U21 = | Deprec.strt yr| Appreciation | Depreciation |
Text Symbol: BL0 = General Selections
Text Symbol: BL1 = Further Selections
Text Symbol: BL2 = Output Control
Text Symbol: E00 = ********** WARNING - No selection carried out ************************
Text Symbol: E01 = List end: Total selected for portfolio trend
Text Symbol: F00 = *********** Error Notes ***********************
Text Symbol: F02 = CoCd text is missing
Text Symbol: F04 = Product type text is missing
Text Symbol: F06 = No postings exist
Text Symbol: F07 = *** No authorization ***
INCLUDE DBST0TOP_NEW.
No SAP DATABASE tables are accessed within this REPORT code!
FVD_COMPANY_CODE_AUTHORITY_CHK call function 'FVD_COMPANY_CODE_AUTHORITY_CHK' exporting im_flg_show_mesg = l_flg_show_mesg tables ex_tab_bukrs_not_authorized = bukrs_not_authorized[] changing chg_tab_bukrs_authorized = so_bukrs[] .
FVD_GDPDU_ACTIONLOG CALL FUNCTION 'FVD_GDPDU_ACTIONLOG'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.