/BEV1/EMLGOFS SAP (Empties - Billing Document Without Update) Table details

Dictionary Type: Table
Description: Empties - Billing Document Without Update




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




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

/BEV1/EMLGOFS is a standard SAP Table which is used to store Empties - Billing Document Without Update data and is available within R/3 SAP systems depending on the version and release level.

The /BEV1/EMLGOFS table consists of various fields, each holding specific information or linking keys about Empties - Billing Document Without Update data available in SAP. These include KTOINH (Customer Numbers), ERDAT (Date on Which Record Was Created), VKORG (Sales Organization), VTWEG (Distribution Channel).. 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/EMLGOFS 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
KTOINHCustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
ERDATDate on Which Record Was Created ERDATDATS8DATUM
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2TVTWVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2TSPASPARTSPAC_SPART
LFDNRSequence Number for Empties Update /BEV1/EMLFDNRNUMC15NUM15
VBELNSales and Distribution Document Number VBELNCHAR10VBUKALPHAVBELNAUN
RECHPOSItem number of the SD document POSNRNUMC6VBUPPOSNR
LGOFIndicator for Empties Without Update /BEV1/EMFOFCHAR1/BEV1/EMFOF
FKARTBilling Type FKARTCHAR4TVFKFKART
AEZEITTime of Change AEZEITTIMS6UHRZT
AENAMELast changed by AENAMECHAR12UNAME
ARCHIVIndicator for Archived Records /BEV1/EMARCHIVCHAR1/BEV1/EMARCHIV

Key field Non-key field



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

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

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

How to access SAP table /BEV1/EMLGOFS

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