/BEV3/CHASPL002 SAP (Detailed Data Communication Contract Statement per Contract) Table details

Dictionary Type: Table
Description: Detailed Data Communication Contract Statement per Contract




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




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

/BEV3/CHASPL002 is a standard SAP Table which is used to store Detailed Data Communication Contract Statement per Contract data and is available within R/3 SAP systems depending on the version and release level.

The /BEV3/CHASPL002 table consists of various fields, each holding specific information or linking keys about Detailed Data Communication Contract Statement per Contract data available in SAP. These include KOMST (Communication Control Group Contract Statement), VWSNR (CHD Contract Number), TDDEST (Spool: Output device), TDCOPIES (Number of Identical Copies).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /BEV3/CHASPL002 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 MANDTCLNT3T000MANDT
KOMSTCommunication Control Group Contract Statement /BEV3/CHAKOMSTRCHAR4/BEV3/CHAKMSTGRP/BEV3/CHAKOMSTR
VWSNRCHD Contract Number /BEV3/CHDTWDNRNUMC13/BEV3/CHDVWD0001/BEV3/CHDOWDNR/BEV3/CHW/BEV3/CHHNODESTH
TDDESTSpool: Output device RSPOPNAMECHAR4TSP03SPDEVRSPOPNAME
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/CHASPL002 using ABAP code

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

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

How to access SAP table /BEV3/CHASPL002

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