MCVBKA SAP (SD/CAS: SIS Sales Activities/Mailing - Communication Struct.) Structure details

Dictionary Type: Structure
Description: SD/CAS: SIS Sales Activities/Mailing - Communication Struct.




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




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

MCVBKA 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 "SD/CAS: SIS Sales Activities/Mailing - Communication Struct." 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_MCVBKA TYPE MCVBKA.

The MCVBKA table consists of various fields, each holding specific information or linking keys about SD/CAS: SIS Sales Activities/Mailing - Communication Struct. data available in SAP. These include VBELN (SD document no. of a sales activity in sales support), TRVOG (Transaction group), VKORG (Sales Organization), VTWEG (Distribution Channel).. 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 MCVBKA 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 MANDTCLNT3Assigned to domainMANDT
VBELNSD document no. of a sales activity in sales support CAS_VBELNCHAR10Assigned to domainALPHAVBELNVCA
TRVOGTransaction group TRVOGCHAR1TRVOGVTV
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
VKBURSales Office VKBURCHAR4Assigned to domainVKBURVKB
VKGRPSales Group VKGRPCHAR3Assigned to domainVKGRPVKG
ERDATDate on Which Record Was Created ERDATDATS8DATUM
KTABGStart of sales activity (date) KTABGDATS8KTABG
KTAARSales Activity Type for Sales Support KTAARCHAR4Assigned to domainKTAARVKCH_KTAAR
KTASTStatus of sales activity KTASTCHAR1Assigned to domainKTAST
KTAGRReason for sales activity KTAGRCHAR3Assigned to domainKTAGR
KTAEROutcome of sales activities KTAERCHAR3Assigned to domainKTAER
KTAEBAnalysis of sales activity outcome KTAEBCHAR3Assigned to domainKTAEB
KTA01Sales activity description 01 KTA01CHAR2Assigned to domainKTA01
KTA02Sales activity description 02 KTA02CHAR2Assigned to domainKTA02
KTA03Sales activity description 03 KTA03CHAR2Assigned to domainKTA03
KTA04Sales activity description 04 KTA04CHAR2Assigned to domainKTA04
KTA05Sales activity description 05 KTA05CHAR2Assigned to domainKTA05
KTA06Sales activity description 06 KTA06CHAR3Assigned to domainKTA06
KTA07Sales activity description 07 KTA07CHAR3Assigned to domainKTA07
KTA08Sales activity description 08 KTA08CHAR3Assigned to domainKTA08
KTA09Sales activity description 09 KTA09CHAR3Assigned to domainKTA09
KTA10Sales activity description 10 KTA10CHAR3Assigned to domainKTA10
KUNNRPartner number (KUNNR, LIFNR, or PERNR) KUNDE_DCHAR10ALPHAKUNDE
PARVWPartner Function PARVWCHAR2Assigned to domainPARVWPARVWPAR
DIRECTIONDirection of sales activity: Inbound / outbound ACT_DIRECTIONCHAR1ACT_DIRECTION
STAFOUpdate group for statistics update STAFOCHAR6Assigned to domainALPHASTAFOMCF
VBKA_DUMMYDummy function in length 1 DUMMYCHAR1DUMMY
PKUNAGSold-to party KUNAGCHAR10Assigned to domainALPHAKUNNRVAG
PKUNWEShip-to party KUNWECHAR10Assigned to domainALPHAKUNNR
PARZMEmployee PERNR_SDNUMC8PERNR
PARVESales employee VRTNRNUMC8PERNRPREMV
PARNR_APNumber of contact person PARNRNUMC10PARNRVPA
PDUMMYDummy function in length 1 DUMMYCHAR1DUMMY
.INCLU--AP 0

Key field Non-key field



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

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

How to access SAP table MCVBKA

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