SAP Reports / Programs | Basis Components | Basis Components | Documentation Tools(BC-DOC-DTL) SAP BC

RSSDOC01 SAP ABAP Report - RSSDOC01: Documentation of Person Responsible, Transactions, Programs







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


Text pool values


Selection Text: VERANTW = Initial screen for pers. resp.
Selection Text: TRANS = Transaction
Selection Text: SPRACHE = Language
Selection Text: REPORT = Program/module pool
Selection Text: OPTNA = Messages
Selection Text: OPTDY = Screens and fields
Selection Text: NDOKU = only not doc. member
Selection Text: EXT_LST = Release doc. by screen
Selection Text: DEVCLASS = Package
Title: RSSDOC01: Documentation of Person Responsible, Transactions, Programs
Text Symbol: 039 = -->DE suppl.:
Text Symbol: 038 = -->DE:
Text Symbol: 037 = SO
Text Symbol: 036 = PA
Text Symbol: 035 = Package:
Text Symbol: 034 = Screen title
Text Symbol: 033 = Act
Text Symbol: 032 = Final
Text Symbol: 031 = Raw
Text Symbol: 030 = Texts in the selected language not available
Text Symbol: 029 = Pull-down menus (CM):
Text Symbol: 028 = Screen fields and data elements:
Text Symbol: 027 = Data element documentation
Text Symbol: 026 = Messages (NA):
Text Symbol: 025 = Program functions (CF):
Text Symbol: 023 = Pers. Responsible: Source Code Doc. Key
Text Symbol: 022 = non-documented member:
Text Symbol: 021 = Pers. respons. :
Text Symbol: 020 = Screen:
Text Symbol: 017 = Transaction:
Text Symbol: 016 = Language:
Text Symbol: 013 = *** Self-explanatory
Text Symbol: 012 = *** Currently no doc.
Text Symbol: 011 = *** Not part of interface
Text Symbol: 009 = Program documentation (RE):
Text Symbol: 008 = *** not documented ***
Text Symbol: 006 = Report documentation (RE):
Text Symbol: 005 = Parameters + select options:





Text Symbol: 004 = Numbered texts:
Text Symbol: 003 = Headings:
Text Symbol: 002 = Title:
Text Symbol: 001 = ABAP source:


INCLUDES used within this REPORT RSSDOC01

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' EXPORTING ID = IDE OBJECT = OBJECT LANGU = SPRACHE TYP = 'E' EXTEND_EXCEPT = 'X' IMPORTING HEAD = HEAD DOKSTATE = DOKSTATE TABLES LINE = DOKTAB EXCEPTIONS RET_CODE = 4 NO_DOCU_ON_SCREEN = 1 NO_DOCU_SELF_DEF = 3 NO_DOCU_TEMP = 2.

DYNPRO_DISPLAY_SPEZ CALL FUNCTION 'DYNPRO_DISPLAY_SPEZ' EXPORTING DYNPRO = DYNPRO PROGRAM = PROGRAM_ID LANGU = SPRACHE FLG_CHECK = FALSE TABLES DYNP_FIELDS = FIELDS EXCEPTIONS DYNPRO_NOT_FOUND = 0.

DOCU_GET_SHORTTEXT CALL FUNCTION 'DOCU_GET_SHORTTEXT' EXPORTING ID = DOKUKEY(2) OBJECT = OBJECT LANGU = SPRACHE IMPORTING SHORTTXT = SHORTTEXT.

DOCU_EXIST_CHECK CALL FUNCTION 'DOCU_EXIST_CHECK' EXPORTING ID = DOKUKEY(2) OBJECT = OBJECT LANGU = SPRACHE TYP = 'E' EXCEPTIONS RET_CODE = 1 others = 2. "#EC *

RS_CUA_GET_TEXTS CALL FUNCTION 'RS_CUA_GET_TEXTS' EXPORTING * LANGUAGE = SDOC-PROFILE(1) NAME = PROGRAM_ID * IMPORTING * MASTER_LANGU = TABLES TEXTS = INT_CUA EXCEPTIONS CUA_NOT_FOUND = 1 NO_TEXTS = 2 PROGRAM_NOT_FOUND = 3.

RS_CUA_TITLES CALL FUNCTION 'RS_CUA_TITLES' EXPORTING LANGUAGE = SPRACHE PROGRAM = PROGRAM_ID TABLES TITLES = TITLES EXCEPTIONS OTHERS = 1.



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