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

RFVD_ARC_DOCUMENTS_DISPLAY SAP ABAP Report - Loan Document Archiving: Display Single Documents







RFVD_ARC_DOCUMENTS_DISPLAY 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_ARC_DOCUMENTS_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

FNDOCSSHOW - Display Individual Documents


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_DOCUMENTS_DISPLAY. "Basic submit
SUBMIT RFVD_ARC_DOCUMENTS_DISPLAY AND RETURN. "Return to original report after report execution complete
SUBMIT RFVD_ARC_DOCUMENTS_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 = D .
Selection Text: P_ALLE = Archived and Active Documents
Selection Text: P_ARCHIV = Archived Documents Only
Selection Text: P_BUKRS = D .
Selection Text: P_VAR = D .
Title: Loan Document Archiving: Display Single Documents
Text Symbol: 100 = Archived Documents
Text Symbol: 101 = Active Document
Text Symbol: 102 = Items
Text Symbol: 500 = Error in Flush
Text Symbol: 510 = Control could not be created
Text Symbol: C01 = Display only Contracts with Archived Documents
Text Symbol: S01 = Selection Criteria
Text Symbol: S02 = Additional Selection Criteria
Text Symbol: S03 = Display


INCLUDES used within this REPORT RFVD_ARC_DOCUMENTS_DISPLAY

INCLUDE RFVD_ARC_TOP.
INCLUDE RFVD_ARC_DOCUMENTS_DISPLAY_ADD.


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_CONTENTS_GET

FVD_ARC_CONTENTS_GET_NEW * CALL FUNCTION 'FVD_ARC_CONTENTS_GET' "N1436849 CALL FUNCTION 'FVD_ARC_CONTENTS_GET_NEW' EXPORTING i_bukrs = p_bukrs i_ranl_range = l_tab_ranl IMPORTING * o_vdbeki = l_tab_vdbeki * o_vdbepi = l_tab_vdbepi o_vzzbepp = gt_vzzbepp_arc EXCEPTIONS archive_file_error = 1 OTHERS = 2.

LOAN_FLOWS_SUPPLY CALL FUNCTION 'LOAN_FLOWS_SUPPLY' EXPORTING i_bukrs = l_wrk_vdarl-bukrs i_ranl = l_wrk_vdarl-ranl i_wrk_vdarl = l_wrk_vdarl read_scheduled_records = space read_posted_records = 'X' TABLES * O_VDBEKI = * O_VDBEPI = o_vzzbepp = l_tab_vzzbepp EXCEPTIONS OTHERS = 5.

FVD_DB_TZB0T_GET CALL FUNCTION 'FVD_DB_TZB0T_GET' "N1663174 EXPORTING i_sbewart = -sbewart IMPORTING E_STR_TZB0T = l_wrk_tzb0t EXCEPTIONS OTHERS = 2.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_structure_name = 'VZZBEPP' * I_GRID_TITLE = is_layout = gs_layout it_fieldcat = gt_fieldcat it_sort = gt_sort i_default = 'X' i_save = 'A' is_variant = gs_variant * IS_PRINT = * IS_REPREP_ID = * I_HTML_HEIGHT_TOP = 0 * I_HTML_HEIGHT_END = 0 *Start of Accessibility it_except_qinfo = gt_except_qinfo TABLES t_outtab = gt_outtab EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = c_str_variant * I_TABNAME_HEADER = * I_TABNAME_ITEM = * IT_DEFAULT_FIELDCAT = i_save = 'A' * I_DISPLAY_VIA_GRID = ' ' IMPORTING * E_EXIT = es_variant = c_str_variant EXCEPTIONS not_found = 1 program_error = 2 OTHERS = 3 .

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'VZZBEPP' CHANGING ct_fieldcat = gt_fieldcat EXCEPTIONS OTHERS = 3.



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