/BEV1/CLCONT1_S SAP (Container System for Data Entry Structure) Structure details

Dictionary Type: Structure
Description: Container System for Data Entry Structure




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




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

/BEV1/CLCONT1_S 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 "Container System for Data Entry Structure" 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_/BEV1/CLCONT1_S TYPE /BEV1/CLCONT1_S.

The /BEV1/CLCONT1_S table consists of various fields, each holding specific information or linking keys about Container System for Data Entry Structure 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /BEV1/CLCONT1_S structure 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/CLCONT1/BEV1/CLCONTNRXXU
LFDNRSerial Number Container /BEV1/CLSLFDNRNUMC5/BEV1/CLCONT1/BEV1/CLLFDNRWAK
MATNRMaterial Number from Order /BEV1/CLMATNRCHAR18MATN1/BEV1/CLMATNRMAT
AUFNROrder Number Sales /BEV1/CLAUFNRCHAR10Assigned to domainALPHAVBELN
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
ANHANTrailer /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 structure /BEV1/CLCONT1_S using ABAP code?

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

How to access SAP table /BEV1/CLCONT1_S

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