/BEV3/CHCDPALLOC SAP (CDP: R/3 Environment Data) Table details

Dictionary Type: Table
Description: CDP: R/3 Environment Data




ABAP Code to SELECT data from /BEV3/CHCDPALLOC
Related tables to /BEV3/CHCDPALLOC
Access table /BEV3/CHCDPALLOC




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

/BEV3/CHCDPALLOC is a standard SAP Table which is used to store CDP: R/3 Environment Data data and is available within R/3 SAP systems depending on the version and release level.

The /BEV3/CHCDPALLOC table consists of various fields, each holding specific information or linking keys about CDP: R/3 Environment Data data available in SAP. These include YVWDNR (CHD Contract Number), DATE_TO (Valid To Date), DATE_FROM (Valid-From Date), CTR_CURRENCY (CH: Contract Currency).. 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 /BEV3/CHCDPALLOC 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 MANDTCLNT3Assigned to domainMANDT
YVWDNRCHD Contract Number /BEV3/CHDTWDNRNUMC13/BEV3/CHDOWDNR/BEV3/CHW/BEV3/CHHNODESTH
DATE_TOValid To Date DATBIDATS8DATUM
DATE_FROMValid-From Date DATABDATS8DATUM
CTR_CURRENCYCH: Contract Currency /BEV3/CHCTR_CURRENCYCUKY5TCURCWAERS
CTR_BUKRSCH: Contract Company Code /BEV3/CHCTR_BUKRSCHAR4T001BUKRS
CTR_ACC_PARTYCh: Contract Partner (Contractee) /BEV3/CHCTR_PARTY_RCHAR10Assigned to domainALPHAKUNNR
VKORG_RGPost Sales Organzation /BEV3/CHKORG_RGCHAR4TVKOVKORGVKO
VTWEG_RGDistribution Channel Post /BEV3/CHTWEG_RGCHAR2TVTWVTWEGVTW
SPART_RGDivision Post /BEV3/CHSPART_RGCHAR2TSPASPARTSPA
CTR_OBJECTCH: Object Number (Sales Outlet) /BEV3/CH_OBJECTCHAR10Assigned to domainALPHAKUNNR
VKORG_WESales Organization Performance /BEV3/CHKORG_WECHAR4TVKOVKORGVKO
VTWEG_WEDistribution Channel Performance /BEV3/CHTWEG_WECHAR2TVTWVTWEGVTW
SPART_WEDivision Performance /BEV3/CHSPART_WECHAR2TSPASPARTSPA
KUNNR_AGCustomer Number of Sold-to Party /BEV3/CHKUNNR_AGCHAR10Assigned to domainALPHAKUNNRKUN
DEBITORCustomer /BEV3/CHKUNNR_FICHAR10Assigned to domainALPHAKUNNRKUN
BUKRS_DEBITORCompany Code /BEV3/CHBUKRSCHAR4T001BUKRSBUK
GEBIETCH: Assignment of Territory /BEV3/CH_GEBIETCHAR10CHAR10
GEBIET_NAMECH: Territory Description /BEV3/CH_GEBIET_NAMECHAR20CHAR20
PSTLZPostal Code PSTLZCHAR10PSTLZ
REGIOSTATE (State, Province, County) REGIOCHAR3T005SREGIO
KUKLACustomer classification KUKLACHAR2TKUKLKUKLA
BUSABAccounting clerk BUSABCHAR2T001SBUSAB
BUSAB_NAMEName of Accounting Clerk SNAME_001SCHAR30TEXT30
ADM1CH: Field Sales Representative 1 /BEV3/CH_ADM1CHAR10CHAR10
ADM1_NAMECH: Name of Field Sales Representative 1 /BEV3/CH_ADM1_NAMECHAR30TEXT30
ADM2CH: Field Sales Representative 2 /BEV3/CH_ADM2CHAR10CHAR10
ADM2_NAMECH: Name of Field Sales Representative 2 /BEV3/CH_ADM2_NAMECHAR30TEXT30
ADM3CH: Field Sales Representative 3 /BEV3/CH_ADM3CHAR10CHAR10
ADM3_NAMECH: Name of Field Sales Representative 3 /BEV3/CH_ADM3_NAMECHAR30TEXT30
ADM4CH: Field Sales Representative 4 /BEV3/CH_ADM4CHAR10CHAR10
ADM4_NAMECH: Name of Field Sales Representative 4 /BEV3/CH_ADM4_NAMECHAR30TEXT30
ADM5CH: Field Sales Representative 5 /BEV3/CH_ADM5CHAR10CHAR10
ADM5_NAMECH: Name of Field Sales Representative 5 /BEV3/CH_ADM5_NAMECHAR30TEXT30
HITYPCustomer hierarchy type HITYP_KHCHAR1THITHITYP
AMOUNT_OPCH: Amount of Open Item in Local Currency /BEV3/CHBTRG_OPCURR15(2) WRTV8
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
HS_CURRENCYCH: Local Currency /BEV3/CH_HS_CURRENCYCUKY5Assigned to domainWAERSFWS
MAHNST_HIGHCH: Highest Dunning Level /BEV3/CH_MAHNST_HIGHNUMC1MAHNS
REC_TIMESTAMPCH: Time Stamp /BEV3/CHTIMESTAMPCHAR14TIMESTAMP

Key field Non-key field



How do I retrieve data from SAP table /BEV3/CHCDPALLOC using ABAP code

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

SELECT SINGLE *
FROM /BEV3/CHCDPALLOC
INTO CORRESPONDING FIELDS OF WA_/BEV3/CHCDPALLOC
WHERE...

How to access SAP table /BEV3/CHCDPALLOC

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