VWKMKO SAP (Corporate actions (header)) Table details

Dictionary Type: Table
Description: Corporate actions (header)




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




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

VWKMKO is a standard SAP Table which is used to store Corporate actions (header) data and is available within R/3 SAP systems depending on the version and release level.

The VWKMKO table consists of various fields, each holding specific information or linking keys about Corporate actions (header) data available in SAP. These include KMNR (Corporate Action Number), DATUM (Corporate action key date), STATUS (Status of corporate action), KMART (Type of corporate action).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP VWKMKO table 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
KMNRCorporate Action Number KMNRCHAR13ALPHAVKMNRKMA
DATUMCorporate action key date DDATUMDATS8DATUM
STATUSStatus of corporate action TSTATUSNUMC1TSTATUS
KMARTType of corporate action TKMARTNUMC2TZBKMTKMART
HERKCorporate action category THERK_DCHAR2THERK
KURZTEXTShort text/description of the object KURZTEXTCHAR40TEXT40
XZUSATZAssignment XZUSATZCHAR18CHAR18
BEWART1Flow type for flow category AKM TBEWART1CHAR4TZB0ASBEWART
BEWART2Flow type for flow category SKM TBEWART2CHAR4TZB0ASBEWART
BEWART3Flow type for flow category XKM (D) TBEWART3CHAR4TZB0ASBEWART
BEWART4Flow type for flow category XKM (C) TBEWART4CHAR4TZB0ASBEWART
BEWART5Flow type for flow category XAKM (D) TBEWART5CHAR4TZB0ASBEWART
BEWART6Flow type for flow category XAKM TBEWART6CHAR4TZB0ASBEWART
BEWART7Flow type for flow category XDKM (D) TBEWART7CHAR4TZB0ASBEWART
BEWART8Flow type for flow category XDKM (C) TBEWART8CHAR4TZB0ASBEWART
BEWART9Flow type for flow category KKM (D) TBEWART9CHAR4TZB0ASBEWART
BEWART10Flow type for flow category KKM (C) TBEWART10CHAR4TZB0ASBEWART
BEWART11Flow type for flow category XEKM (D) TBEWART11CHAR4TZB0ASBEWART
BEWART12Flow type for flow category XEKM (C) TBEWART12CHAR4TZB0ASBEWART
BEWART13Flow type for flow category XFKM (D) TBEWART13CHAR4TZB0ASBEWART
BEWART14Flow type for flow category XFKM (C) TBEWART14CHAR4TZB0ASBEWART
BEWART15Flow type for flow category KAKM (D) TBEWART15CHAR4TZB0ASBEWART
BEWART16Flow type for flow category KAKM (C) TBEWART16CHAR4TZB0ASBEWART
RERFEntered by RERFCHAR12SYCHAR12
DERFFirst Entered on DERFDATS8DATUM
TERFTime of Initial Entry TERFTIMS6TIMES
REHERSource of initial entry REHERCHAR10CHAR10
RBEAREmployee ID RBEARCHAR12SYCHAR12
DBEARLast Edited on DBEARDATS8DATUM
TBEARLast Edited at TBEARTIMS6TIMES
RBHEREditing Source RBHERCHAR10CHAR10
ZAEHLERNumerator in split ratio etc. TZAEHLERNUMC8NUM8
NENNERDenominator in split ratio etc. TNENNERNUMC8NUM8
KREAKPost Subscription Rights KREAKDEC15(6) VVKWKURS
KURSTExchange Rate Type KURSTCHAR4TCURVKURSTKUT
FLG_ALL_CONDConvert condition currency? TCONDITIONSCHAR1TCONDITIONS
BVNJAAdvantage/disadvantage dividend of new stock BVNJACURR10(2) WHRBTRG
WVNJACurrency of dividend advantage/disadvantage - new stock WVNJACUKY5Assigned to domainWAERS

Key field Non-key field



How do I retrieve data from SAP table VWKMKO using ABAP code

The following ABAP code Example will allow you to do a basic selection on VWKMKO to SELECT all data from the table
DATA: WA_VWKMKO TYPE VWKMKO.

SELECT SINGLE *
FROM VWKMKO
INTO CORRESPONDING FIELDS OF WA_VWKMKO
WHERE...

How to access SAP table VWKMKO

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