BCONTGEN SAP (Internal Structure for all Transactions) Structure details

Dictionary Type: Structure
Description: Internal Structure for all Transactions




ABAP Code to SELECT data from BCONTGEN
Related tables to BCONTGEN
Access table BCONTGEN




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

BCONTGEN 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 "Internal Structure for all Transactions" 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_BCONTGEN TYPE BCONTGEN.

The BCONTGEN table consists of various fields, each holding specific information or linking keys about Internal Structure for all Transactions data available in SAP. These include NO_DIALOG (Single-Character Indicator), NO_UPDATE (Single-Character Indicator), DB_UPDATE (Single-Character Indicator), UPD_MODE (Single-Character Indicator).. 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 or numeric)


SAP BCONTGEN 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
UPD_ONLINESingle-Character Indicator CHAR1CHAR1CHAR1
NO_DIALOGSingle-Character Indicator CHAR1CHAR1CHAR1
NO_UPDATESingle-Character Indicator CHAR1CHAR1CHAR1
DB_UPDATESingle-Character Indicator CHAR1CHAR1CHAR1
UPD_MODESingle-Character Indicator CHAR1CHAR1CHAR1
MAXCOUNTNatural Number INT4INT410INT4
CHANGEDSingle-Character Indicator CHAR1CHAR1CHAR1
EXITSingle-Character Indicator CHAR1CHAR1CHAR1
AUTO_USESingle-Character Indicator CHAR1CHAR1CHAR1
WMODEVersion Number Component CHAR2CHAR2CHAR2
OVERFLOWSingle-Character Indicator CHAR1CHAR1CHAR1
KZ_SORTSingle-Character Indicator CHAR1CHAR1CHAR1
NUM_RANGEVersion Number Component CHAR2CHAR2CHAR2
EXIT_TYPEChar 20 CHAR20CHAR20CHAR20
NO_CHANGESingle-Character Indicator CHAR1CHAR1CHAR1
ENQ_DONESingle-Character Indicator CHAR1CHAR1CHAR1
DECISIONSingle-Character Indicator CHAR1CHAR1CHAR1
KENNZXSingle-Character Indicator CHAR1CHAR1CHAR1
CL_FORCESingle-Character Indicator CHAR1CHAR1CHAR1
ACTUALSingle-Character Indicator CHAR1CHAR1CHAR1
TITELData Element Type CHAR Length 35 CHAR35CHAR35CHAR35
NO_OTHERSingle-Character Indicator CHAR1CHAR1CHAR1
NO_COMMITSingle-Character Indicator CHAR1CHAR1CHAR1
EXIT_DIALSingle-Character Indicator CHAR1CHAR1CHAR1
OKCODEFunction Code CUA_CODECHAR20CUA_CODE
ABDate DATUMDATS8DATUM
BISDate DATUMDATS8DATUM
INACTIVESingle-Character Indicator CHAR1CHAR1CHAR1
ACTIVESingle-Character Indicator CHAR1CHAR1CHAR1
TEILOBJ30 Characters CHAR30CHAR30CHAR30
PROGRAMMABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID
BAUSTEINName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
EXTINTKZSingle-Character Indicator CHAR1CHAR1CHAR1
REL_UNIQUESingle-Character Indicator CHAR1CHAR1CHAR1
ABRFAKT_EQSingle-Character Indicator CHAR1CHAR1CHAR1
ERRORLINENatural Number INT4INT410INT4

Key field Non-key field



How do I retrieve data from SAP structure BCONTGEN using ABAP code?

As BCONTGEN 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 BCONTGEN as there is no data to select.

How to access SAP table BCONTGEN

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