SAP Reports / Programs

RFVD_ARC_LOANREF_WRITE_PREPARE SAP ABAP Report - Loan Reference Unit Archiving: Archive Document Data (By Package)







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


Transaction Code(s):

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

FN_LOANUNIT_ARC - Archive Loan Reference Units


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_LOANREF_WRITE_PREPARE. "Basic submit
SUBMIT RFVD_ARC_LOANREF_WRITE_PREPARE AND RETURN. "Return to original report after report execution complete
SUBMIT RFVD_ARC_LOANREF_WRITE_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: 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


INCLUDES used within this REPORT RFVD_ARC_LOANREF_WRITE_PREPARE

FVD_ARC_LOANREF_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_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.



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