TXI_MGEF SAP (Hazardous materials) Structure details

Dictionary Type: Structure
Description: Hazardous materials




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




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

TXI_MGEF 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 "Hazardous materials" 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_TXI_MGEF TYPE TXI_MGEF.

The TXI_MGEF table consists of various fields, each holding specific information or linking keys about Hazardous materials data available in SAP. These include MANDT (Client), STOFF (Hazardous material number), REGKZ (Region code), LAGKL (Storage class).. 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 TXI_MGEF 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
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

Key field Non-key field



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

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

How to access SAP table TXI_MGEF

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