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

/LIME/ARCH_IDXC SAP ABAP Report - Index Build Program from LIME- Archive Files from ADK







/LIME/ARCH_IDXC 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, you can compile 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_IDXC 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_IDXC. "Basic submit
SUBMIT /LIME/ARCH_IDXC AND RETURN. "Return to original report after report execution complete
SUBMIT /LIME/ARCH_IDXC 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: R_LOG = LIME_LOG: Log Tables
Selection Text: R_PN = LIME_PN: Prima Nota Tables
Title: Index Build Program from LIME- Archive Files from ADK
Text Symbol: 104 = Selection: Archiving Object for Index Compilation


INCLUDES used within this REPORT /LIME/ARCH_IDXC

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.

/LIME/ARCH_INDEX_CREATE CALL FUNCTION '/LIME/ARCH_INDEX_CREATE' EXPORTING i_object = lf_object i_document = -document EXCEPTIONS defective_access_to_archive = 1 OTHERS = 2.



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