LNGTCONF SAP (Language Transports: Parameters for Automatic Recording) Table details

Dictionary Type: Table
Description: Language Transports: Parameters for Automatic Recording




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




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

LNGTCONF is a standard SAP Table which is used to store Language Transports: Parameters for Automatic Recording data and is available within R/3 SAP systems depending on the version and release level.

The LNGTCONF table consists of various fields, each holding specific information or linking keys about Language Transports: Parameters for Automatic Recording data available in SAP. These include TARGETLANG (Target language), RECMODE (Recording Method for Language Transports), TYPE (Valid transport types for SE63), TARSYSTEM (Transport Target of Request).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP LNGTCONF 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
TARGETLANGTarget language TLANGUAGELANG1Assigned to domainISOLASPRASH_T002
RECMODERecording Method for Language Transports RECMODECHAR1RECMODE
TYPEValid transport types for SE63 TRRECTYPECHAR1TRRECTYPR
TARSYSTEMTransport Target of Request TR_TARGETCHAR10TR_TARGETTCE_TRANSPORT_TARGET
OWNERLast Changed by AS4USERCHAR12AS4USER
RVISIBLESingle-Character Indicator CHAR1CHAR1CHAR1
RCHANGESingle-Character Indicator CHAR1CHAR1CHAR1
LUNAMELast Changed by AS4USERCHAR12AS4USER
LUDATEDate of Last Change AS4DATEDATS8AS4DATE
LUTIMELast changed at AS4TIMETIMS6AS4TIME

Key field Non-key field



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

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

SELECT SINGLE *
FROM LNGTCONF
INTO CORRESPONDING FIELDS OF WA_LNGTCONF
WHERE...

How to access SAP table LNGTCONF

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