/BEV3/CHABELKPF SAP (Contract Statement Header) Table details

Dictionary Type: Table
Description: Contract Statement Header




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




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

/BEV3/CHABELKPF is a standard SAP Table which is used to store Contract Statement Header data and is available within R/3 SAP systems depending on the version and release level.

The /BEV3/CHABELKPF table consists of various fields, each holding specific information or linking keys about Contract Statement Header data available in SAP. These include VERTAUSZNR (Contract Statement), VERTN (CHD Contract Number), KOMST (Communication Control Group Contract Statement), TDDEST (Spool: Output device).. 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: Can be enhanced (character-type)


SAP /BEV3/CHABELKPF 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
VERTAUSZNRContract Statement /BEV3/CHAVERTAUSZCHAR10/BEV3/CHAVERTAUSZ
VERTNCHD Contract Number /BEV3/CHDTWDNRNUMC13/BEV3/CHDOWDNR/BEV3/CHW/BEV3/CHHNODESTH
KOMSTCommunication Control Group Contract Statement /BEV3/CHAKOMSTRCHAR4/BEV3/CHAKOMSTR
TDDESTSpool: Output device RSPOPNAMECHAR4Assigned to domainSPDEVRSPOPNAME
TDCOPIESNumber of Identical Copies TDCOPIESNUMC3TDCOPIES
TDDATASETSpool request: Name RSPO0NAMECHAR6CHAR6
TDSUFFIX1Spool request: Suffix 1 RSPO1NAMECHAR4CHAR4
TDSUFFIX2Spool request: Suffix 2 RSPO2NAMECHAR12CHAR12
TDCOVERPrint: SAP cover page SYPRSAPCHAR1SYPRSAP
TDRECEIVERSpool Recipient Name SYPRRECCHAR12SYCHAR12
TDDIVISIONSpool Department Name SYPRABTCHAR12SYCHAR12K
TDCOVTITLESpool Description SYPRTXTCHAR68SYCHAR68K
TDAUTORITYPrint: Authorization SYPRBERCHAR12SYCHAR12SAU
TDIMMEDPrint immediately TDIMMEDCHAR1TDBOOL
TDDELETEImmediate Spool Deletion SYPRRELCHAR1SYCHAR01
YVVA_SPRACHELanguage Key for Contract Statement Message Type /BEV3/CHA_SPRASLANG1T002ISOLASPRASSPR

Key field Non-key field



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

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

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

How to access SAP table /BEV3/CHABELKPF

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