VWKMPO SAP (Corporate actions (items)) Table details

Dictionary Type: Table
Description: Corporate actions (items)




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




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

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

The VWKMPO table consists of various fields, each holding specific information or linking keys about Corporate actions (items) data available in SAP. These include KMNR (Corporate Action Number), POSNR (Item Number of a Corporate Action), REFRANL (ID number of reference security of corporate action), REFUNIT (Reference unit).. 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: Cannot Be Enhanced


SAP VWKMPO 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 KMNRCHAR13VWKMKOALPHAVKMNRKMA
POSNRItem Number of a Corporate Action TPOSNRNUMC8NUM8
REFRANLID number of reference security of corporate action TREFRANLCHAR13Assigned to domainALPHAWP_RANL
REFUNITReference unit REFUNITDEC15(5) REFUNIT
AUSARTExercise Type for Corporate Action TAUSARTNUMC1TAUSART
RANLID no. of security to be transferred in corporate action TRANLCHAR13Assigned to domainALPHAWP_RANL
VZ+/- Sign TVZCHAR1TVZ
BESTAENPosition inflow/ouflow TANZAHLFLTP16(16) TANZAHL
BWKOMPWhich components of book value are being changed? TREFWERTNUMC2TREFWERT
BWFAKTValue change coefficient TFAKTORFLTP16(16) TFAKTOR
MAXBWMaximum value to be transferred TMAXBWDEC15(6) TMAXBW
WAEHRUNGTransaction Currency TWAERCUKY5TCURCWAERSFWS
BWKONSTConstant amount which changes position TKONSTCURR13(2) WERTV7
REF6BSelect date for price gain depreciation REF6BNUMC1REF6B
KGV_FLAGManages status of the related price gains/losses flows TKGVCHAR1TKGV
SBWHR_FIXPosition currency (--> Position currency conversion) SBWHR_NEUCUKY5Assigned to domainWAERS
DEAL_NUMBERFinancial Transaction TB_RFHACHAR13Assigned to domainALPHAT_RFHAFANVTBA
COMPANY_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001

Key field Non-key field



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

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

SELECT SINGLE *
FROM VWKMPO
INTO CORRESPONDING FIELDS OF WA_VWKMPO
WHERE...

How to access SAP table VWKMPO

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