/BEV1/EM0LGMTX SAP (Customizing - Empties Calculation) Table details

Dictionary Type: Table
Description: Customizing - Empties Calculation




ABAP Code to SELECT data from /BEV1/EM0LGMTX
Related tables to /BEV1/EM0LGMTX
Access table /BEV1/EM0LGMTX




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

/BEV1/EM0LGMTX is a standard SAP Table which is used to store Customizing - Empties Calculation data and is available within R/3 SAP systems depending on the version and release level.

The /BEV1/EM0LGMTX table consists of various fields, each holding specific information or linking keys about Customizing - Empties Calculation data available in SAP. These include LGFELD (Field name), FELD1 (Field Name), OP1 (Single-Character Indicator), FELD2 (Field Name).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /BEV1/EM0LGMTX 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
LGFELDField name FDNAMECHAR10CHAR10
FELD1Field Name CHAR21CHAR21CHAR21
OP1Single-Character Indicator CHAR1CHAR1CHAR1
FELD2Field Name CHAR21CHAR21CHAR21
OP2Single-Character Indicator CHAR1CHAR1CHAR1
FELD3Field Name CHAR21CHAR21CHAR21
OP3Single-Character Indicator CHAR1CHAR1CHAR1
FELD4Field Name CHAR21CHAR21CHAR21
OP4Single-Character Indicator CHAR1CHAR1CHAR1
FELD5Field Name CHAR21CHAR21CHAR21
OP5Single-Character Indicator CHAR1CHAR1CHAR1
FELD6Field Name CHAR21CHAR21CHAR21
OP6Single-Character Indicator CHAR1CHAR1CHAR1
FELD7Field Name CHAR21CHAR21CHAR21
OP7Single-Character Indicator CHAR1CHAR1CHAR1
FELD8Field Name CHAR21CHAR21CHAR21
OP8Single-Character Indicator CHAR1CHAR1CHAR1
FELD9Field Name CHAR21CHAR21CHAR21
OP9Single-Character Indicator CHAR1CHAR1CHAR1
FELD10Field Name CHAR21CHAR21CHAR21
OP10Single-Character Indicator CHAR1CHAR1CHAR1
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERZEITTime, at Which Record Was Added ERZEITTIMS6UHRZT

Key field Non-key field



How do I retrieve data from SAP table /BEV1/EM0LGMTX using ABAP code

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

SELECT SINGLE *
FROM /BEV1/EM0LGMTX
INTO CORRESPONDING FIELDS OF WA_/BEV1/EM0LGMTX
WHERE...

How to access SAP table /BEV1/EM0LGMTX

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