/BEV3/CHCBDGMODT SAP (Customizing Condition Modules) Table details

Dictionary Type: Table
Description: Customizing Condition Modules




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




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

/BEV3/CHCBDGMODT is a standard SAP Table which is used to store Customizing Condition Modules data and is available within R/3 SAP systems depending on the version and release level.

The /BEV3/CHCBDGMODT table consists of various fields, each holding specific information or linking keys about Customizing Condition Modules data available in SAP. These include SPRAS (Language Key), BDGMODUL (Condition Module ID), BEZ (60-Character Description), KZBEZ (Description 15 Characters).. 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

Text table for: /BEV3/CHCBDGMOD


SAP /BEV3/CHCBDGMODT 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
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
BDGMODULCondition Module ID /BEV3/CHBDGMODULNUMC4/BEV3/CHCBDGMOD/BEV3/CHBDGMODUL
BEZ60-Character Description /BEV3/CHBEZ60CHAR60/BEV3/CHBEZ60
KZBEZDescription 15 Characters /BEV3/CHBEZ15CHAR15/BEV3/CHBEZ15
KANAL1Transfer Channel 1 of Condition Module /BEV3/CHKANAL1CHAR30
KANAL2Transfer Channel 2 of Condition Module /BEV3/CHKANAL2CHAR30/BEV3/CHBEZ30
KANAL3Transfer Channel 3 of Condition Module /BEV3/CHKANAL3CHAR30/BEV3/CHBEZ30
KANAL4Transfer Channel 4 of Condition Module /BEV3/CHKANAL4CHAR30/BEV3/CHBEZ30
KANAL5Transfer Channel 5 of Condition Module /BEV3/CHKANAL5CHAR30/BEV3/CHBEZ30
KANAL6Transfer Channel 6 of Condition Module /BEV3/CHKANAL6CHAR30/BEV3/CHBEZ30
KANAL7Transfer Channel 7 of Condition Module /BEV3/CHKANAL7CHAR30/BEV3/CHBEZ30
KANAL8Transfer Channel 8 of Condition Module /BEV3/CHKANAL8CHAR30/BEV3/CHBEZ30
KANAL9Transfer Channel 9 of Condition Module /BEV3/CHKANAL9CHAR30/BEV3/CHBEZ30
KANAL10Transfer Channel 10 of Condition Module /BEV3/CHKANAL10CHAR30/BEV3/CHBEZ30
KANAL11Transfer Channel 11 of Condition Module /BEV3/CHKANAL11CHAR30/BEV3/CHBEZ30
KANAL12Transfer Channel 12 of Condition Module /BEV3/CHKANAL12CHAR30/BEV3/CHBEZ30

Key field Non-key field



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

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

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

How to access SAP table /BEV3/CHCBDGMODT

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