SAP Reports / Programs

RSNTADIR SAP ABAP Report - Copy Original Languages for TADIR Objects into Table TADIR







RSNTADIR 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 RSNTADIR 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 RSNTADIR. "Basic submit
SUBMIT RSNTADIR AND RETURN. "Return to original report after report execution complete
SUBMIT RSNTADIR 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: UPD_MODE = Update TADIR ML from local (U)
Selection Text: T_OBJECT = TADIR object type
Selection Text: OBJ_NAME = Name of TADIR object
Selection Text: N_COMMIT = No. TADIR entries per Commit
Selection Text: NO_SPOOL = Suppress spool output
Selection Text: LIST_INC = Print inconsistencies
Selection Text: INS_MODE = Insert mode: W=Write/I=Insert
Selection Text: INSERT_L = Insert master lang. in TADIR
Selection Text: DEVCLASS = Packages
Selection Text: COMPARE = Compare master languages
Title: Copy Original Languages for TADIR Objects into Table TADIR
Text Symbol: 031 = other
Text Symbol: 030 = of which D
Text Symbol: 029 = Chosen development classes (according to selection options table):
Text Symbol: 028 = Overwrite TADIR master lang.
Text Symbol: 027 = Update mode:
Text Symbol: 026 = Package
Text Symbol: 025 = Author
Text Symbol: 024 = Time end of job:
Text Symbol: 023 = Time job start:
Text Symbol: 022 = M Local
Text Symbol: 021 = M TADIR
Text Symbol: 020 = Object name
Text Symbol: 019 = Test
Text Symbol: 018 = Insert TADIR master lang.
Text Symbol: 017 = Insert mode:
Text Symbol: 016 = Syst. name:
Text Symbol: 015 = in TADIR and local storage
Text Symbol: 014 = List of objects with different master language
Text Symbol: 013 = No local M
Text Symbol: 012 = M incons.
Text Symbol: 011 = M consistent
Text Symbol: 010 = TADIR with M
Text Symbol: 009 = compared with local storage of master language
Text Symbol: 008 = Statistics for master language consistency of table TADIR
Text Symbol: 007 = No object
Text Symbol: 006 = M default
Text Symbol: 005 = M found





Text Symbol: 004 = TADIR w/o M
Text Symbol: 003 = Obj.type
Text Symbol: 002 = (Master lang. = M)
Text Symbol: 001 = Statistics for copying master languages into table TADIR


INCLUDES used within this REPORT RSNTADIR

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:

PROGRAM_TCODE_CONCATENATE CALL FUNCTION 'PROGRAM_TCODE_CONCATENATE' EXPORTING TRANSACTIONCODE = ITSTC-TCODE IMPORTING PROGRAM = EUDB-NAME EXCEPTIONS DELIMITER_WRONG_POSITION = 1 DELIMITER_WRONG_NUMBER = 2 NO_VALID_NAMESPACE = 3 OTHERS = 4.

FUNCTION_INCLUDE_CONCATENATE CALL FUNCTION 'FUNCTION_INCLUDE_CONCATENATE' * EXPORTING * INCLUDE_NUMBER = * IMPORTING * TOP = * UXX = * INCLUDE = CHANGING PROGRAM = PROGRAM_NAME * GROUP = * NAMESPACE = COMPLETE_AREA = COMPLETE_AREA EXCEPTIONS NOT_ENOUGH_INPUT = 1 NO_FUNCTION_POOL = 2 DELIMITER_WRONG_POSITION = 3 OTHERS = 4.

FUNCTION_INCLUDE_CONCATENATE CALL FUNCTION 'FUNCTION_INCLUDE_CONCATENATE' * EXPORTING * INCLUDE_NUMBER = * IMPORTING * TOP = * UXX = * INCLUDE = CHANGING PROGRAM = PROGRAM_NAME * GROUP = * NAMESPACE = COMPLETE_AREA = COMPLETE_AREA EXCEPTIONS NOT_ENOUGH_INPUT = 1 NO_FUNCTION_POOL = 2 DELIMITER_WRONG_POSITION = 3 OTHERS = 4.

FUNCTION_INCLUDE_CONCATENATE CALL FUNCTION 'FUNCTION_INCLUDE_CONCATENATE' * EXPORTING * INCLUDE_NUMBER = * IMPORTING * TOP = * UXX = * INCLUDE = CHANGING PROGRAM = PROGRAM_NAME * GROUP = * NAMESPACE = COMPLETE_AREA = COMPLETE_AREA EXCEPTIONS NOT_ENOUGH_INPUT = 1 NO_FUNCTION_POOL = 2 DELIMITER_WRONG_POSITION = 3 OTHERS = 4.

SEO_CLASS_GET * CALL FUNCTION 'SEO_CLASS_GET' * EXPORTING * CLSKEY = CLSKEY * VERSION = '0' * STATE = '0' * EXCEPTIONS * OTHERS = 1.

SEO_INTERFACE_GET * CALL FUNCTION 'SEO_INTERFACE_GET' * EXPORTING * INTKEY = INTKEY * VERSION = '0' * STATE = '0' * EXCEPTIONS * OTHERS = 1.

SELECT_TEXT CALL FUNCTION 'SELECT_TEXT' EXPORTING CLIENT = '*' ID = 'DEF' LANGUAGE = '*' NAME = TMPNAME OBJECT = TMPOBJECT IMPORTING ENTRIES = ENTRIES TABLES SELECTIONS = SELECTIONS EXCEPTIONS WRONG_ACCESS_TO_ARCHIVE = 01.



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