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

RFVD_ARC_DOCS_RELOAD_PREPARE SAP ABAP Report - Loan Document Archiving: Reload Archived Documents (Per Package)







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FNRELOADING - Reload Archived 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_DOCS_RELOAD_PREPARE. "Basic submit
SUBMIT RFVD_ARC_DOCS_RELOAD_PREPARE AND RETURN. "Return to original report after report execution complete
SUBMIT RFVD_ARC_DOCS_RELOAD_PREPARE 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 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


INCLUDES used within this REPORT RFVD_ARC_DOCS_RELOAD_PREPARE

INCLUDE RFVD_ARC_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:

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 .



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