SAP BAPI_VBKA_VBKAKOM BO VBKA: General Data Table data and field list

BAPI_VBKA_VBKAKOM 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 "BO VBKA: General Data" 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_BAPI_VBKA_VBKAKOM TYPE BAPI_VBKA_VBKAKOM.

The BAPI_VBKA_VBKAKOM table consists of various fields, each holding specific information or linking keys about BO VBKA: General Data data available in SAP. These include REFOBJECTKEY (Object key), DOC_NUMBER (SD document no. of a sales activity in sales support), ACTIVITY_TYPE (Sales Activity Type for Sales Support), SALESORG (Sales Organization)... 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. .

BAPI_VBKA_VBKAKOM structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP BAPI_VBKA_VBKAKOM structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the BAPI_VBKA_VBKAKOM table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
REFOBJECTTYPEObject Type SWO_OBJTYPCHAR10TOJTBOJ_NAMEOBJ
REFOBJECTKEYObject key SWO_TYPEIDCHAR70SWO_TYPEID
DOC_NUMBERSD document no. of a sales activity in sales support CAS_VBELNCHAR10Assigned to domainALPHAVBELNVCA
ACTIVITY_TYPESales Activity Type for Sales Support KTAARCHAR4TVKKKTAARVKCH_KTAAR
SALESORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
DISTR_CHANDistribution Channel VTWEGCHAR2TVTWVTWEGVTWC_VTWEG
DIVISIONDivision SPARTCHAR2TSPASPARTSPAC_SPART
SALES_OFFSales Office VKBURCHAR4TVBURVKBURVKB
SALES_GRPSales Group VKGRPCHAR3TVKGRVKGRPVKG
FROM_DATEStart of sales activity (date) KTABGDATS8KTABG
TO_DATEEnd of sales activity (date) KTAENDATS8KTAEN
FROM_TIMEStart of sales activity KTABTTIMS6KTABT
TO_TIMEEnd of sales activity (time) KTAETTIMS6KTAET
REASONReason for sales activity KTAGRCHAR3TVC2KTAGR
RESULTOutcome of sales activities KTAERCHAR3TVC1KTAER
RESULT_EXPLANATIONAnalysis of sales activity outcome KTAEBCHAR3TVC4KTAEB
STATEStatus of sales activity KTASTCHAR1TVC3KTAST
FOLLOW_UP_TYPEType of follow-up activity KTAFKCHAR4TVKKKTAAR
FOLLOW_UP_DATEDate of follow-up sales activity KTADADATS8KTADA
ACTIVITY_COMMENTShort text for a sales activity KTEXT_CASCHAR40TEXT40
DESCRPT_01Sales activity description 01 KTA01CHAR2TVCAKTA01
DESCRPT_02Sales activity description 02 KTA02CHAR2TVCBKTA02
DESCRPT_03Sales activity description 03 KTA03CHAR2TVCCKTA03
DESCRPT_04Sales activity description 04 KTA04CHAR2TVCDKTA04
DESCRPT_05Sales activity description 05 KTA05CHAR2TVCEKTA05
DESCRPT_06Sales activity description 06 KTA06CHAR3TVCFKTA06
DESCRPT_07Sales activity description 07 KTA07CHAR3TVCGKTA07
DESCRPT_08Sales activity description 08 KTA08CHAR3TVCHKTA08
DESCRPT_09Sales activity description 09 KTA09CHAR3TVCIKTA09
DESCRPT_10Sales activity description 10 KTA10CHAR3TVCJKTA10

Key field Non-key field



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

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

How to access SAP table BAPI_VBKA_VBKAKOM

Within an ECC or HANA version of SAP you can also view further information about BAPI_VBKA_VBKAKOM and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).