SAP Reports / Programs

RSRETIDX SAP ABAP Report - Report for indexing marked documents (non-KPRO)







RSRETIDX is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report for indexing designated documents (non-KPro)...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 RSRETIDX 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 RSRETIDX. "Basic submit
SUBMIT RSRETIDX AND RETURN. "Return to original report after report execution complete
SUBMIT RSRETIDX VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


De/indexing non-KPRO applications
Title: Report for indexing marked documents (non-KPRO)
Text Symbol: 110 = Type
Text Symbol: 109 = Index category
Text Symbol: 108 = Document ID
Text Symbol: 107 = Code
Text Symbol: 106 = #Errors
Text Symbol: 105 = #Repeat
Text Symbol: 104 = #Deindex
Text Symbol: 103 = #Index
Text Symbol: 102 = Lang.
Text Symbol: 101 = Cl.
Text Symbol: 100 = Index category
Text Symbol: 023 = Form DO_OPTIMIZATION, termin. at
Text Symbol: 020 = For the following index category and language no language index can be created.
Text Symbol: 005 = Index category
Text Symbol: 004 = Termin. lang.
Text Symbol: 003 = Termination index cat.
Text Symbol: 002 = Exit
Text Symbol: 001 = Start


INCLUDES used within this REPORT RSRETIDX

INCLUDE LSRQMCON.
INCLUDE RSRETIDXF01.
INCLUDE RSRETIDXF02.
INCLUDE RSRETIDXF03.
INCLUDE RSRETIDXF04.
INCLUDE RSRETIDXF05.
INCLUDE RSRETIDXF06.


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:

SRET_LOG_WRITE_TO_DB CALL FUNCTION 'SRET_LOG_WRITE_TO_DB' .

SRET_IDXCAT_ENQUEUE CALL FUNCTION 'SRET_IDXCAT_ENQUEUE' EXPORTING CATID = CATID EXCEPTIONS CATID_UNKNOWN = 1 FOREIGN_LOCK = 2 SYSTEM_ERROR = 3 XERROR = 4 OTHERS = 5 .

SRET_LOG_MESSAGE CALL FUNCTION 'SRET_LOG_MESSAGE' EXPORTING SUBOBJECT = SRETI_AL_SUBOBJ_INDEXING MSGID = 'INDEX2' MSGNO = '000' MSGV1 = MSGV1_AUX MSG_USEREXITF = SRETI_AL_MSG_USEREXITF_1 MSG_PROBCLASS = '4' TABLES MSG_TEXT_LIST = MSG_TEXT_LIST_AUX EXCEPTIONS OTHERS = 0 .

SRET_LOG_WRITE_TO_DB CALL FUNCTION 'SRET_LOG_WRITE_TO_DB'.

SRET_IDXCAT_DEQUEUE CALL FUNCTION 'SRET_IDXCAT_DEQUEUE' EXPORTING CATID = CATID EXCEPTIONS CATID_UNKNOWN = 0 XERROR = 0 OTHERS = 0 .



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