SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Document Management Services(BC-SRV-KPR-DMS) SAP BC

RSTIRIDX SAP ABAP Report - Report on (de)indexing checked-in documents







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


Text pool values


Report on (de)indexing checked-in documents
Title: Report on (de)indexing checked-in documents
Text Symbol: 112 = Doc Area/ Class
Text Symbol: 111 = Document area
Text Symbol: 110 = Type
Text Symbol: 109 = Doc. class
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: 022 = could not be created
Text Symbol: 021 = lang. index for lang.
Text Symbol: 020 = For index category:
Text Symbol: 005 = Index category :
Text Symbol: 004 = Cancel language:
Text Symbol: 003 = Cancel index category:
Text Symbol: 002 = End :
Text Symbol: 001 = Start:


INCLUDES used within this REPORT RSTIRIDX

INCLUDE LSDCECON.
INCLUDE RSRETERR.
INCLUDE RSRETCON.
INCLUDE RSTIRIDXINCL1.
INCLUDE RSTIRIDXF00.
INCLUDE RSTIRIDXF01.
INCLUDE RSTIRIDXF02.
INCLUDE RSTIRIDXF03.
INCLUDE RSTIRIDXF04.
INCLUDE RSTIRIDXF05.
INCLUDE RSTIRIDXE01.
INCLUDE RSTIRIDXF06.
INCLUDE RSTIRIDXF07.
INCLUDE RSTIRIDXF08.


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:

SDOK_LOG_WRITE_TO_DB CALL FUNCTION 'SDOK_LOG_WRITE_TO_DB'.

SRET_IDXCAT_READ CALL FUNCTION 'SRET_IDXCAT_READ' EXPORTING catid = catid client = mandt * IMPORTING * CLIENTDEPENDENCE = * MODIFYCLS = * SRSVRID = TABLES docattributetab = docattributetab languagetab = itab_idxcat_langu cattattributtab = cattattributtab * TECHATTRTAB = EXCEPTIONS catid_unknown = 1 idxcat_is_inactive = 2 xerror = 3 OTHERS = 4 .

SDOK_LOG_MESSAGE CALL FUNCTION 'SDOK_LOG_MESSAGE' EXPORTING subobject = sdoki_al_subobj_indexing msgty = 'E' msgid = 'INDEXING' msgno = '012' msgv1 = msgv1_aux msgv2 = msgv2_aux msg_userexitf = sdoki_al_msg_userexitf_1 msg_probclass = '1' TABLES msg_text_list = msg_text_list_aux EXCEPTIONS OTHERS = 0.

SDOK_LOG_WRITE_TO_DB CALL FUNCTION 'SDOK_LOG_WRITE_TO_DB'.

SRET_IDXCAT_LANGUAGE_INSERT CALL FUNCTION 'SRET_IDXCAT_LANGUAGE_INSERT' EXPORTING catid = catid langu = itab_new_languages-langu * LAISO = client = mandt sapcodepage = itab_new_languages-sapcp IMPORTING errorcode = rcode TABLES techattrtab = techattrtab EXCEPTIONS catid_unknown = 1 idxcat_is_inactive = 2 langu_already_def = 3 langu_not_valid = 4 rfc_sys_failure = 5 rfc_com_failure = 6 no_rfc_dest = 7 xerror = 8 OTHERS = 9 .

SDOK_LOG_MESSAGE CALL FUNCTION 'SDOK_LOG_MESSAGE' EXPORTING subobject = sdoki_al_subobj_indexing msgty = 'E' msgid = 'INDEXING' msgno = '013' msgv1 = msgv1_aux msgv2 = msgv2_aux msgv3 = msgv3_aux msgv4 = msgv4_aux msg_userexitf = sdoki_al_msg_userexitf_1 msg_probclass = '1' TABLES msg_text_list = msg_text_list_aux EXCEPTIONS OTHERS = 0.

SDOK_LOG_WRITE_TO_DB CALL FUNCTION 'SDOK_LOG_WRITE_TO_DB'.



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