SAP Reports / Programs | Application Platform | AP-LIM Logistics Inventory Management Engine(AP-LIM) SAP AP

/LIME/ARCH_IDXD SAP ABAP Report - Index Delete Program from Index Table with ADK







/LIME/ARCH_IDXD 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, youc an delete entries from the index table /LIME/ARCH_IDX...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_IDXD 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_IDXD. "Basic submit
SUBMIT /LIME/ARCH_IDXD AND RETURN. "Return to original report after report execution complete
SUBMIT /LIME/ARCH_IDXD VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Index Build Program for Data Archiving for BC_SBOOK
Selection Text: PACKSIZE = Commit Counter
Selection Text: R_LOG = LIME_LOG: Log Tables
Selection Text: R_PN = LIME_PN: Prima Nota Tables
Title: Index Delete Program from Index Table with ADK
Text Symbol: 104 = Selection: Archiving Object for Index Delete


INCLUDES used within this REPORT /LIME/ARCH_IDXD

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:

ARCHIVE_ADMIN_POPUP_DOCUMENTS CALL FUNCTION 'ARCHIVE_ADMIN_POPUP_DOCUMENTS' EXPORTING * show_files = space object = lf_object * radio_buttons = 'X' TABLES selected_sessions = lt_arch_sessn EXCEPTIONS object_not_found = 1 cancelled_by_user = 2 no_files_selected = 3 unknown_dialog_type = 4 OTHERS = 5.

ARCHIVE_GET_CUSTOMIZING_DATA CALL FUNCTION 'ARCHIVE_GET_CUSTOMIZING_DATA' EXPORTING object = lf_object IMPORTING commit_count_for_delete_prg = lf_commit_cnt EXCEPTIONS object_not_found = 1 OTHERS = 2.

/LIME/ARCH_INDEX_DELETE CALL FUNCTION '/LIME/ARCH_INDEX_DELETE' EXPORTING i_object = lf_object i_document = -document i_arch_comit = lf_commit_cnt IMPORTING e_count = lf_countera EXCEPTIONS defective_access_to_archive = 1 file_not_found = 2 not_authorized = 3 OTHERS = 4.



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