RDDTKMO1 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 RDDTKMO1 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: Graphical Front End for TASCON
Text Symbol: 100 = Error: task
Text Symbol: 101 = not in task list
INCLUDE RDDRSCST.
INCLUDE LCNETDAT.
INCLUDE LCNETCON.
No SAP DATABASE tables are accessed within this REPORT code!
STRF_SETNAME CALL FUNCTION 'STRF_SETNAME' EXPORTING DIRTYPE = GC_PROTO_TRANSPORT FILENAME = GC_TASK SUBDIR = GC_DIR_BIN IMPORTING FILE = GC_TASKLIST EXCEPTIONS WRONG_CALL = 01.
CNET_GRAPHIC_NETWORK CALL FUNCTION 'CNET_GRAPHIC_NETWORK' EXPORTING STAT = STAT PROFILE = PROFILE * CONFIRM = 'X' * ABAP_CMD = ABAP_CMD IMPORTING M_TYP = LV_M_TYP GR_SEL_FIELD = LV_GR_SEL_FIELD GR_MES = LV_GR_MES GR_MODE = LV_GR_MODE RWNID = LV_RWNID SETTINGS = LV_SETTINGS TABLES CLUSTERS = CLUSTERS_TAB CVALS = CVALS_TAB DELETIONS = DELETE_TAB INODES = INODES_TAB LINES = LINES_TAB LVALS = LVALS_TAB NODES = NET_NODES_TAB NVALS = NVALS_TAB POSITIONS = POSITIONS_TAB.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.