SAP Reports / Programs

RSMODDOC SAP ABAP Report - Documentation: SMOD (Enhancement and Components), CMOD (Projects)







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


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 RSMODDOC. "Basic submit
SUBMIT RSMODDOC AND RETURN. "Return to original report after report execution complete
SUBMIT RSMODDOC 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: 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


INCLUDES used within this REPORT RSMODDOC

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_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



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