DBERCHE SAP (Condition Data) Table details

Dictionary Type: Table
Description: Condition Data




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




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

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

The DBERCHE table consists of various fields, each holding specific information or linking keys about Condition Data data available in SAP. These include BELNR (Number of a billing document), CONDIREF (Internal: Reference Number for a Condition), LFDNR (4-Digit Sequence Number), DATEFROM (Start Date).. 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 or numeric)


SAP DBERCHE 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
BELNRNumber of a billing document E_BELNRCHAR12ALPHAE_BELNRBELERCH
CONDIREFInternal: Reference Number for a Condition CONDIREFNUMC4LFDNR4
LFDNR4-Digit Sequence Number LFDNR04NUMC4LFDNR4
DATEFROMStart Date E_CONDIDATEFROMDATS8DATUM
TIMEFROMStart Time E_CONDITIMEFROMTIMS6TIMS
DATETOEnd Date E_CONDIDATETODATS8DATUM
TIMETOEnd Time E_CONDITIMETOTIMS6TIMS
EXCEPTPROGIDTime-Of-Use Exception Program ID E_TOUEXCEPTPROG_IDCHAR10Assigned to domainE_TOUEXCEPTPROG_ID
EXC_SPLITTABLEExceptions in TOU Exception Program Can Be Split in Billing E_TOUEP_EXC_SPLITTABLECHAR1XFELD
EXCEPTIONIDTOU Exception Internal ID E_TOUEXCEPT_INT_IDNUMC20Assigned to domainE_TOUEXCEPT_INT_ID
CAT_EXRSPTOU Exception Response Category E_TOUEXCEPTRESP_CATEGORYCHAR1E_TOUEXCEPTRESP_CATEGORY
LOGIKZWLogical register number LOGIKZWNUMC18LOGIKZW
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
GERAETDevice GERAETCHAR18GERNRGERNRGEREGER
ZWNUMMERRegister E_ZWNUMMERNUMC3LFDNR3EZN
EXC_RSPDATEDate on Which Record Was Created ERDATDATS8DATUM
EXC_RSPTIMEEntry time ERZETTIMS6UZEIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM DBERCHE
INTO CORRESPONDING FIELDS OF WA_DBERCHE
WHERE...

How to access SAP table DBERCHE

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