VBKAVB SAP (Sales Activities ( Data Base and Dynamic Part )) Structure details

Dictionary Type: Structure
Description: Sales Activities ( Data Base and Dynamic Part )




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




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

VBKAVB 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 "Sales Activities ( Data Base and Dynamic Part )" 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_VBKAVB TYPE VBKAVB.

The VBKAVB table consists of various fields, each holding specific information or linking keys about Sales Activities ( Data Base and Dynamic Part ) data available in SAP. These include MANDT (Client), VBELN (SD document no. of a sales activity in sales support), ERDAT (Date on Which Record Was Created), ERZET (Entry time).. 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 VBKAVB 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
MANDTClient MANDTCLNT3T000MANDT
VBELNSD document no. of a sales activity in sales support CAS_VBELNCHAR10VBUKALPHAVBELNVCA
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERZETEntry time ERZETTIMS6UZEIT
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AEZETTime last change was made AEZETTIMS6UZEIT
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
KTAARSales Activity Type for Sales Support KTAARCHAR4TVKKKTAARVKCH_KTAAR
VBTYPSD document category VBTYPCHAR1VBTYP
TRVOGTransaction group TRVOGCHAR1TRVOGVTV
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2TVKOVVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2TVTASPARTSPAC_SPART
VKBURSales Office VKBURCHAR4TVKBZVKBURVKB
VKGRPSales Group VKGRPCHAR3TVBVKVKGRPVKG
KTABGStart of sales activity (date) KTABGDATS8KTABG
KTAENEnd of sales activity (date) KTAENDATS8KTAEN
KTABTStart of sales activity KTABTTIMS6KTABT
KTAETEnd of sales activity (time) KTAETTIMS6KTAET
KTAGRReason for sales activity KTAGRCHAR3TVC2KTAGR
KTASTStatus of sales activity KTASTCHAR1TVC3KTAST
KTAEROutcome of sales activities KTAERCHAR3TVC1KTAER
KTAEBAnalysis of sales activity outcome KTAEBCHAR3TVC7KTAEB
KTAREnot used UNUSEDC8CHAR8Assigned to domainCHAR8
KTAVAnot used UNUSEDC14CHAR14CHAR14
KTANRNumber of the Address List KTANRCHAR10KTANR
KTAFKType of follow-up activity KTAFKCHAR4TVKKKTAAR
KTADADate of follow-up sales activity KTADADATS8KTADA
ADRNRAddresses: Address number of company address CADRNRCHAR10Assigned to domainALPHACADRNR
KTARADescription of where sales activity took place KTARACHAR20KTARA
VGBELDocument number of the reference document VGBELCHAR10VBUKALPHAVBELN
KTEXTShort text for a sales activity KTEXT_CASCHAR40TEXT40
SUBMICollective Number SUBMICHAR10CHAR10
VBKLAOriginal system with release and transaction control VBKLACHAR9CHAR9
VBKLTSD document indicator VBKLTCHAR1VBKLT
KTA01Sales activity description 01 KTA01CHAR2TVCAKTA01
KTA02Sales activity description 02 KTA02CHAR2TVCBKTA02
KTA03Sales activity description 03 KTA03CHAR2TVCCKTA03
KTA04Sales activity description 04 KTA04CHAR2TVCDKTA04
KTA05Sales activity description 05 KTA05CHAR2TVCEKTA05
KTA06Sales activity description 06 KTA06CHAR3TVCFKTA06
KTA07Sales activity description 07 KTA07CHAR3TVCGKTA07
KTA08Sales activity description 08 KTA08CHAR3TVCHKTA08
KTA09Sales activity description 09 KTA09CHAR3TVCIKTA09
KTA10Sales activity description 10 KTA10CHAR3TVCJKTA10
KUNNRPartner number (KUNNR, LIFNR, or PERNR) KUNDE_DCHAR10ALPHAKUNDE
GBSTKOverall processing status of document GBSTKCHAR1STATV
JOBCOUNTJob ID BTCJOBCNTCHAR8CHAR8
PARVWPartner Function PARVWCHAR2TPARPARVWPARVWPAR
TXT_KONSEText entered in document TXT_KONSECHAR1FLAG
STAFOUpdate group for statistics update STAFOCHAR6Assigned to domainALPHASTAFOMCF
STR_HAS_PRIFlag: Street has priority over PO box AD_STRPRIOCHAR1AD_STRPRIO
DIRECTIONDirection of sales activity: Inbound / outbound ACT_DIRECTIONCHAR1ACT_DIRECTION
KTAAR_CLASSCAS: Classify sales activity types KTAAR_CLASSCHAR1KTAAR_CLASS
KALEMaintain appointments in calendar KALECHAR1KALE
KTEXT_MCShort Text for a Sales Activity in Uppercase Letters KTEXT_CAS_MCCHAR40TEXT40U
KTEXT_MC_LANGULanguage Key for Short Text KTEXT_CAS_MC_LANGLANG1Assigned to domainISOLASPRAS
UPDKZUpdate indicator UPDKZ_DCHAR1UPDKZ

Key field Non-key field



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

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

How to access SAP table VBKAVB

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