SAP Reports / Programs

ARLNK_SET_EOL_REFERENCES SAP ABAP Report - Set references for ArchiveLink entries from external systems







ARLNK_SET_EOL_REFERENCES is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report applies specifically in the Retention Warehouse environment and corresponds to the reports ARLNK_SET_PROXYS_ALDOCUMENTS and ARLNK_SET_PROXYS_PRINTLISTS in the Retention Management scenario...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter ARLNK_SET_EOL_REFERENCES 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

ILM_AL_EOL - Set ArchiveLink References in RW


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 ARLNK_SET_EOL_REFERENCES. "Basic submit
SUBMIT ARLNK_SET_EOL_REFERENCES AND RETURN. "Return to original report after report execution complete
SUBMIT ARLNK_SET_EOL_REFERENCES 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: P_MAX = Maximum Number
Selection Text: P_PDOC = Documents
Selection Text: P_PLIST = Print Lists
Selection Text: SO_S_CLI = Client of Original System
Selection Text: SO_S_SID = SID of Original System
Selection Text: P_DETAIL = D .
Selection Text: P_PRETST = D .
Selection Text: SO_CREP = D .
Title: Set references for ArchiveLink entries from external systems
Text Symbol: 000 = Application Log for ILM ArchiveLink References
Text Symbol: 001 = Document Type
Text Symbol: 002 = Selection
Text Symbol: 003 = Processing Options


INCLUDES used within this REPORT ARLNK_SET_EOL_REFERENCES

INCLUDE ARLNK_SET_REFERENCES_F01.


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:

ARCHLNK_SET_EOL_POINTER_2_WDAV CALL FUNCTION 'ARCHLNK_SET_EOL_POINTER_2_WDAV' EXPORTING iv_ref_type = lv_ref_typ it_crep = r_crep iv_report_name = report_name iv_delete_old = 'X' iv_testmode = p_pretst iv_package_size = p_max iv_log = log it_source_sid = r_sid it_source_client = r_client IMPORTING error_during_move = lv_error_error_during_move.

HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING dokclass = 'TX' * DOKLANGU = SY-LANGU dokname = u_dokname * DOKTITLE = ' ' TABLES links = l_links EXCEPTIONS object_not_found = 1 sapscript_error = 2 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 ARLNK_SET_EOL_REFERENCES or its description.