SAP Reports / Programs | Financial Services | Loans Management(FS-CML) SAP FS

RFVDABG7 SAP ABAP Report - Loans: Portfolio Analysis Discount/Premium







RFVDABG7 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 RFVDABG7 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FNRI - Portfolio Analysis Discount/Premium


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 RFVDABG7. "Basic submit
SUBMIT RFVDABG7 AND RETURN. "Return to original report after report execution complete
SUBMIT RFVDABG7 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: PA_BUD = Selection by Posting Date
Selection Text: PA_END = Selection to (Date Inclusive)
Selection Text: PA_START = Selection from (Date Inclus.)
Selection Text: PA_STT = Selection Per Due Date
Selection Text: PA_VLIST = Variable List Output
Selection Text: SO_BUKRS = Company Code
Selection Text: SO_GSART = Product Type
Selection Text: SO_RANL = Contract Number
Selection Text: SO_SANL = Product Category
Selection Text: SO_SWHR = Contract Currency
Title: Loans: Portfolio Analysis Discount/Premium
Text Symbol: T14 = CCur
Text Symbol: T13 = PType
Text Symbol: T12 = PCat
Text Symbol: T11 = CoCd
Text Symbol: T04 = Total Write-Backs as at:
Text Symbol: T03 = Total Write-Backs as at:
Text Symbol: T02 = Total Disc./Prem. Collected as at:
Text Symbol: T01 = Total Disc./Prem. Collected as at:
Text Symbol: L01 = Portf.Analyis Disc./Prem. - Current Date:
Text Symbol: I30 = Output Control
Text Symbol: I20 = Control Parameters
Text Symbol: I10 = General Selections
Text Symbol: E01 = End date is before start date
Text Symbol: A01 = Selection: Portf. Analysis Disc./Premium
Text Symbol: T15 = FCat
Text Symbol: T18 = Amount in LC
Text Symbol: T17 = Amount in CC
Text Symbol: T16 = FTyp


INCLUDES used within this REPORT RFVDABG7

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:

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[] .

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = d_repid i_structure_name = 'VDTASTATE' CHANGING ct_fieldcat = g_it_fieldcat.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = d_repid * I_STRUCTURE_NAME = 'VDTASTATE' is_layout = g_is_layout it_fieldcat = g_it_fieldcat i_default = 'X' i_save = 'A' is_variant = g_is_variant is_print = g_is_print TABLES t_outtab = sum_out_ges.



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 RFVDABG7 or its description.