BON_ENH_CDOC SAP (Settings for Indirect Billing Documents) Table details

Dictionary Type: Table
Description: Settings for Indirect Billing Documents




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




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

BON_ENH_CDOC is a standard SAP Table which is used to store Settings for Indirect Billing Documents data and is available within R/3 SAP systems depending on the version and release level.

The BON_ENH_CDOC table consists of various fields, each holding specific information or linking keys about Settings for Indirect Billing Documents data available in SAP. These include FKART_SETTLE (Billing Document Type for Actual Data), FKART_ACCRU (Billing Document Type for Indirect Planning Data), AUART_SETTLE (Order Type for Indirect Actual Data), AUART_ACCRU (Order Type for Indirect Planning Data).. 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: Can be enhanced (character-type)


SAP BON_ENH_CDOC 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
FKART_SETTLEBilling Document Type for Actual Data BON_ENH_FKART_SETTLECHAR4TVFKFKART
FKART_ACCRUBilling Document Type for Indirect Planning Data BON_ENH_FKART_ACCRUCHAR4TVFKFKART
AUART_SETTLEOrder Type for Indirect Actual Data BON_ENH_AUART_SETTLECHAR4TVAKAUARTAUART
AUART_ACCRUOrder Type for Indirect Planning Data BON_ENH_AUART_ACCRUCHAR4TVAKAUARTAUART
PT_SETTLE_PItem Category for Positive Actual Data BON_ENH_PT_SETTLE_PCHAR4TVPTPSTYV
PT_SETTLE_NItem Category for Negative Actual Data BON_ENH_PT_SETTLE_NCHAR4TVPTPSTYV
PT_ACCRU_PItem Category for Positive Planning Data BON_ENH_PT_ACCRU_PCHAR4TVPTPSTYV
PT_ACCRU_NItem Category for Negative Planning Data BON_ENH_PT_ACCRU_NCHAR4TVPTPSTYV
CURRENCYDocument Currency for Indirect Billing Documents BON_ENH_CURRENCYCUKY5TCURCWAERS
KOND_TYPECondition Type for Amounts for Indirect Sales BON_ENH_KOND_TYPECHAR4T685KSCHL
FV_VKORGFixed Value for Sales Organization BON_ENH_FV_VKORGCHAR4TVKOVKORG
FV_VTWEGFixed Value for Distribution Dhannel BON_ENH_FV_VTWEGCHAR2TVTWVTWEG
FV_SPARTFixed Value for Division BON_ENH_FV_SPARTCHAR2TSPASPART

Key field Non-key field



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

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

SELECT SINGLE *
FROM BON_ENH_CDOC
INTO CORRESPONDING FIELDS OF WA_BON_ENH_CDOC
WHERE...

How to access SAP table BON_ENH_CDOC

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