SAP Reports / Programs

RSTIRIDX_INFO_DOCSPC SAP ABAP Report - Program RSTIRIDX_INFO_DOCSPC







RSTIRIDX_INFO_DOCSPC 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_DOCSPC 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_DOCSPC. "Basic submit
SUBMIT RSTIRIDX_INFO_DOCSPC AND RETURN. "Return to original report after report execution complete
SUBMIT RSTIRIDX_INFO_DOCSPC 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 document area
Selection Text: DOCSPC = Document area
Title: Program RSTIRIDX_INFO_DOCSPC
Text Symbol: 014 = Automatic
Text Symbol: 013 = Explicit
Text Symbol: 012 = not
Text Symbol: 011 = Indexability of the class
Text Symbol: 009 = Classes
Text Symbol: 008 = Corresp. index categories
Text Symbol: 007 = Doc. Area
Text Symbol: 006 = There are no active index categories
Text Symbol: 003 = ' is not marked for any class
Text Symbol: 002 = ' does not exist
Text Symbol: 001 = The document area '


INCLUDES used within this REPORT RSTIRIDX_INFO_DOCSPC

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_IDXSPC_FROM_DOCUSPC * CALL FUNCTION 'SDOK_GET_IDXSPC_FROM_DOCUSPC' * EXPORTING * DOCUSPACE = DOCSPC * IMPORTING * INDEX_SPC = WA_INFO-INDEX_SPC * EXCEPTIONS * NO_DOCUSPACE_GIVEN = 1 * NO_INDEX_SPACE_FOUND = 2 * OTHERS = 3 * .

SDOK_GET_CLASS_FROM_DOCUSPC CALL FUNCTION 'SDOK_GET_CLASS_FROM_DOCUSPC' EXPORTING DOCUSPACE = DOCSPC 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_FIND_BY_QUERY CALL FUNCTION 'SRET_IDXCAT_FIND_BY_QUERY' EXPORTING APPLICATIONKEY = applkey TABLES CATTATTRIBUTTAB = ITAB_CATATTR CATIDLIST = CATIDLIST EXCEPTIONS NOCATID = 1 XERROR = 2 OTHERS = 3 .



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