RSETX SAP (Input/output fields: Translation and original language) Structure details

Dictionary Type: Structure
Description: Input/output fields: Translation and original language




ABAP Code to SELECT data from RSETX
Related tables to RSETX
Access table RSETX




Structure field list including key, data, relationships and ABAP select examples

RSETX is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Input/output fields: Translation and original language" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RSETX TYPE RSETX.

The RSETX table consists of various fields, each holding specific information or linking keys about Input/output fields: Translation and original language data available in SAP. These include MASTERLANG (Language Key), LANG_TEXT (Name of Language), LANG_TEXT1 (Name of Language), LANG_TEXT2 (Name of Language).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP RSETX structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
LANGUAGESLanguage vector for development languages SEU_LANGUSCHAR8SEU_LANGUS
MASTERLANGLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
LANG_TEXTName of Language SPTXTCHAR16SPTXT16DSB
LANG_TEXT1Name of Language SPTXTCHAR16SPTXT16DSB
LANG_TEXT2Name of Language SPTXTCHAR16SPTXT16DSB
NEW_MLANGULanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
RB_OLD_MLMaintain maintenance language SEU_RB_OLGCHAR1SEU_RADIO
RB_NEW_MLChange maintenance language SEU_RB_NLGCHAR1SEU_RADIO
TARG_LANGULanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
TRANSPORTRequest/Task TRKORRCHAR20Assigned to domainTRKORR
AUSWAHL1Select target language SEU_RB_SELCHAR1SEU_RADIO
AUSWAHL2Select target language SEU_RB_SELCHAR1SEU_RADIO
AUSWAHL3Select target language SEU_RB_SELCHAR1SEU_RADIO
AUSWAHL4Select target language SEU_RB_SELCHAR1SEU_RADIO
CHECKEDTask is finished SEU_OKCHAR1SEU_OK
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
RB_LANGUSSelection: Development languages RB_LANGUSCHAR1SEU_RADIO
RB_METHODSelection: Method RB_METHODCHAR1SEU_RADIO
RB_TABLESSelection: Application tables RB_TABLESCHAR1SEU_RADIO
PB_SHOWDisplay language handling settings PB_SHOWCHAR1SYCHAR01
PB_CHANGEChange PB_CHANGECHAR1SYCHAR01
METHODLanguage handling: Procedure SX_METHODCHAR1SX_METHOD
MTEXTCHAR50 for SYST SYCHAR50CHAR50SYCHAR50

Key field Non-key field



How do I retrieve data from SAP structure RSETX using ABAP code?

As RSETX is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RSETX as there is no data to select.

How to access SAP table RSETX

Within an ECC or HANA version of SAP you can also view further information about RSETX and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!