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
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.
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:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSSDOC01 - RSSDOC01: Documentation of Person Responsible, Transactions, Programs RSSDOC01 - RSSDOC01: Documentation of Person Responsible, Transactions, Programs RSSDOC00 - Print Documentation Modules from Environment Analysis RSSDOC00 - Print Documentation Modules from Environment Analysis RSSDK_TEST - RSSDKTEST RSSDK_TEST - RSSDKTEST