LXE_TD_REMO_CFG SAP (Configuration Data: Remote Translation) Table details

Dictionary Type: Table
Description: Configuration Data: Remote Translation




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




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

LXE_TD_REMO_CFG is a standard SAP Table which is used to store Configuration Data: Remote Translation data and is available within R/3 SAP systems depending on the version and release level.

The LXE_TD_REMO_CFG table consists of various fields, each holding specific information or linking keys about Configuration Data: Remote Translation data available in SAP. These include REMOTYPE (Remote Translation Type (e.g. SE61 Texts)), TYPEATTR (Type Attribute), OBJTYPE (Type of Translation Object), CUSTMNR_ORIG (Translation Area).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP LXE_TD_REMO_CFG table 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
REMOTYPERemote Translation Type (e.g. SE61 Texts) LXEREMOTYPECHAR5LXEREMOTYPE_DOM
TYPEATTRType Attribute LXETYPEATTCHAR1LXETYPEATT
OBJTYPEType of Translation Object LXEOBJTYPECHAR4Assigned to domainLXEOBJTYPE
CUSTMNR_ORIGTranslation Area LXECUSTMNRCHAR6Assigned to domainLXECUSTMNR
CUSTMNR_REMOTranslation Area LXECUSTMNRCHAR6Assigned to domainLXECUSTMNR
RFCDESTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
T_LANGTranslation Language LXEISOLANGCHAR4LXEISOLANG

Key field Non-key field



How do I retrieve data from SAP table LXE_TD_REMO_CFG using ABAP code

The following ABAP code Example will allow you to do a basic selection on LXE_TD_REMO_CFG to SELECT all data from the table
DATA: WA_LXE_TD_REMO_CFG TYPE LXE_TD_REMO_CFG.

SELECT SINGLE *
FROM LXE_TD_REMO_CFG
INTO CORRESPONDING FIELDS OF WA_LXE_TD_REMO_CFG
WHERE...

How to access SAP table LXE_TD_REMO_CFG

Within an ECC or HANA version of SAP you can also view further information about LXE_TD_REMO_CFG 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!