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

RFVD_ARC_CONTRACT_DISPLAY SAP ABAP Report - Display Loan Contracts







RFVD_ARC_CONTRACT_DISPLAY is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Testing ..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 RFVD_ARC_CONTRACT_DISPLAY 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

FNCONTRACT_DISP - Display Loan Contracts


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_ARC_CONTRACT_DISPLAY. "Basic submit
SUBMIT RFVD_ARC_CONTRACT_DISPLAY AND RETURN. "Return to original report after report execution complete
SUBMIT RFVD_ARC_CONTRACT_DISPLAY 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: O_RANL = Loan Contracts
Selection Text: P_ALL = Archived and Active Loans
Selection Text: P_ARCH = Archived Loans
Selection Text: P_BUKRS = Company Code
Title: Display Loan Contracts
Text Symbol: 001 = Loan Contract
Text Symbol: M01 = FNV3/FNVS
Text Symbol: M02 = FNCL_DISPLAY
Text Symbol: MC1 = Contract
Text Symbol: Q01 = Archived Loan Contracts
Text Symbol: Q42 = Active Loan Contracts
Text Symbol: S01 = Selection Criteria
Text Symbol: T01 = Internal Error. Control could not be created.
Text Symbol: T02 = Internal Error. Control could not be set.
Text Symbol: T03 = Internal Error. Control could not be refreshed.
Text Symbol: T04 = Internal Error. Control could not be released.
Text Symbol: T05 = Internal Error. Automation queue could not be synchronized.
Text Symbol: V01 = ARCHIVE_READ_OBJECT
Text Symbol: V02 = ARCHIVE_GET_NEXT_RECORD
Text Symbol: V03 = FVD_ARC_GET_OBJ_DATA


INCLUDES used within this REPORT RFVD_ARC_CONTRACT_DISPLAY

INCLUDE RFVD_ARC_CONTRACT_DISPLAY_TOP.


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_ARC_GET_OBJ_DATA CALL FUNCTION 'FVD_ARC_GET_OBJ_DATA' EXPORTING i_arch_obj = con_object i_obj_id = ls_arc_vdarl-obj_id i_obj_key = ls_arc_vdarl-obj_key i_obj_offset = ls_arc_vdarl-obj_offset IMPORTING o_obj_data = gt_obj_data EXCEPTIONS archive_read_object = 1 archive_read_object_by_handle = 2 OTHERS = 3.

FVD_ARC_GET_DOCUMENTS CALL FUNCTION 'FVD_ARC_GET_DOCUMENTS' EXPORTING i_vdarc_doc_ind = IMPORTING o_vdbeki = lt_vdbeki o_vdbepi = lt_vdbepi EXCEPTIONS archive_file_error = 1 OTHERS = 2.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = sy-title txt1 = text-t02 txt2 = sy-subrc.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = sy-title txt1 = text-t01 txt2 = sy-subrc.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = sy-title txt1 = text-t01 txt2 = sy-subrc.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = sy-title txt1 = text-t01 txt2 = sy-subrc.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = sy-title txt1 = text-t02 txt2 = sy-subrc.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = sy-title txt1 = text-t01 txt2 = sy-subrc.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = sy-title txt1 = text-t02 txt2 = sy-subrc.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = sy-title txt1 = text-t03 txt2 = sy-subrc.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = sy-title txt1 = text-t03 txt2 = sy-subrc.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = sy-title txt1 = text-t01 txt2 = sy-subrc.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = sy-title txt1 = text-t01 txt2 = sy-subrc.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = sy-title txt1 = text-t02 txt2 = sy-subrc.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = sy-title txt1 = text-t03 txt2 = sy-subrc.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = sy-title txt1 = text-t01 txt2 = sy-subrc.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = sy-title txt1 = text-t01 txt2 = sy-subrc.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = sy-title txt1 = text-t02 txt2 = sy-subrc.

POPUP_TO_INFORM





CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = sy-title txt1 = text-t02 txt2 = sy-subrc.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = sy-title txt1 = text-t02 txt2 = sy-subrc.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = sy-title txt1 = text-t02 txt2 = sy-subrc.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = sy-title txt1 = text-t03 txt2 = sy-subrc.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = sy-title txt1 = text-t01 txt2 = sy-subrc.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = sy-title txt1 = text-t01 txt2 = sy-subrc.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = sy-title txt1 = text-t02 txt2 = sy-subrc.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = sy-title txt1 = text-t04 txt2 = sy-subrc.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = sy-title txt1 = text-t04 txt2 = sy-subrc.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = sy-title txt1 = text-t04 txt2 = sy-subrc.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = sy-title txt1 = text-t04 txt2 = sy-subrc.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = sy-title txt1 = text-t05 txt2 = sy-subrc.

FVD_LS_API_INT_STATE_GET CALL FUNCTION 'FVD_LS_API_INT_STATE_GET' EXPORTING i_bukrs = ls_vdarl-bukrs i_gsart = ls_vdarl-gsart i_statu = ls_vdarl-sstati IMPORTING e_inteb = l_inteb * E_BUHAL = * E_STATU_LTX = EXCEPTIONS not_found = 1 done = 2 text_not_found = 3 OTHERS = 4.

FVD_LS_API_INT_STATE_GET CALL FUNCTION 'FVD_LS_API_INT_STATE_GET' EXPORTING i_bukrs = ls_vdarl-bukrs i_gsart = ls_vdarl-gsart i_statu = ls_vdarl-sstati IMPORTING e_inteb = l_inteb * E_BUHAL = * E_STATU_LTX = EXCEPTIONS not_found = 1 done = 2 text_not_found = 3 OTHERS = 4.



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