SAP Reports / Programs

/LIME/ARCH_WR SAP ABAP Report - Archiving LIME: Write Program







/LIME/ARCH_WR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With this program, is it possible to write the LIME database tables in archive files...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 /LIME/ARCH_WR into the relevant SAP transactions such as SE38 or SE80


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 /LIME/ARCH_WR. "Basic submit
SUBMIT /LIME/ARCH_WR AND RETURN. "Return to original report after report execution complete
SUBMIT /LIME/ARCH_WR 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: BUT_DATE = Selection from Date
Selection Text: BUT_DAYS = Selection from Age
Selection Text: BUT_QUAN = Archive QUAN Entries
Selection Text: COMMENTS = Archiving Session Note
Selection Text: DEL_TEST = Delete Program in Test Mode
Selection Text: FILE_CRT = Generate Archive File
Selection Text: INP_DATE = End Date for Archiving
Selection Text: INP_DAYS = Minimum Age (Days)
Selection Text: MAXSIZE = Packet Size
Selection Text: R_NLOG = Nlog and Prima Nota Tables
Title: Archiving LIME: Write Program
Text Symbol: 101 = Specify Archiving Period
Text Symbol: 102 = Technical Options
Text Symbol: 103 = Archiving Run
Text Symbol: 104 = Select Tables for Archiving
Text Symbol: 105 = Additional Selection Parameters
Text Symbol: S01 = By Days
Text Symbol: S02 = Number of Days
Text Symbol: S03 = By Date
Text Symbol: S04 = End Date
Text Symbol: S05 = Archive Log Entries No Longer Used in QUAN and TREE


INCLUDES used within this REPORT /LIME/ARCH_WR

No INCLUDES are used within this REPORT code!


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:

/LIME/ARCH_WRITE CALL FUNCTION '/LIME/ARCH_WRITE' EXPORTING i_create_archive_file = file_crt i_delete_in_test_mode = del_test i_comments = comments * i_do_not_delete_data = i_maxsize = maxsize i_arch_date = lf_end_data i_object = lf_object i_arch_unused_quan = but_quan EXCEPTIONS not_authorized = 1 illegal_input = 2 open_error = 3 internal_error = 4 OTHERS = 5 .



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 /LIME/ARCH_WR or its description.