RADDTRIS 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 RADDTRIS 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: DD: Create object list for renaming action for data elements
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TRINT_CHECK_ORDER_TYPE " CALL FUNCTION 'TRINT_CHECK_ORDER_TYPE' " EXPORTING " WI_OBJECT = 'DTEL' " WI_PGMID = 'R3TR' " WI_OBJ_NAME = OBJ_NAME "* WI_CATEGORY = 'SYST' " WI_TADIR = WI_TADIR "* WI_TDEVC = "* IV_LANGTYP = ' ' "* IV_LANGTYPA = ' ' "* IV_USE_MEMORY = 'X' " IMPORTING " WE_ORDER_TYPE = WE_ORDER_TYPE " WE_TASK_TYPE = WE_TASK_TYPE " EV_TARSYSTEM = EV_TARSYSTEM " EXCEPTIONS " INTERNAL_ERROR = 1 " NO_ORDER_NEEDED = 2 " lokal privat " NO_SYSTEMNAME = 3 " NO_SYSTEMTYPE = 4 " OTHERS = 5.
TR_GET_REQUEST_TYPE CALL FUNCTION 'TR_GET_REQUEST_TYPE' EXPORTING IV_PGMID = 'R3TR' IV_OBJECT = 'DTEL' IV_OBJ_NAME = OBJ_NAME IMPORTING EV_REQUEST_TYPE = WE_ORDER_TYPE EV_TASK_TYPE = WE_TASK_TYPE EV_TARSYSTEM = EV_TARSYSTEM EXCEPTIONS NO_REQUEST_NEEDED = 1 " lokal privat INVALID_OBJECT = 2 SYSTEM_ERROR = 3 OTHERS = 4.
TRINT_MODIFY_COMM CALL FUNCTION 'TRINT_MODIFY_COMM' EXPORTING * WI_CALLED_BY_EDITOR = ' ' WI_E070 = WI_E070 WI_E07T = WI_E07T * WI_E070C = ' ' * IS_E070M = ' ' * WI_LOCK_SORT_FLAG = ' ' * WI_SAVE_USER = ' ' WI_SEL_E071 = 'X' WI_SEL_E071K = 'X' WI_SEL_E07T = 'X' * WI_SEL_E070C = ' ' * IV_SEL_E070M = ' ' * WI_NO_CLIENT_CHECK = ' ' IV_NO_NAMESPACE_CHECK = 'X' IMPORTING WE_E070 = WI_E070 WE_E07T = WI_E07T * WE_E070C = * ES_E070M = TABLES WT_E071 = E071_TAB WT_E071K = E071K_TAB EXCEPTIONS OTHERS = 28.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RADDTRIS - DD: Create object list for renaming action for data elements RADDTRIS - DD: Create object list for renaming action for data elements RADDTREN - DD: XPRA for Renaming Data Elements In-House RADDTREN - DD: XPRA for Renaming Data Elements In-House RADDTRCH - DD: Determine Dtel docu & links under old AND new names RADDTRCH - DD: Determine Dtel docu & links under old AND new names