LANGGRUT SAP (Short text for table LANGGRU) Table details

Dictionary Type: Table
Description: Short text for table LANGGRU




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




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

LANGGRUT is a standard SAP Table which is used to store Short text for table LANGGRU data and is available within R/3 SAP systems depending on the version and release level.

The LANGGRUT table consists of various fields, each holding specific information or linking keys about Short text for table LANGGRU data available in SAP. These include GRUPPE (Translation Object Groups), KTEXT (Short Text in Languages 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table for: LANGGRU


SAP LANGGRUT 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
SPRACHELanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
GRUPPETranslation Object Groups L_GRUPPECHAR4LANGGRUL_GRUPPE
KTEXTShort Text in Languages Area L_TEXTCHAR60L_TEXT

Key field Non-key field



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

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

SELECT SINGLE *
FROM LANGGRUT
INTO CORRESPONDING FIELDS OF WA_LANGGRUT
WHERE...

How to access SAP table LANGGRUT

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