/BEV3/CHANCHRSTR SAP (Message Type Structure) Structure details

Dictionary Type: Structure
Description: Message Type Structure




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




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

/BEV3/CHANCHRSTR is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Message Type Structure" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_/BEV3/CHANCHRSTR TYPE /BEV3/CHANCHRSTR.

The /BEV3/CHANCHRSTR table consists of various fields, each holding specific information or linking keys about Message Type Structure data available in SAP. These include VA_NUMKE (Number Range for External Number Assignment), WDRK (Repeat Indicator), SPRACHE_PA (Language Range), SPRACHE_MSART (Language Key for Contract Statement Message Type).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP /BEV3/CHANCHRSTR structure 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
VA_NUMKINumber Range for Internal Number Assignment /BEV3/CHA_NUMKICHAR2NUMKR
VA_NUMKENumber Range for External Number Assignment /BEV3/CHA_NUMKECHAR2NUMKR
WDRKRepeat Indicator /BEV3/CHA_WDRKCHAR1/BEV3/CHA_WDRK
SPRACHE_PALanguage Range /BEV3/CHA_SPPACHAR1/BEV3/CHA_SPPA
SPRACHE_MSARTLanguage Key for Contract Statement Message Type /BEV3/CHA_SPRASLANG1T002ISOLASPRASSPR
KOMSTCommunication Control Group Contract Statement /BEV3/CHAKOMSTRCHAR4/BEV3/CHAKMSTGRP/BEV3/CHAKOMSTR
FORMGForm Layout Group /BEV3/CHVFORMCHAR4/BEV3/CHA_FORMGRCHAR4
BATCHBulk and Background Processing Mode /BEV3/CHA_BATCHAR1/BEV3/CHVA_BAT

Key field Non-key field



How do I retrieve data from SAP structure /BEV3/CHANCHRSTR using ABAP code?

As /BEV3/CHANCHRSTR is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on /BEV3/CHANCHRSTR as there is no data to select.

How to access SAP table /BEV3/CHANCHRSTR

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