/BEV1/NEINVBAL SAP (Balances of Empties Qties and Empties Values f. Inv.Receipt) Table details

Dictionary Type: Table
Description: Balances of Empties Qties and Empties Values f. Inv.Receipt




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




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

/BEV1/NEINVBAL is a standard SAP Table which is used to store Balances of Empties Qties and Empties Values f. Inv.Receipt data and is available within R/3 SAP systems depending on the version and release level.

The /BEV1/NEINVBAL table consists of various fields, each holding specific information or linking keys about Balances of Empties Qties and Empties Values f. Inv.Receipt data available in SAP. These include LIFNR (Account Number of Vendor or Creditor), MATNR (Material Number), WERKS (Plant), BTYPE (Balance Category).. 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/NEINVBAL 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
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
BTYPEBalance Category /BEV1/NEBTYPECHAR1/BEV1/NEBTYPE
MENGEQuantity from Invoice Receipt /BEV1/NEQBALQUAN15(3) MENGV15_3
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
WRBTRValue /BEV1/NEVBALCURR19(2) WERTV10
NETPRValue /BEV1/NEVBALCURR19(2) WERTV10
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
AEDATChanged On AEDATDATS8DATUM
AEZETTime last change was made AEZETTIMS6UZEIT

Key field Non-key field



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

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

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

How to access SAP table /BEV1/NEINVBAL

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