GLOSSARY1 SAP (Table with Glossary Entries) Table details

Dictionary Type: Table
Description: Table with Glossary Entries




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




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

GLOSSARY1 is a standard SAP Table which is used to store Table with Glossary Entries data and is available within R/3 SAP systems depending on the version and release level.

The GLOSSARY1 table consists of various fields, each holding specific information or linking keys about Table with Glossary Entries data available in SAP. These include GUID (Glossare Entry Identification), LANGU (Language Key), APPLICAT (Application Component), INDUSTRY (Namespace).. 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


SAP GLOSSARY1 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
GUID_GLOSGlossare Entry Identification GLSENTRYCHAR32GLOSSARY3SYCHAR32
GUIDGlossare Entry Identification GLSENTRYCHAR32SYCHAR32
LANGULanguage Key SYLANGULANG1ISOLASYLANGU
APPLICATApplication Component UFFCTRCHAR20Assigned to domainUFFCTRBMFR
INDUSTRYNamespace NAMESPACECHAR10Assigned to domainNAMESPACENAMESPACE
COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
FIRST_RELRelease of SAP System SYSAPRLCHAR4SYCHAR04
LAST_RELRelease of SAP System SYSAPRLCHAR4SYCHAR04
STATUSGlossary Entry Status GLOSSTATCHAR1GLOSSTAT
CREA_DATSystem Date SYDATUMDATS8SYDATS
CREA_NAMEUser Name SYUNAMECHAR12SYCHAR12
CHAN_DATSystem Date SYDATUMDATS8SYDATS
CHAN_NAMEUser Name SYUNAMECHAR12SYCHAR12
TERMTerm in terminology database TERMBEGRCHAR60TERMBEGR
TERMUC Term in terminology database0
NEED_TRANSFlag (X or Blank) AS4FLAGCHAR1AS4FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM GLOSSARY1
INTO CORRESPONDING FIELDS OF WA_GLOSSARY1
WHERE...

How to access SAP table GLOSSARY1

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