SAP BEREITVB Structure for goods movement for HUs Table data and field list

BEREITVB 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 "Structure for goods movement for HUs" 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_BEREITVB TYPE BEREITVB.

The BEREITVB table consists of various fields, each holding specific information or linking keys about Structure for goods movement for HUs data available in SAP. These include MANDT (Client), BERNR (Material staging number for material identification), AUFNR (Order Number), RSNUM (Number of Reservation/Dependent Requirement)... 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. .

BEREITVB structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP BEREITVB structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the BEREITVB table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3T000MANDT
BERNRMaterial staging number for material identification BERNRCHAR18CHAR18
AUFNROrder Number AUFNRCHAR12AFKOALPHAAUFNRANR
RSNUMNumber of Reservation/Dependent Requirement RSNUMNUMC10Assigned to domainRSNUMRES
RSPOSItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO
RSARTRecord type RSARTCHAR1RSART
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
PHFLGIndicator: Phase PHFLGCHAR1XFELD
PVZNRSuperordinate Operation PVZNRCHAR4NUMCVVORNR
VENUMInternal Handling Unit Number VENUMCHAR10VEKPALPHAVENUMVEL
VEPOSHandling Unit Item VEPOSNUMC6VEPOVEPOS
MENGEQuantity MENGE_DQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
ERFMGQuantity in Unit of Entry ERFMGQUAN13(3) MENG13
ERFMEUnit of Entry ERFMEUNIT3Assigned to domainCUNITMEINS
EXBNRExternal material staging no. for material identification EXBNRCHAR20ALPHAEXBNR
EXPLZExternal picking bin for material identification EXPLZCHAR20CHAR20
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERZETEntry time ERZETTIMS6UZEIT
TWFLGPartial GI Indicator Allowed TWFLGCHAR1CHAR1
BERTSStaging Status BERTSCHAR1BERTS
PISHEETPicking in PI Sheet PISHEETCHAR1XFELD
EXIDVExternal Handling Unit Identification EXIDVCHAR20ALPHAEXIDVHU_IDENT_ALLG
UPDKZUpdate indicator VBKZCHAR1VERBUCHER
POSNRBOM item number APOSNCHAR4NUMCVSPOSN
SELKZSelection flag SELKZCHAR1SELKZ
HELP_TABIXRow Index of Internal Tables SYTABIXINT410SYST_LONG

Key field Non-key field



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

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

How to access SAP table BEREITVB

Within an ECC or HANA version of SAP you can also view further information about BEREITVB and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).