RDDITCUG 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 RDDITCUG 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.
Title: Generate All GUIs
Text Symbol: 000 = The following programs were generated
Text Symbol: 001 = The following programs were not generated
Text Symbol: 002 = Generation completed
INCLUDE RSUGSINC.
No SAP DATABASE tables are accessed within this REPORT code!
UPG_GET_ACTIVE_COMP_UPGRADE CALL FUNCTION 'UPG_GET_ACTIVE_COMP_UPGRADE' EXPORTING IV_COMPONENT = GC_COMPONENT_SAP_BASIS IV_UPGTYPE = 'A' IV_BUFFERED = ' ' IMPORTING EV_UPGINFO = GW_UVERS EXCEPTIONS NO_UPGRADE_ACTIVE = 1 OTHERS = 2.
RS_CUA CALL FUNCTION 'RS_CUA' EXPORTING NAVIGATION = NAVIGATION SUPPRESS_MESS = 'X' EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.