RSMODDOC is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Displays and maintains documentation...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RSMODDOC 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: ALL = Complete doc. for cust.project
Selection Text: DISPL = Display Mode
Selection Text: MEMBER = Component
Selection Text: NAME = Name of enhancement/project
Selection Text: STANDARD = SAP/CUS
Selection Text: TYP = Component type
Title: Documentation: SMOD (Enhancement and Components), CMOD (Projects)
Text Symbol: 001 = Documentation for enhancement project
Text Symbol: 041 = Function exit:
Text Symbol: 042 = Menu enhnancement:
Text Symbol: 043 = Table enhancement:
Text Symbol: 044 = Screen enhancement:
Text Symbol: 070 = SAP enhancement
Text Symbol: 075 = (No documentation available)
Text Symbol: 076 = (No SAP documentation available)
Text Symbol: 078 = Project
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DOCU_INIT CALL FUNCTION 'DOCU_INIT' EXPORTING id = 'MO' object = docu_name typ = docu_typ langu = sy-langu IMPORTING found = subrc.
DOCU_CALL CALL FUNCTION 'DOCU_CALL' EXPORTING id = 'MO' object = docu_name typ = docu_typ langu = sy-langu displ = 'X' displ_mode = '4'.
DOCU_CALL CALL FUNCTION 'DOCU_CALL' EXPORTING id = 'MO' object = docu_name typ = docu_typ langu = sy-langu.
HELP_DOCULINES_SHOW CALL FUNCTION 'HELP_DOCULINES_SHOW' EXPORTING help_infos = l_help_info classic_sapscript = 'X' TABLES excludefun = lt_excludes helplines = docu_tab.
DOCU_GET CALL FUNCTION 'DOCU_GET' EXPORTING id = 'MO' langu = sy-langu object = docu_name typ = docu_typ TABLES ******************************************************** * Änderung TB am 16.07.01
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSMODDOC - Documentation: SMOD (Enhancement and Components), CMOD (Projects) RSMODDOC - Documentation: SMOD (Enhancement and Components), CMOD (Projects) RSMODDEL_INACT_EXIT_INCLUDE - Clean-up report: Delete inactive enhancement sources RSMODDEL_INACT_EXIT_INCLUDE - Clean-up report: Delete inactive enhancement sources RSMODDELF01 - documentation and ABAP source code RSMODDEL - Add.Doc. for SAP Data Element Documentation