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

RFVD_CHK_CHANGE_PARTNER SAP ABAP Report - Compare Partner Change







RFVD_CHK_CHANGE_PARTNER 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_CHK_CHANGE_PARTNER 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 RFVD_CHK_CHANGE_PARTNER. "Basic submit
SUBMIT RFVD_CHK_CHANGE_PARTNER AND RETURN. "Return to original report after report execution complete
SUBMIT RFVD_CHK_CHANGE_PARTNER 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: P_ALL = Select all
Selection Text: P_DAY = Select Last Day
Selection Text: P_MONTH = Select Last 31 Days
Selection Text: P_UPDATE = Update Run
Selection Text: P_WEEK = Select Last 7 Days
Selection Text: S_APPL = D .
Selection Text: S_PARTNR = D .
Title: Compare Partner Change
Text Symbol: 001 = TEST RUN - Changes to be Made
Text Symbol: 002 = UPDATE RUN - Changes Made
Text Symbol: 003 = Contract locked by other user
Text Symbol: 004 = No change authorization for contract
Text Symbol: B01 = Partner Data
Text Symbol: B02 = Proc. Flow Ctrl
Text Symbol: M01 = Session
001 CoCde Contract Old Partner Old Payer New Partner New Payer


INCLUDES used within this REPORT RFVD_CHK_CHANGE_PARTNER

INCLUDE RFVD_CHK_SELSCREEN.


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:

FLBP_ROLE_RANGE_FOR_RLCAT_GET CALL FUNCTION 'FLBP_ROLE_RANGE_FOR_RLCAT_GET' EXPORTING it_rlcat = g_tab_rlcat IMPORTING et_role_rng = r_roletyp EXCEPTIONS no_role_found = 1 no_rlcat_supplied = 2 OTHERS = 3.

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

ENQUEUE_EFVDARL CALL FUNCTION 'ENQUEUE_EFVDARL' EXPORTING bukrs = u_vdarl-bukrs sarchiv = u_vdarl-sarchiv ranl = u_vdarl-ranl x_bukrs = space x_sarchiv = space x_ranl = space EXCEPTIONS foreign_lock = 01 system_failure = 02.

FVD_TABLE_UPDATE_GROUP_GET CALL FUNCTION 'FVD_TABLE_UPDATE_GROUP_GET' CHANGING c_update_group = g_update_group EXCEPTIONS OTHERS = 1.

FVD_TABLE_SET CALL FUNCTION 'FVD_TABLE_SET' EXPORTING i_tablename = 'VDARL' i_flg_no_db_update = l_test i_update_group = g_update_group i_flg_save = 'X' i_wrk_old = u_vdarl i_wrk_new = ls_new_vdarl EXCEPTIONS error = 1 OTHERS = 2.

FVD_TABLE_UPDATE CALL FUNCTION 'FVD_TABLE_UPDATE' EXPORTING i_flg_update_task = 'X' i_update_group = g_update_group i_flg_change_document = 'X' i_flg_update_services = space EXCEPTIONS error = 1 OTHERS = 2.

DEQUEUE_EFVDARL CALL FUNCTION 'DEQUEUE_EFVDARL' EXPORTING bukrs = u_vdarl-bukrs sarchiv = u_vdarl-sarchiv ranl = u_vdarl-ranl x_bukrs = space x_sarchiv = space x_ranl = space.



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