/BEV3/CHACCOUNT0 SAP (Header Data for Settlement Using Event Admin. Process) Table details

Dictionary Type: Table
Description: Header Data for Settlement Using Event Admin. Process




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




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

/BEV3/CHACCOUNT0 is a standard SAP Table which is used to store Header Data for Settlement Using Event Admin. Process data and is available within R/3 SAP systems depending on the version and release level.

The /BEV3/CHACCOUNT0 table consists of various fields, each holding specific information or linking keys about Header Data for Settlement Using Event Admin. Process data available in SAP. These include LFDNR (Sequence Number), ABR_TYP (Settlement Type (Settlement/Proposal/Simulation/Event)), ABR_BEZ (Description of Settlement), NACHRICHT (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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP /BEV3/CHACCOUNT0 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
LFDNRSequence Number /BEV3/CHLFDNRNUMC4/BEV3/CHLFDNR
ABR_TYPSettlement Type (Settlement/Proposal/Simulation/Event) /BEV3/CHABRTYPCHAR1/BEV3/CHABRTYP
ABR_BEZDescription of Settlement /BEV3/CHBEZ_ABRCHAR30/BEV3/CHBEZ30
NACHRICHTField for Selecting an Entry ANKREUZCHAR1ANKREUZ_CL
NACHREMPFUser name /BEV3/CHDTUSERCHAR12Assigned to domainXUBNAME
DRUCKENField for Selecting an Entry ANKREUZCHAR1ANKREUZ_CL
DRABRNRField for Selecting an Entry ANKREUZCHAR1ANKREUZ_CL
PVARIANTVariant Name RALDB_VARICHAR14RALDB_VARI
NOPPERField for Selecting an Entry ANKREUZCHAR1ANKREUZ_CL
ERGVONTo/Settlement Selection Date /BEV3/CHABRSLKTDATDATS8DATUM
ERGBISTo/Settlement Selection Date /BEV3/CHABRSLKTDATDATS8DATUM
VGERGField for Selecting an Entry ANKREUZCHAR1ANKREUZ_CL
ABR_USERName of Settlement Initiator /BEV3/CHUSER_TMCHAR12/BEV3/CHDOUSER

Key field Non-key field



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

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

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

How to access SAP table /BEV3/CHACCOUNT0

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