/BEV3/CHABRSTK_S SAP (CH Settlement Statistics) Table details

Dictionary Type: Table
Description: CH Settlement Statistics




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




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

/BEV3/CHABRSTK_S is a standard SAP Table which is used to store CH Settlement Statistics data and is available within R/3 SAP systems depending on the version and release level.

The /BEV3/CHABRSTK_S table consists of various fields, each holding specific information or linking keys about CH Settlement Statistics data available in SAP. These include ABR_NR (Settlement Number), ABR_BEZ (Description of Settlement), ABR_TYP (Settlement Type (Settlement/Proposal/Simulation/Event)), ABBRUCH (Field for Selecting an Entry).. 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/CHABRSTK_S 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
ABR_NRSettlement Number /BEV3/CHABRNRNUMC10/BEV3/CHABRNR/BEV3/CHABR
ABR_BEZDescription of Settlement /BEV3/CHBEZ_ABRCHAR30/BEV3/CHBEZ30
ABR_TYPSettlement Type (Settlement/Proposal/Simulation/Event) /BEV3/CHABRTYPCHAR1/BEV3/CHABRTYP
ABBRUCHField for Selecting an Entry ANKREUZCHAR1ANKREUZ_CL
ANZ_VWD_SNumber of Contracts to be Settled /BEV3/CHANZVWD_SNUMC8/BEV3/CHZAEHL_8
ANZ_VWDNumber of Contracts Settled /BEV3/CHANZVWDNUMC8/BEV3/CHZAEHL_8
ANZ_TM_SNumber of Dates to be Settled /BEV3/CHANZTM_SNUMC8/BEV3/CHZAEHL_8
ANZ_TMNumber of Dates Settled /BEV3/CHANZTMNUMC8/BEV3/CHZAEHL_8
ANZ_TMABRNumber of Dates Cancelled /BEV3/CHANZTMABRNUMC8/BEV3/CHZAEHL_8
ABR_USERName of Settlement Initiator /BEV3/CHUSER_TMCHAR12/BEV3/CHDOUSER
ABR_SDATEStart Date of Settlement /BEV3/CHDAT_ABRDATS8DATUM
ABR_STIMEStart Time of Settlement /BEV3/CHTIME_ABRTIMS6/BEV3/CHHHMMSS
ABR_EDATEEnd Date of Settlement /BEV3/CHEDAT_ABRDATS8DATUM
ABR_ETIMEEnd Time of Settlement /BEV3/CHETIME_ABRTIMS6/BEV3/CHHHMMSS

Key field Non-key field



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

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

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

How to access SAP table /BEV3/CHABRSTK_S

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