SAP Reports / Programs

RDDTKMO1 SAP ABAP Report - Graphical Front End for TASCON







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


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 RDDTKMO1. "Basic submit
SUBMIT RDDTKMO1 AND RETURN. "Return to original report after report execution complete
SUBMIT RDDTKMO1 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Graphical Front End for TASCON
Text Symbol: 100 = Error: task
Text Symbol: 101 = not in task list


INCLUDES used within this REPORT RDDTKMO1

INCLUDE RDDRSCST.
INCLUDE LCNETDAT.
INCLUDE LCNETCON.


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:

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.



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