VZSKOKO SAP (Condition header for stock, subscrip.rights, investments) Table details

Dictionary Type: Table
Description: Condition header for stock, subscrip.rights, investments




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




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

VZSKOKO is a standard SAP Table which is used to store Condition header for stock, subscrip.rights, investments data and is available within R/3 SAP systems depending on the version and release level.

The VZSKOKO table consists of various fields, each holding specific information or linking keys about Condition header for stock, subscrip.rights, investments data available in SAP. These include RANL (Contract Number), DGUEL_KK (Date Condition Effective from), SANLF (Product Category), SSTATI (Status of data record).. 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 VZSKOKO 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
RANLContract Number RANLCHAR13ALPHARANLRAN
DGUEL_KKDate Condition Effective from DGUELDATS8DATUM
SANLFProduct Category SANLFNUMC3Assigned to domainVVSANLF
SSTATIStatus of data record SSTATINUMC2Assigned to domainSTATI
KZAHLAKTPay-in rate KZAHLAKTDEC10(7) DEC3_7
BZAHLAKTAmount Deposited BZAHLAKTCURR10(2) WHRBTRG
DRESTBalance payment date DRESTDATS8DATUM
SZAHLDIVDividend form of payment SZAHLDIVNUMC1SZAHLDIV
DDBABDate from which entitled to dividends DDBABDATS8DATUM
RDIVNRDividend coupon number RDIVNRNUMC3NUM03
BAUSGLCHClearing amount for swap BABTACURR10(2) WHRBTRG
SWHRAUSGClearing amount currency SWHRAUSGCUKY5TCURCWAERS
DXGUELTTrading until DTGBIDATS8DATUM
DTSCHABSwap period from DTFVODATS8DATUM
DXTAUSCHSwap period to DTFBIDATS8DATUM
ATCHNENSwap ratio - denominator BTVNEDEC9(4) DEC5_4
ATSHZAESwap ratio - numerator BTVZADEC9(4) DEC5_4
PWANLRABReinvestment discount percent PWARBDEC10(7) DEC3_7
JTHESAUReinvestment indicator STHESCHAR1JANEI
DBFRBDate subscription period until DBFRBDATS8DATUM
DBFRVSubscription period from DBFRVDATS8DATUM
BBPRUUnderlying subscription price BBPRUCURR10(2) VVBNENNW
RWBZPSubscription price currency RWBZPCUKY5TCURCWAERS
RWBZP_T30 Characters CHAR30CHAR30CHAR30
DBHABDate of subscription rights trading until DBHABDATS8DATUM
DBHAVDate of subscription rights trading from DBHAVDATS8DATUM
BBVHNSubscription ratio - Denominator BBVHNDEC9(4) DEC5_4
BBVHZSubscription ratio - Numerator BBVHZDEC9(4) DEC5_4
BVNJAAdvantage/disadvantage dividend of new stock BVNJACURR10(2) WHRBTRG
KREAKPost Subscription Rights KREAKDEC15(6) VVKWKURS

Key field Non-key field



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

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

SELECT SINGLE *
FROM VZSKOKO
INTO CORRESPONDING FIELDS OF WA_VZSKOKO
WHERE...

How to access SAP table VZSKOKO

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