RSDG_IOBJ_SHOW_DDIC_OBJECTS 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 RSDG_IOBJ_SHOW_DDIC_OBJECTS 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: P_IOBJTP = InfoObject type
Selection Text: SO_IOBJ = InfoObjects
Title: Display generated ABAP Dictionary objects of InfoObjects
Text Symbol: 001 = InfoObject Selection
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSD_IOBJ_F4 CALL FUNCTION 'RSD_IOBJ_F4' EXPORTING i_objvers = rs_c_objvers-modified i_show_all = rs_c_true CHANGING c_iobjnm = so_iobj-low EXCEPTIONS illegal_input = 0.
RSD_IOBJ_F4 CALL FUNCTION 'RSD_IOBJ_F4' EXPORTING i_objvers = rs_c_objvers-modified i_show_all = rs_c_true CHANGING c_iobjnm = so_iobj-high EXCEPTIONS illegal_input = 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.
RSDG_IOBJ_SHOW_DDIC_OBJECTS - Display generated ABAP Dictionary objects of InfoObjects RSDG_IOBJ_SHOW_DDIC_OBJECTS - Display generated ABAP Dictionary objects of InfoObjects RSDG_IOBJ_REORG_TEXTS - Reorganization of texts for InfoObjects RSDG_IOBJ_REORG_TEXTS - Reorganization of texts for InfoObjects RSDG_IOBJ_REORG - Repair InfoObjects RSDG_IOBJ_REORG - Repair InfoObjects