/BEV1/LAZEITF SAP (Shipping: Loading Agenda) Table details

Dictionary Type: Table
Description: Shipping: Loading Agenda




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




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

/BEV1/LAZEITF is a standard SAP Table which is used to store Shipping: Loading Agenda data and is available within R/3 SAP systems depending on the version and release level.

The /BEV1/LAZEITF table consists of various fields, each holding specific information or linking keys about Shipping: Loading Agenda data available in SAP. These include VSTEL (Shipping Point/Receiving Point), LSTEL (Loading Point), LPLTZ (Loading Place), DATUM (Field of type DATS).. 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: Cannot Be Enhanced


SAP /BEV1/LAZEITF 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 MANDTCLNT3T000MANDT
VSTELShipping Point/Receiving Point VSTELCHAR4TVSWZVSTELVST
LSTELLoading Point LSTELCHAR2TVLALSTEL
LPLTZLoading Place /BEV1/LALPLTZDCHAR2/BEV1/LATLPLTZ/BEV1/LADLPLTZ
DATUMField of type DATS DATSDATS8DATS
ZEITVTime, from (HH:MM) /BEV1/LAZEITVCHAR5CHAR5
KEYZAEHLCounter for Otherwise Identical Key /BEV1/LAZEITF /BEV1/LAZAENUMC4NUM4
ZEITBTime, to (HH:MM) /BEV1/LAZEITBCHAR5CHAR5
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
XPRUEFKZFlag: Date Overlap /BEV1/LAXPRUEFCHAR1/BEV1/LAFLAG
KUNNRSold-to party KUNAGCHAR10KNA1ALPHAKUNNRVAG
AUFNROrder number /BEV1/LAAUFNRCHAR10VBUKALPHAVBELNAUF
LIENRDelivery Number /BEV1/LALIENRDCHAR10VBUKALPHAVBELNVL
KFZKZLicense Plate Number /BEV1/LAKFZKZCHAR10CHAR10
LKWTYPVehicle Category /BEV1/RPFZGTYPCHAR5/BEV1/RPFT/BEV1/RPFZGTYP
GEWICHTUsable Load /BEV1/RPNUTZLAST_OBSOLQUAN13(3) MENG13
GEWICHT_UUnit for Vehicle Weight /BEV1/FZ_GEW_UUNIT3Assigned to domainCUNITMEINS
BEMERKComment on Reservation of Loading Place /BEV1/LABEMERKCHAR30CHAR30
TERMINTYPType of Date /BEV1/LATERTYPCHAR1/BEV1/LATERTYP
SYS_IDUnique ID; Loading Agenda - When Creating Order/Delivery /BEV1/LASYS_IDCHAR32SYCHAR32

Key field Non-key field



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

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

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

How to access SAP table /BEV1/LAZEITF

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