SAP Reports / Programs | Basis Components | Basis Components | Implementation Guide(BC-CUS-TOL-IMG) SAP BC

RSDEIDS1 SAP ABAP Report - DSYS: Mass Deindexing







RSDEIDS1 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 RSDEIDS1 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 RSDEIDS1. "Basic submit
SUBMIT RSDEIDS1 AND RETURN. "Return to original report after report execution complete
SUBMIT RSDEIDS1 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: NAME1 = Name1
Selection Text: NAME2 = Name2
Selection Text: TYP = Type
Selection Text: VERSION = Version
Title: DSYS: Mass Deindexing
Text Symbol: %FP = Program Parameters
Text Symbol: %FS = Program Selections
Text Symbol: 001 = Number of Words Edited:
Text Symbol: 002 = Number of Attributes Edited:
Text Symbol: 003 = Return Code:
Text Symbol: 004 = No attributes found
Text Symbol: 005 = Undefined attributes
Text Symbol: 006 = Text was not indexed
Text Symbol: 007 = Text and attributes not available
Text Symbol: 008 = Text not found


INCLUDES used within this REPORT RSDEIDS1

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:

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 = TEXTKOPFALT "muench TABLES "muench LINE = ALTZEILEN. "muench

DSYS_READ * CALL FUNCTION 'DSYS_READ' * EXPORTING * DOKASPCT = ASPECT * DOKCLASS = TYP * DOKLANGU = LANGUAGE * DOKNAME = DSYSH-DOKNAME * DOKVERSION = VERSION * IMPORTING HEAD = TEXTKOPFALT * TABLES LINE = ALTZEILEN.

DOKU_OBJECT_TITLE

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

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

DOCUMENT_DELETE_INDEX CALL FUNCTION 'DOCUMENT_DELETE_INDEX' EXPORTING CLASS = CLASS KEY_OF_DOCUMENT = TEXTKEY LANGUAGE = LANGUAGE IMPORTING NUMBER_OF_ATTRIBUTES = NOA NUMBER_OF_WORDS = NOW TABLES ATTRIBUTES_OLD = ATTRIOLD TEXT_OLD = ALTZEILEN EXCEPTIONS ATTRIBUTE_INVALID = 1 DOCUMENT_NOT_REGISTERED = 2 INTERN_ERROR = 3 TEXT_AND_ATTRIBUTES_MISSING = 4.



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