DERCHZ SAP (Structure for Double and Additional Screen Fields FG EA23) Structure details

Dictionary Type: Structure
Description: Structure for Double and Additional Screen Fields FG EA23




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




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

DERCHZ 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 "Structure for Double and Additional Screen Fields FG EA23" 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_DERCHZ TYPE DERCHZ.

The DERCHZ table consists of various fields, each holding specific information or linking keys about Structure for Double and Additional Screen Fields FG EA23 data available in SAP. These include DIFFKZ (Indicator: difference line item for discount statistics), ZWNUMMER (Register), NETTOBTR (Net amount of billing line item), TWAERS (Transaction Currency).. 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 DERCHZ 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
ABSLKZBilling Line Item for Budget Billing Amount Determination ABSLKZCHAR1KENNZX
DIFFKZIndicator: difference line item for discount statistics DIFFKZCHAR1KENNZX
ZWNUMMERRegister E_ZWNUMMERNUMC3LFDNR3EZN
NETTOBTRNet amount of billing line item NETTOBTRCURR13(2) WRTV7
TWAERSTransaction Currency TWAERSCUKY5Assigned to domainWAERSPCU
PREISPrice E_PREISCHAR10Assigned to domainALPHAE_PREISPRXISU_F4_PREIS
PREISBTRPrice amount PRSBTRDEC17(8) PRSBTR
TARIFTYPRate category TARIFTYPCHAR10Assigned to domainTARIFTYPTTYETTAA
TARIFNRRate key TARIFNRCHAR10Assigned to domainTARIFNRTRFISU_F4_TARIF
WDHFAKTRepetition factor for reference values WDHFAKTINT410E_FAKTOR
I_ZWSTNDABBilled meter reading I_ZWSTNDABDEC31(14) I_ZWSTAND
I_ZWSTVORPrevious meter reading I_ZWSTVORDEC31(14) I_ZWSTAND
GERAETDevice GERAETCHAR18GERNRGERNRGEREGER
PRINTRELBilling Line Is Print-Relevant PRINTRELCHAR1KENNZX
MASSBILLUnit of measurement for billing E_MASSBILLUNIT3T006CUNITMEINS
BELZARTLine Item Type BELZARTCHAR6TE835BELZARTISU_BELZART
AMOUNTDISCBilling Line Item is an Amount Discount/Surcharge AMOUNTDISCCHAR1KENNZX
QUANTDISCQuantity Discount/Surcharge Exists for this Line QUANTDISCCHAR1KENNZX
PRICEDISCPrice Discount/Surcharge Exists for this Line PRICEDISCCHAR1KENNZX
MAXBELZBilling line item for billing documents BELZEILENUMC6LFDNR6
BELZINDEXInternal consecutive number of document line item BELZINDEXNUMC6LFDNR6
PREISTEXTText Field TEXT50CHAR50TEXT50
BELZARTTEXTText (30 Characters) TEXT30CHAR30TEXT30
MASSTEXTText Field TEXT50CHAR50TEXT50
PREISTUFTEXTText, 40 Characters Long TEXT40CHAR40TEXT40
ABLESGRTEXTText Field TEXT50CHAR50TEXT50
ABLESGRVTEXTText, 40 Characters Long TEXT40CHAR40TEXT40
ABLESEARTTEXTText Field TEXT50CHAR50TEXT50
ABLARTVATEXTText Field TEXT50CHAR50TEXT50
BELARTTEXTText Field TEXT50CHAR50TEXT50
TEMPAREATEXTText Field TEXT50CHAR50TEXT50
GEWKEYTEXTText, 40 Characters Long TEXT40CHAR40TEXT40
AKTIVETEXTText Field TEXT50CHAR50TEXT50
ZEITTYPTEXTText Field TEXT50CHAR50TEXT50
LINSORTTEXTText Field TEXT50CHAR50TEXT50
REGRELSORTTEXTText Field TEXT50CHAR50TEXT50
BELZEILEBilling line item for billing documents BELZEILENUMC6LFDNR6
UMWAGR_ZFAKTConversion reason register factor UMWAGR_ZFAKTCHAR1KENNZX
UMWAGR_ZFAKTABRConversion reason register-specific billing factor UMWAGR_ZFAKTABRCHAR1KENNZX
UMWAGR_GASZZAHLReason for converting gas volume correction factor UMWAGR_GASZZAHLCHAR1KENNZX
UMWAGR_BRENNWERTReason for converting calorific value UMWAGR_BRENNWERTCHAR1KENNZX
UMWAGR_UMFAKTORReason for converting conversion factor UMWAGR_UMFAKTORCHAR1KENNZX
UMWAGR_WOBBEFAKTReason for converting Wobbe factor UMWAGR_WOBBEFAKTCHAR1KENNZX
UMWAGR_DIMUMRECHReason for converting dimension UMWAGR_DIMUMRECHCHAR1KENNZX
RTPINTERFACERTP interface E_RTPINTERFACECHAR10Assigned to domainE_RTPINTERFACE
CONDIREFInternal: Reference Number for a Condition CONDIREFNUMC4LFDNR4
RTPTARIFNRRate key TARIFNRCHAR10Assigned to domainTARIFNRTRFISU_F4_TARIF
TARIFBEZRate description TARIFBEZCHAR50TEXT50
BASIC_TARIFBEZRate description TARIFBEZCHAR50TEXT50
ETOUEXCEPTBEZTOU Exception Text E_TOUEXCEPT_TEXTCHAR60TEXT60
EXCEPTPRGBEZTOU Exception Program Text E_TOUEXCEPTPROG_TEXTCHAR60TEXT60

Key field Non-key field



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

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

How to access SAP table DERCHZ

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