BON_ENH_CGEN SAP (Settings for the Update of Indirect Sales) Table details

Dictionary Type: Table
Description: Settings for the Update of Indirect Sales




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




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

BON_ENH_CGEN is a standard SAP Table which is used to store Settings for the Update of Indirect Sales data and is available within R/3 SAP systems depending on the version and release level.

The BON_ENH_CGEN table consists of various fields, each holding specific information or linking keys about Settings for the Update of Indirect Sales data available in SAP. These include MC_INF (Info Structure for Update of Indirect Sales), VRSIO (Planning Version for Info Structure), FN_SOLD_TO (Field Name of the Info Structure for the Sold-To Party), FN_SHIP_TO (Field Name of the Info Structure for the Ship-To Party).. 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 BON_ENH_CGEN 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 MANDTCLNT3Assigned to domainMANDT
MC_INFInfo Structure for Update of Indirect Sales BON_ENH_MCINFCHAR8TMC4MCINFBON_ENH_SH_MCINF
VRSIOPlanning Version for Info Structure BON_ENH_VRSIOCHAR3Assigned to domainVRSIOBON_ENH_SH_VERSION
FN_SOLD_TOField Name of the Info Structure for the Sold-To Party BON_ENH_FN_SOLDTOCHAR30Assigned to domainFDNAMEBON_ENH_SH_FIELDNAME
FN_SHIP_TOField Name of the Info Structure for the Ship-To Party BON_ENH_FN_SHIPTOCHAR30Assigned to domainFDNAMEBON_ENH_SH_FIELDNAME
FN_MATNRField Name of the Info Structure for the Material BON_ENH_FN_MATNRCHAR30Assigned to domainFDNAMEBON_ENH_SH_FIELDNAME
FN_QUANTField Name of the Info Structure for the Quantity BON_ENH_FN_QUANTCHAR30Assigned to domainFDNAMEBON_ENH_SH_FIELDNAME
FN_UNITField Name of the Info Structure for the Unit of Measure BON_ENH_FN_UNITCHAR30Assigned to domainFDNAMEBON_ENH_SH_FIELDNAME
FN_AMOUNTField Name of the Info Structure for the Amount BON_ENH_FN_AMOUNTCHAR30Assigned to domainFDNAMEBON_ENH_SH_FIELDNAME
FN_CURRField Name of the Info Structure for the Currency BON_ENH_FN_CURRCHAR30Assigned to domainFDNAMEBON_ENH_SH_FIELDNAME
FN_PLANTField Name of the Info Structure for the Plant BON_ENH_FN_PLANTCHAR30Assigned to domainFDNAMEBON_ENH_SH_FIELDNAME

Key field Non-key field



How do I retrieve data from SAP table BON_ENH_CGEN using ABAP code

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

SELECT SINGLE *
FROM BON_ENH_CGEN
INTO CORRESPONDING FIELDS OF WA_BON_ENH_CGEN
WHERE...

How to access SAP table BON_ENH_CGEN

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