SAP Reports / Programs

RSINDDS1 SAP ABAP Report - DSYS: Individual Indexing







RSINDDS1 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 RSINDDS1 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 RSINDDS1. "Basic submit
SUBMIT RSINDDS1 AND RETURN. "Return to original report after report execution complete
SUBMIT RSINDDS1 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Results
Selection Text: ASPECT = Aspect
Selection Text: LANGUAGE = Language
Selection Text: NAME = Name
Selection Text: TYP = Type
Selection Text: VERSION = Version
Title: DSYS: Individual Indexing
Text Symbol: 001 = Number of Words Edited:
Text Symbol: 002 = Number of Attributes Edited:
Text Symbol: 003 = Return Code:


INCLUDES used within this REPORT RSINDDS1

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:

DOKU_OBJECT_TITLE CALL FUNCTION 'DOKU_OBJECT_TITLE' "muench *ALL FUNCTION 'DSYS_OBJECT_TITLE' "muench EXPORTING DOKCLASS = TYP DOKLANGU = LANGUAGE DOKNAME = NAME IMPORTING DOKTITLE = TITLE EXCEPTIONS NO_TITLE = 1.

DOCU_GET CALL FUNCTION 'DOCU_GET' "muench EXPORTING "muench * EXTEND_EXCEPT = E01 "muench ID = 'HY' "muench LANGU = LANGUAGE "muench OBJECT = OBJECT "muench TYP = ASPECT "muench VERSION = VERSION "muench * VERSION_ACTIVE_OR_LAST = E07 "muench IMPORTING "muench * DOKTITLE = TITLE "muench * DOKSTATE = I01 "muench HEAD = TEXTKOPF "muench TABLES "muench LINE = TEXTZEILEN "muench EXCEPTIONS "muench * NO_DOCU_ON_SCREEN "muench * NO_DOCU_SELF_DEF "muench * NO_DOCU_TEMP "muench RET_CODE = 1. "muench

DSYS_READ * CALL FUNCTION 'DSYS_READ' * EXPORTING * DOKASPCT = ASPECT * DOKCLASS = TYP * DOKLANGU = LANGUAGE * DOKNAME = NAME * DOKVERSION = VERSION * IMPORTING HEAD = TEXTKOPF * TABLES LINE = TEXTZEILEN * EXCEPTIONS NOT_FOUND = 1.

GET_ATTRIBUTES_DSYS CALL FUNCTION 'GET_ATTRIBUTES_DSYS' EXPORTING ASPECT = ASPECT TYP = TYP LANGU = LANGUAGE NAME = NAME VERSION = VERSION TABLES ATTRIBUTES = ATTRINEW EXCEPTIONS ATTRIBUTES_NOT_FOUND = 1 UNKNOWN_DOCUMENT = 2.

DOCUMENT_MAINTAIN_INDEX CALL FUNCTION 'DOCUMENT_MAINTAIN_INDEX' EXPORTING CLASS = CLASS KEY_OF_DOCUMENT = TEXTKEY LANGUAGE = LANGUAGE TITLE_OF_DOCUMENT = TITLE IMPORTING NUMBER_OF_ATTRIBUTES = NOA NUMBER_OF_WORDS = NOW TABLES ATTRIBUTES_NEW = ATTRINEW ATTRIBUTES_OLD = ATTRIOLD TEXT_NEW = TEXTZEILEN TEXT_OLD = ALTZEILEN EXCEPTIONS ATTRIBUTE_INVALID = 1 ATTRIBUTES_NEW_MISSING = 2 CLASS_INVALID = 3 DOCUMENT_ALREADY_REGISTERED = 4 DOCUMENT_NOT_REGISTERED = 5 INTERN_ERROR = 6 TEXT_NEW_MISSING = 7.



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