RFVD_ARC_LOANREF_WRITE_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_LOANREF_WRITE_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
FN_LOANUNIT_ARC - Archive Loan Reference Units
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: S_BUKRS = D Company Code
Selection Text: P_TEST = Test Run
Selection Text: P_LUID_V = Value-Dated Cumulation
Selection Text: P_LUID_A = Disbursement
Title: Loan Reference Unit Archiving: Archive Document Data (By Package)
Text Symbol: S02 = Unit Type
Text Symbol: S01 = General Selections
Text Symbol: B07 = FN_LOANUNITV_ARC_ADM
Text Symbol: B06 = Job
Text Symbol: B05 = Status
Text Symbol: B04 = Administration
Text Symbol: B03 = SM37
Text Symbol: B02 = FNARCSTATUS
Text Symbol: B01 = FN_LOANUNITA_ARC_ADM
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_LOANUNIT_EXT_STATUS'.
ARCHIVE_ADMIN_SCHEDULE_WRI_JOB CALL FUNCTION 'ARCHIVE_ADMIN_SCHEDULE_WRI_JOB' EXPORTING object = g_arc_object user = sy-uname TABLES selections = l_tab_rsparams EXCEPTIONS object_not_found = 1 job_not_created = 2 spool_not_valid = 3 no_such_variant = 4 OTHERS = 5.
ABAP4_CALL_TRANSACTION CALL FUNCTION 'ABAP4_CALL_TRANSACTION' STARTING NEW TASK 'Administration'(b04) EXPORTING tcode = 'FN_LOANUNITA_ARC_ADM'(b01) EXCEPTIONS OTHERS = 3.
ABAP4_CALL_TRANSACTION CALL FUNCTION 'ABAP4_CALL_TRANSACTION' STARTING NEW TASK 'Administration'(b04) EXPORTING tcode = 'FN_LOANUNITV_ARC_ADM'(b07) EXCEPTIONS OTHERS = 3.
ABAP4_CALL_TRANSACTION CALL FUNCTION 'ABAP4_CALL_TRANSACTION' STARTING NEW TASK 'Status'(b05) EXPORTING tcode = 'FNARCSTATUS'(b02) EXCEPTIONS OTHERS = 3.
ABAP4_CALL_TRANSACTION CALL FUNCTION 'ABAP4_CALL_TRANSACTION' STARTING NEW TASK 'Job'(b06) EXPORTING tcode = 'SM37'(b03) EXCEPTIONS OTHERS = 3.
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_LOANREF_WRITE_PREPARE - Loan Reference Unit Archiving: Archive Document Data (By Package) RFVD_ARC_LOANREF_WRITE_PREPARE - Loan Reference Unit Archiving: Archive Document Data (By Package) RFVD_ARC_LOANREF_WRITE - Loan Reference Unit Archiving: Write Program RFVD_ARC_LOANREF_WRITE - Loan Reference Unit Archiving: Write Program RFVD_ARC_LOANREF_REL_PREPARE - Loan Reference Unit Archiving: Reload Program RFVD_ARC_LOANREF_REL_PREPARE - Loan Reference Unit Archiving: Reload Program