RFVD_ARC_DOCS_RELOAD_PREPARE 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_DOCS_RELOAD_PREPARE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FNRELOADING - Reload Archived Documents
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.
Selection Text: O_RANL = D Contract Number
Selection Text: P_BUKRS = D Company Code
Title: Loan Document Archiving: Reload Archived Documents (Per Package)
Text Symbol: B01 = SAP Loans
Text Symbol: B02 = FNARCADMIN
Text Symbol: B03 = FNARCSTATUS
Text Symbol: B04 = SM37
Text Symbol: B05 = Administration
Text Symbol: B06 = Status
Text Symbol: B07 = Job
INCLUDE RFVD_ARC_TOP.
No SAP DATABASE tables are accessed within this REPORT code!
RS_EXTERNAL_SELSCREEN_STATUS CALL FUNCTION 'RS_EXTERNAL_SELSCREEN_STATUS' EXPORTING p_fb = 'FVD_ARC_EXTERNAL_STATUS'.
RS_SET_SELSCREEN_STATUS * CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' * EXPORTING * p_status = sy-pfkey * p_program = 'RFVD_ARC_DOCS_WRITE_PREPARE' * TABLES * p_exclude = l_tab_exclude.
ABAP4_CALL_TRANSACTION CALL FUNCTION 'ABAP4_CALL_TRANSACTION' STARTING NEW TASK 'Administration'(b05) EXPORTING tcode = 'FNARCADMIN'(b02) EXCEPTIONS OTHERS = 3.
ABAP4_CALL_TRANSACTION CALL FUNCTION 'ABAP4_CALL_TRANSACTION' STARTING NEW TASK 'Status'(b06) EXPORTING tcode = 'FNARCSTATUS'(b03) EXCEPTIONS OTHERS = 3.
ABAP4_CALL_TRANSACTION CALL FUNCTION 'ABAP4_CALL_TRANSACTION' STARTING NEW TASK 'Job'(b07) EXPORTING tcode = 'SM37'(b04) EXCEPTIONS OTHERS = 3.
ARCHIVE_ADMIN_GET_FROM_FILEKEY CALL FUNCTION 'ARCHIVE_ADMIN_GET_FROM_FILEKEY' EXPORTING archive_key = l_archivekey IMPORTING session = l_session EXCEPTIONS key_doesnt_exist = 1 OTHERS = 2.
XDA_SCHEDULE_JOB CALL FUNCTION 'XDA_SCHEDULE_JOB' EXPORTING object = c_cmldoc jobtype = 'REL' "Rücklade * variant = 'TEST' * APP_SERVER_NAME = * ARCH_PARAMETERS = user = sy-uname ext_user = 'SAP Darlehen'(b01) session = l_wrk_archiv_session-document * FILE_KEY = * TARGETGROUP = * DELETE_FAILED_JOB = ' ' * IMPORTING * JOBNAME = jn * JOBCOUNT = jc * TABLES * FILES_TO_BE_READ = EXCEPTIONS object_not_found = 1 job_not_created = 2 no_such_variant = 3 input_inconsistent = 4 jobtype_not_supported = 5 not_authorized = 6 no_such_unlocked_user = 7 OTHERS = 8 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVD_ARC_DOCS_RELOAD_PREPARE - Loan Document Archiving: Reload Archived Documents (Per Package) RFVD_ARC_DOCS_RELOAD_PREPARE - Loan Document Archiving: Reload Archived Documents (Per Package) RFVD_ARC_DEL_EUCR_ZUZ - Loan Document Archiving: Delete Reorg. Records for EU Adjustment (ZUZ) RFVD_ARC_DEL_EUCR_ZUZ - Loan Document Archiving: Delete Reorg. Records for EU Adjustment (ZUZ) RFVD_ARC_CONTRACT_WRITE_TOP - Include RFVD_ARC_CONTRACT_WRITE_TOP RFVD_ARC_CONTRACT_WRITE - Write Loan Contracts to Archive