SAP Reports / Programs

RSTIRIDX_INFO_IDXCAT SAP ABAP Report - Program RSTIRIDX_INFO_IDXCAT







RSTIRIDX_INFO_IDXCAT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RSTIRIDX_INFO_IDXCAT 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_INFO_IDXCAT. "Basic submit
SUBMIT RSTIRIDX_INFO_IDXCAT AND RETURN. "Return to original report after report execution complete
SUBMIT RSTIRIDX_INFO_IDXCAT VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Information about the index category
Selection Text: CATID = Index category ID
Title: Program RSTIRIDX_INFO_IDXCAT
Text Symbol: 019 = Automatic
Text Symbol: 018 = Explicit
Text Symbol: 017 = not
Text Symbol: 016 = Indexability of the class
Text Symbol: 015 = Indexable attributes
Text Symbol: 014 = Attribute value
Text Symbol: 013 = IndexCategoryAttributes
Text Symbol: 012 = Classes
Text Symbol: 011 = Doc. Area
Text Symbol: 009 = No indexable attributes exist
Text Symbol: 008 = Index category:
Text Symbol: 007 = No index category attribute exists
Text Symbol: 006 = No language indexes exist.
Text Symbol: 003 = Existing language indexes
Text Symbol: 002 = ' is not assigned to any document area
Text Symbol: 001 = The index category '


INCLUDES used within this REPORT RSTIRIDX_INFO_IDXCAT

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:

SDOK_GET_DOCUSPACE_FROM_IDXCAT CALL FUNCTION 'SDOK_GET_DOCUSPACE_FROM_IDXCAT' EXPORTING catid = catid IMPORTING DOCUSPACE = wa_info-docuspace .

SDOK_GET_IDXSPC_FROM_IDXCAT * CALL FUNCTION 'SDOK_GET_IDXSPC_FROM_IDXCAT' * EXPORTING * CATID = CATID * IMPORTING * INDEX_SPC = WA_INFO-INDEX_SPC * .

SDOK_GET_DOCUSPCS_FROM_IDXSPC * CALL FUNCTION 'SDOK_GET_DOCUSPCS_FROM_IDXSPC' * EXPORTING * INDEX_SPC = WA_INFO-INDEX_SPC * TABLES * ITAB_DOCUSPACES = ITAB_DOCUSPACES * EXCEPTIONS * NO_INDEXSPACE_GIVEN = 1 * OTHERS = 2 * .

SDOK_GET_CLASS_FROM_DOCUSPC CALL FUNCTION 'SDOK_GET_CLASS_FROM_DOCUSPC' EXPORTING DOCUSPACE = WA_info-DOCUSPACE TABLES ITAB_CLASS = ITAB_CLASS EXCEPTIONS NO_DOCUSPACE_GIVEN = 1 NO_CLASS = 2 DOCUSPACE_NOT_EXISTING = 3 OTHERS = 4 .

SDOK_CHECK_AUTO_INDEX CALL FUNCTION 'SDOK_CHECK_AUTO_INDEX' EXPORTING PH_CLASS = WA_INFO-PH_CLASS IMPORTING AUTO_INDEX = WA_INFO-AUTO_INDEX.

SRET_IDXCAT_READ CALL FUNCTION 'SRET_IDXCAT_READ' EXPORTING CATID = CATID * CLIENT = * GIVEALL = * IMPORTING * catinfo = * modifycls = * srsvrid = TABLES DOCATTRIBUTETAB = DOCATTRIBUTE_TAB LANGUAGETAB = LANGUAGE_TAB CATTATTRIBUTTAB = CATATTRIBUTE_TAB * TECHATTRTAB = EXCEPTIONS 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 RSTIRIDX_INFO_IDXCAT or its description.