SAP Reports / Programs

RUDUTI53 SAP ABAP Report - DM: Change Master Language in TADIR







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


Text pool values


Selection Text: PIDENT = Transport Object
Selection Text: PLANGUFR = From Language
Selection Text: PLANGUTO = Language to
Selection Text: POBJECT = Object Name (generic possible)
Title: DM: Change Master Language in TADIR
Text Symbol: 001 = Statistics
Text Symbol: 002 = Objects found
Text Symbol: 003 = Objects selected
Text Symbol: 004 = Objects changed
Text Symbol: 005 = Change language from
Text Symbol: 006 = to
Text Symbol: 100 = OBID Object name OSys Created by Devc Mess
Text Symbol: 101 = Error in update
Text Symbol: 801 = Set master languages in TADIR
Text Symbol: 803 = Object name Orig.Syst User Dev.cl.
Text Symbol: 804 = ----------------------------------------------------------------------


INCLUDES used within this REPORT RUDUTI53

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:

TABLE_MARK_SAVE CALL FUNCTION 'TABLE_MARK_SAVE' EXPORTING LIST_TITEL1 = TEXT-801 LIST_TITEL2 = TEXT-802 LIST_TITEL3 = TEXT-803 LIST_TITEL4 = TEXT-804 POPUP_ACT_DEFAULTOPTION = 'N' PF_STATUS = 'WORK' IMPORTING ACTION = OPERATION TABLES WORKTABLE = MARKTAB.

SDU_LANGUAGE_PUT * CALL FUNCTION 'SDU_LANGUAGE_PUT' * EXPORTING * OBJ_TYPE = PIDENT * OBJ_NAME = MARK_ZEILE-OBJ_NAME * MASTERLANGUAGE = PLANGUTO * EXCEPTIONS * TADIR_FAULT = 01.

TRINT_CHANGE_TADIR_MASTERLANG CALL FUNCTION 'TRINT_CHANGE_TADIR_MASTERLANG' EXPORTING WI_TADIR_PGMID = 'R3TR' WI_TADIR_OBJECT = PIDENT WI_TADIR_OBJ_NAME = MARK_ZEILE-OBJ_NAME WI_TADIR_MASTERLANG = PLANGUTO EXCEPTIONS OBJECT_HAS_NO_TADIR = 1 NO_MODIFICATION_OF_HEAD_SYST = 2 OBJ_SPECIFICATION_NOT_UNIQUE = 3 PGMID_OBJECT_NOT_ALLOWED = 4 MASTERLANG_NOT_ALLOWED = 5 OTHERS = 6.



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