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

RFVD_INIT_COM_VAL_CLASS SAP ABAP Report - Assignment of General Valuation Classes for Loan Contracts







RFVD_INIT_COM_VAL_CLASS 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 RFVD_INIT_COM_VAL_CLASS 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

FN_TRLE_INIT_VCLASS - Initialization of General Valn Class


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 RFVD_INIT_COM_VAL_CLASS. "Basic submit
SUBMIT RFVD_INIT_COM_VAL_CLASS AND RETURN. "Return to original report after report execution complete
SUBMIT RFVD_INIT_COM_VAL_CLASS 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: SO_WAERS = D Contract Currency
Selection Text: SO_STITE = D Loan Type
Selection Text: SO_REFKO = D Account Assignment Reference
Selection Text: SO_RBEAR = Entered By
Selection Text: SO_RANL = D Contract Number
Selection Text: SO_GSART = D Product Type
Selection Text: SO_BUKRS = D Company Code
Selection Text: P_VCLASS = D Gen. Valn Class
Selection Text: P_TZPAB = Valn Class from Customizing
Selection Text: P_PROT = Detailed Log
Selection Text: P_OVER = Overwrite Gen. Valuation Class
Selection Text: P_EXTERN = Enter Valuation Class
Title: Assignment of General Valuation Classes for Loan Contracts
Text Symbol: BL2 = Processing Control
Text Symbol: BL1 = Selections
Text Symbol: 021 = Loans changed in all per general valutaion class:
Text Symbol: 020 = Total Loans Read:
Text Symbol: 018 = Cannot determine general valuation class
Text Symbol: 017 = Not Found
Text Symbol: 016 = is locked
Text Symbol: 015 = Loan
Text Symbol: 011 = Exclude from the selection
Text Symbol: 010 = Parallel position management has already been initialized for the following company codes:
Text Symbol: 005 = General valuation class not defined


INCLUDES used within this REPORT RFVD_INIT_COM_VAL_CLASS

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_TRLE_DISTRIBUTOR_ACTIVE CALL FUNCTION 'FVD_TRLE_DISTRIBUTOR_ACTIVE' EXPORTING i_bukrs = t001-bukrs IMPORTING e_d_initialization = g_flg_init EXCEPTIONS distributor_cml_not_active = 1.

TB_PROGRESS_INDICATOR CALL FUNCTION 'TB_PROGRESS_INDICATOR' EXPORTING percentage = 0 id = 'SELECTION'.

TB_PROGRESS_INDICATOR CALL FUNCTION 'TB_PROGRESS_INDICATOR' EXPORTING percentage = 0 id = 'WORK'.

DEQUEUE_EFVDARL CALL FUNCTION 'DEQUEUE_EFVDARL' EXPORTING bukrs = g_tab_vdarlkey-bukrs sarchiv = g_tab_vdarlkey-sarchiv ranl = g_tab_vdarlkey-ranl.

TB_PROGRESS_INDICATOR CALL FUNCTION 'TB_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = PERCENTAGE ID = 'WORK'.

ENQUEUE_EFVDARL * CALL FUNCTION 'ENQUEUE_EFVDARL' * EXPORTING * BUKRS = U_TAB_VDARLKEY-BUKRS * SARCHIV = U_TAB_VDARLKEY-SARCHIV * RANL = U_TAB_VDARLKEY-RANL * EXCEPTIONS * FOREIGN_LOCK = 1 * SYSTEM_FAILURE = 2 * OTHERS = 3.

FVD_ENQUEUE_EFVDARL CALL FUNCTION 'FVD_ENQUEUE_EFVDARL' EXPORTING bukrs = u_tab_vdarlkey-bukrs sarchiv = u_tab_vdarlkey-sarchiv ranl = u_tab_vdarlkey-ranl EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

FVD_DB_VDARL_GET_SNG CALL FUNCTION 'FVD_DB_VDARL_GET_SNG' EXPORTING i_bukrs = u_tab_vdarlkey-bukrs i_sarchiv = u_tab_vdarlkey-sarchiv i_ranl = u_tab_vdarlkey-ranl IMPORTING e_str_vdarl = l_vdarl EXCEPTIONS contract_not_found = 1 OTHERS = 2.

FVD_TABLE_INIT CALL FUNCTION 'FVD_TABLE_INIT' EXCEPTIONS error = 1 OTHERS = 2.

FVD_TABLE_SET CALL FUNCTION 'FVD_TABLE_SET' EXPORTING i_tablename = 'VDARL' i_flg_changedocument = 'X' i_wrk_old = old_vdarl i_wrk_new = l_vdarl EXCEPTIONS error = 1 OTHERS = 2.

FVD_TABLE_UPDATE CALL FUNCTION 'FVD_TABLE_UPDATE' EXPORTING i_flg_update_task = ' ' i_flg_change_document = 'X' EXCEPTIONS error = 1 OTHERS = 2.

DEQUEUE_EFVDARL CALL FUNCTION 'DEQUEUE_EFVDARL' EXPORTING bukrs = u_tab_vdarlkey-bukrs sarchiv = u_tab_vdarlkey-sarchiv ranl = u_tab_vdarlkey-ranl.



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