/BEV1/CLCONT1 SAP (Container Information) Table details

Dictionary Type: Table
Description: Container Information




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




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

/BEV1/CLCONT1 is a standard SAP Table which is used to store Container Information data and is available within R/3 SAP systems depending on the version and release level.

The /BEV1/CLCONT1 table consists of various fields, each holding specific information or linking keys about Container Information data available in SAP. These include CONTNR (Container Number), LFDNR (Serial Number Container), MATNR (Material Number from Order), AUFNR (Order Number Sales).. 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/CLCONT1 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 /BEV1/CLMANDTCLNT3/BEV1/CLMANDT
CONTNRContainer Number /BEV1/CLCONTNRCHAR10/BEV1/CLCONTNRXXU
LFDNRSerial Number Container /BEV1/CLSLFDNRNUMC5/BEV1/CLLFDNRWAK
MATNRMaterial Number from Order /BEV1/CLMATNRCHAR18MATN1/BEV1/CLMATNRMAT
AUFNROrder Number Sales /BEV1/CLAUFNRCHAR10VBUKALPHAVBELN
AUFPSOrder Item Sales /BEV1/CLAUFPSNUMC6Assigned to domainPOSNR
LIFNRDelivery Note Number Sales /BEV1/CLLIFNRCHAR10Assigned to domainALPHAVBELN
LIFPSDelivery Note Item Sales /BEV1/CLLIFPSNUMC6Assigned to domainPOSNR
MNGAUFOrder Quantity /BEV1/CLMNGAUFQUAN15(3) /BEV1/CLMENGE
MNGFUEFilling Quantity of Container /BEV1/CLMNGFUEQUAN15(3) /BEV1/CLMENGE
MNGLIFDelivery Note Quantity /BEV1/CLMNGLIFQUAN15(3) /BEV1/CLMENGE
EINTMGDelivery Note Quantity /BEV1/CLMNGLIFQUAN15(3) /BEV1/CLMENGE
MNGWAQuantity Goods Issued /BEV1/CLMNGWAQUAN15(3) /BEV1/CLMENGE
LKWCNTTruck or Container /BEV1/CLLKWCNTCHAR1/BEV1/CLLKWCNT
NUMMERTruck or Container Number /BEV1/CLNUMMERCHAR15/BEV1/CLNUMMER
ANHANGTrailer /BEV1/CLANHANGCHAR10/BEV1/CLANHANG
PLOMBELead Seal Number /BEV1/CLPLOMBECHAR10/BEV1/CLPLOMBE
SCHLOSLock Number /BEV1/CLSCHLOSCHAR10/BEV1/CLSCHLOS
GEWEIUnit of Measure from Order /BEV1/CLMEINSUNIT3CUNIT/BEV1/CLMEINS
VRKMEUnit of Measure from Order /BEV1/CLMEINSUNIT3CUNIT/BEV1/CLMEINS
BRGEWGross weight /BEV1/CLBRGEWQUAN15(3) /BEV1/CLMENGE
NTGEWNet weight /BEV1/CLNTGEWQUAN15(3) /BEV1/CLMENGE
MAXGEWMaximum Container Weight /BEV1/CLMAXGEWQUAN15(3) /BEV1/CLMENGE
CNTANZNumber of Pieces per Pallet /BEV1/CLPALSTKNUMC8/BEV1/CLPALSTK
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG

Key field Non-key field



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

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

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

How to access SAP table /BEV1/CLCONT1

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