/BEV1/CLDEB SAP (Customer Information) Table details

Dictionary Type: Table
Description: Customer Information




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




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

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

The /BEV1/CLDEB table consists of various fields, each holding specific information or linking keys about Customer Information data available in SAP. These include KUNNR (Customer number), ANRED (Title), NAME1 (Name 1), NAME2 (Name 2).. 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/CLDEB 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
KUNNRCustomer number /BEV1/CLKUNNRCHAR10ALPHA/BEV1/CLKUNNRKUN
ANREDTitle ANREDCHAR15TEXT15
NAME1Name 1 NAME1_GPCHAR35NAME
NAME2Name 2 NAME2_GPCHAR35NAME
NAME3Name 3 NAME3_GPCHAR35NAME
NAME4Name 4 NAME4_GPCHAR35NAME
ORT01City ORT01_GPCHAR35TEXT35
ORT02District ORT02_GPCHAR35TEXT35
PFACHPO Box PFACHCHAR10PFACH
PSTL2P.O. Box Postal Code PSTL2CHAR10PSTLZ
PSTLZPostal Code PSTLZCHAR10PSTLZ
PFORTPO Box city PFORT_GPCHAR35TEXT35
LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
REGIOSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
STRASHouse number and street STRASCHAR30TEXT30
COTGRContainer Size /BEV1/CLCOTGRNUMC3/BEV1/CLCOTGR
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
TELX1Telex number TELX1CHAR30TEXT30
TELF1First telephone number TELF1CHAR16TEXT16
TELFXFax Number TELFXCHAR31TEXT31
TELF2Second telephone number TELF2CHAR16TEXT16
TELTXTeletex number TELTXCHAR30TEXT30
TELBXTelebox number TELBXCHAR15TEXT15
DATLTData communication line no. DATLTCHAR14TEXT14
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
CODEPort Code /BEV1/CLCODECHAR4/BEV1/CLCODEAAF
MAXGEMaximum Weight for Loading /BEV1/CLMAXGEDEC12(3) /BEV1/CLMAXGE
STEUNRExcise Duty Number /BEV1/CLSTEUNRCHAR20/BEV1/CLSTEUNR
KAISCHQuay Note /BEV1/CLKAISCHINT13/BEV1/CLKAISCH
DOORDoor/Ramp /BEV1/CLDOORCHAR4/BEV1/CLDOOR
FREIGTFreight Data /BEV1/CLFREIGHTCHAR40/BEV1/CLFREIGHT
PAIDFreight amount /BEV1/CLPAIDCURR13(2) /BEV1/CLPAID
SALESRepresentative /BEV1/CLSALESCHAR4/BEV1/CLSALES
NACHLFollow-Up Code /BEV1/CLNACHLCHAR4/BEV1/CLNACHL
JACheckbox: Special Packaging Required /BEV1/CLSONDCHAR1CHAR1
GRENZEOffices of Transit /BEV1/CLGRENZECHAR2/BEV1/CLGRENZE
VERPTXText for Special Packaging /BEV1/CLVERPTXCHAR50/BEV1/CLVERPTX
KUNDECustomer's Customer Number /BEV1/CLKUNDECHAR20/BEV1/CLKUNDE
ERGEIUnit of weight (allowed packaging weight) ERGEIUNIT3T006CUNITMEINS

Key field Non-key field



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

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

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

How to access SAP table /BEV1/CLDEB

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