SAP Reports / Programs

RFVD_ARC_EXCL_SET SAP ABAP Report - Loan Document Archiving: Set or Delete Archiving Lock







RFVD_ARC_EXCL_SET 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_EXCL_SET 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

FNARCEXCL - Set /Delete Archiving Lock


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_EXCL_SET. "Basic submit
SUBMIT RFVD_ARC_EXCL_SET AND RETURN. "Return to original report after report execution complete
SUBMIT RFVD_ARC_EXCL_SET 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_SBEA = D Processing indicator
Selection Text: SO_SANLF = D Product Category
Selection Text: SO_RERF = D Created By
Selection Text: SO_REFKO = D Account Assignment Reference
Selection Text: SO_RBEAR = D Last Changed By
Selection Text: SO_RANL = D Contract Number
Selection Text: SO_GSART = D Product Type
Selection Text: SO_DERF = D First entered on
Selection Text: SO_DBEAR = D Last Processing
Selection Text: SO_BUKRS = D Company Code
Selection Text: P_SIMUL = Simulation
Selection Text: P_SET = Set Archiving Lock
Selection Text: P_RESET = Delete Archiving Lock
Selection Text: P_CDOC = Create Change Documents
Title: Loan Document Archiving: Set or Delete Archiving Lock
Text Symbol: 401 = C A U T I O N
Text Symbol: 400 = &1 Loans are being revised
Text Symbol: 108 = Changed By
Text Symbol: 107 = First Entd
Text Symbol: 106 = Curr.
Text Symbol: 105 = AcctAssRef
Text Symbol: 104 = Loan Type
Text Symbol: 103 = ProdType
Text Symbol: 102 = Prod.Cat.
Text Symbol: 101 = Loan Number
Text Symbol: 100 = CCde
Text Symbol: 062 = Number of Loans
Text Symbol: 061 = Number of Loans With Lock Set
Text Symbol: 060 = Number of Loans Read in Total:
Text Symbol: 022 = Delete Archiving Lock
Text Symbol: 021 = Set Archiving Lock
Text Symbol: 020 = Loan Document Archiving
Text Symbol: 012 = Status
Text Symbol: 011 = No change required
Text Symbol: 010 = Loan locked
Text Symbol: 005 = * * * S I M U L A T I O N * * *





Text Symbol: 402 = Revise
Text Symbol: 403 = Cancel
Text Symbol: BL1 = Selections
Text Symbol: BL2 = Processing Control


INCLUDES used within this REPORT RFVD_ARC_EXCL_SET

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:

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'.

FVD_TABLE_INIT CALL FUNCTION 'FVD_TABLE_INIT' EXCEPTIONS OTHERS = 1.

FVD_TABLE_UPDATE_GROUP_GET * CALL FUNCTION 'FVD_TABLE_UPDATE_GROUP_GET' * CHANGING * C_UPDATE_GROUP = G_UPDATE_GROUP * EXCEPTIONS * OTHERS = 1.

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

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

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'A C H T U N G'(401) text_question = l_text_q text_button_1 = 'Überarbeiten'(402) icon_button_1 = 'ICON_OKAY' text_button_2 = 'Abbrechen'(403) icon_button_2 = 'ICON_CANCEL' default_button = '1' display_cancel_button = ' ' popup_type = 'ICON_MESSAGE_INFORMATION' IMPORTING answer = l_answer.

FVD_ENQUEUE_EFVDARL CALL FUNCTION 'FVD_ENQUEUE_EFVDARL' EXPORTING BUKRS = u_wrk_vdarlkey-bukrs SARCHIV = u_wrk_vdarlkey-sarchiv RANL = u_wrk_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_wrk_vdarlkey-bukrs i_sarchiv = u_wrk_vdarlkey-sarchiv i_ranl = u_wrk_vdarlkey-ranl IMPORTING E_STR_VDARL = l_wrk_vdarl EXCEPTIONS CONTRACT_NOT_FOUND = 1 OTHERS = 2.

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

USERDATA_MAINTAIN CALL FUNCTION 'USERDATA_MAINTAIN' EXPORTING herkunft = ' ' inuser = l_ruser IMPORTING exuser = l_ruser.

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 = con_vdarl i_update_group = g_update_group i_flg_save = 'X' i_wrk_old = l_wrk_vdarl i_wrk_new = l_wrk_vdarl_upd EXCEPTIONS OTHERS = 1.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = l_repid i_internal_tabname = l_itabname i_inclname = l_repid CHANGING ct_fieldcat = gt_fieldcat.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_BYPASSING_BUFFER = 'X' * I_BUFFER_ACTIVE = 'X' i_callback_program = l_repid is_layout = gs_layout it_fieldcat = gt_fieldcat it_events = gt_events[] TABLES t_outtab = g_tab_prot.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = p_gt_events.






REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = g_list_top_of_page.



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