LGEF1 SAP (For Data Transfer from Substance Database to MGEF) Structure details

Dictionary Type: Structure
Description: For Data Transfer from Substance Database to MGEF




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




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

LGEF1 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 "For Data Transfer from Substance Database to MGEF" 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_LGEF1 TYPE LGEF1.

The LGEF1 table consists of various fields, each holding specific information or linking keys about For Data Transfer from Substance Database to MGEF data available in SAP. These include QSTOFT (Identifier), RECN (Sequential Number of Data Record), VACLID (Rating), RVLID (Validity 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP LGEF1 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
SUBIDSpecification ESESUBIDCHAR12SPEC1ESDSUBIDES0
QSTOFTIdentifier ESEIDENTCHAR132TEXT132ES5
RECNSequential Number of Data Record ESERECNNUMC20ALPHAESDRECN
VACLIDRating ESEVACLIDCHAR10Assigned to domainESDVACLID
RVLIDValidity Area ESERVLIDCHAR10Assigned to domainESDRVLIDESJ
QLAGKLCharacteristic Value ATWRTCHAR30ATWRT
QWGFKLCharacteristic Value ATWRTCHAR30ATWRT
QWGKKZCharacteristic Value ATWRTCHAR30ATWRT
QGFVM1Characteristic Value ATWRTCHAR30ATWRT
QGFVM2Characteristic Value ATWRTCHAR30ATWRT
QGFVM3Characteristic Value ATWRTCHAR30ATWRT
QGFVM4Characteristic Value ATWRTCHAR30ATWRT
QGFVM5Characteristic Value ATWRTCHAR30ATWRT
QGFVM6Characteristic Value ATWRTCHAR30ATWRT
QGFVM7Characteristic Value ATWRTCHAR30ATWRT
QGFVM8Characteristic Value ATWRTCHAR30ATWRT
QLGFVMCharacteristic Value ATWRTCHAR30ATWRT
QAGGRECharacteristic Value ATWRTCHAR30ATWRT
QVBFKLCharacteristic Value ATWRTCHAR30ATWRT
SELFLGSelection indicator FLG_SELCHAR1XFELD
STATUSMessage Number SYMSGNONUMC3SYMSGNO
MANDTClient MANDTCLNT3Assigned to domainMANDT
STOFFHazardous material number STOFFCHAR18Assigned to domainMATN1STOFFSTO
REGKZRegion code REGKZCHAR3T646RREGKZREG
LAGKLStorage class LVS_LAGKLCHAR5T646LMGEF_LAGKL
WGFKLWater Pollution Class MGEF_WGFKLNUMC1MGEF_WGFKL
WGKKZInd.: water pollution classification prescribed by law MGEF_WGKKZCHAR1XFELD
GFVM1Hazardous material warning MGEF_GFVM0CHAR2T646GMGEF_GFVM0
GFVM2Hazardous material warning MGEF_GFVM0CHAR2T646GMGEF_GFVM0
GFVM3Hazardous material warning MGEF_GFVM0CHAR2T646GMGEF_GFVM0
GFVM4Hazardous material warning MGEF_GFVM0CHAR2T646GMGEF_GFVM0
GFVM5Hazardous material warning MGEF_GFVM0CHAR2T646GMGEF_GFVM0
GFVM6Hazardous material warning MGEF_GFVM0CHAR2T646GMGEF_GFVM0
GFVM7Hazardous material warning MGEF_GFVM0CHAR2T646GMGEF_GFVM0
GFVM8Hazardous material warning MGEF_GFVM0CHAR2T646GMGEF_GFVM0
SFNR1Number of hazardous substance MGEF_SFNR0CHAR6MGEF_SFNR0
SFNR2Number of hazardous substance MGEF_SFNR0CHAR6MGEF_SFNR0
SFNR3Number of hazardous substance MGEF_SFNR0CHAR6MGEF_SFNR0
SFNR4Number of hazardous substance MGEF_SFNR0CHAR6MGEF_SFNR0
SFKO1Concentration of hazardous substances MGEF_SFKO0DEC5(2) MGEF_SFKO0
SFKO2Concentration of hazardous substances MGEF_SFKO0DEC5(2) MGEF_SFKO0
SFKO3Concentration of hazardous substances MGEF_SFKO0DEC5(2) MGEF_SFKO0
SFKO4Concentration of hazardous substances MGEF_SFKO0DEC5(2) MGEF_SFKO0
FLAPUFlash point MGEF_FLAPUDEC5(1) MGEF_FLAPU
SIDNRSafety specifications sheet number MGEF_SIDNRCHAR10MGEF_SIDNR
SIVARVariant of safety specifications sheet MGEF_SIVARCHAR8MGEF_SIVAR
SIVERVersion of safety specifications sheet MGEF_SIVERCHAR6MGEF_SIVER
LGFVMHazardous material storage warning MGEF_LGFVMCHAR2T646VMGEF_LGFVM
AGGREState of matter MGEF_AGGRECHAR1T646AMGEF_AGGRE
VBFKLHazard classification of regulation on combustible fluids MGEF_VBFKLCHAR4MGEF_VBFKL
STOFTShort text for number of hazardous material MGEF_STOFTCHAR40TEXT40
STOKLClass of substances MGEF_STOKLCHAR9T023MATKL
QFLAPUCharacteristic Value ATWRTCHAR30ATWRT

Key field Non-key field



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

As LGEF1 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 LGEF1 as there is no data to select.

How to access SAP table LGEF1

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