SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Activation Program, Conversion Program, DB Utility, MC, SPDD(BC-DWB-DIC-AC) SAP BC

RADDTRIS SAP ABAP Report - DD: Create object list for renaming action for data elements







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


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


Text pool values


Title: DD: Create object list for renaming action for data elements


INCLUDES used within this REPORT RADDTRIS

No INCLUDES are used within this REPORT code!


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:

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.



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