E3CVBK0 SAP (SIS - commercial data at header level) Structure details

Dictionary Type: Structure
Description: SIS - commercial data at header level




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




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

E3CVBK0 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 "SIS - commercial data at header level" 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_E3CVBK0 TYPE E3CVBK0.

The E3CVBK0 table consists of various fields, each holding specific information or linking keys about SIS - commercial data at header level data available in SAP. These include VBELN (Sales and Distribution Document Number), POSNR (Item number of the SD document), KONDA (Price group (customer)), KDGRP (Customer group).. 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: Not classified


SAP E3CVBK0 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
SUPKZStatistics update indicator (post in/post out) SUPKZCHAR1SUPKZ
VBELNSales and Distribution Document Number VBELNCHAR10ALPHAVBELNAUN
POSNRItem number of the SD document POSNRNUMC6POSNR
KONDAPrice group (customer) KONDACHAR2KONDAVKA
KDGRPCustomer group KDGRPCHAR2KDGRPVKD
BZIRKSales district BZIRKCHAR6BZIRKBZI
PLTYPPrice list type PLTYPCHAR2PLTYPVPL
INCO1Incoterms (Part 1) INCO1CHAR3INCO1
INCO2Incoterms (Part 2) INCO2CHAR28INCO2
KZAZUOrder Combination Indicator KZAZU_DCHAR1XFELD
PERFKInvoice dates (calendar identification) PERFKCHAR2WFCID
PERRLInvoice list schedule (calendar identification) PERRLCHAR2WFCID
MRNKZManual invoice maintenance MRNKZCHAR1XFELD
KURRFExchange rate for FI postings KURRFDEC9(5) KURRF
VALTGAdditional value days VALTGNUMC2TAGE2
VALDTFixed value date VALDTDATS8DATUM
ZTERMTerms of Payment Key DZTERMCHAR4ZTERM
ZLSCHPayment Method DZLSCHCHAR1ZLSCH
KTGRDAccount assignment group for this customer KTGRDCHAR2KTGRD
KURSKExchange Rate for Price Determination KURSKDEC9(5) EXCRTKURRF
PRSDTDate for pricing and exchange rate PRSDTDATS8DATUM
FKDATBilling date for billing index and printout FKDATDATS8DATUM
FBUDADate on which services rendered FBUDADATS8DATUM
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
POPERPosting period POPERNUMC3POPERPOPR
STCURExchange rate for statistics STCURDEC9(5) EXCRTKURRF
MSCHLDunning key MSCHLCHAR1MSCHL
MANSPDunning block MANSPCHAR1MANSP
FPLNRBilling plan number / invoicing plan number FPLNRCHAR10FPLNR

Key field Non-key field



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

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

How to access SAP table E3CVBK0

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