FVVW_STOCK_BASIC_DATA SAP (Basic Data and Conditions of Stocks) Structure details

Dictionary Type: Structure
Description: Basic Data and Conditions of Stocks




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




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

FVVW_STOCK_BASIC_DATA 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 "Basic Data and Conditions of Stocks" 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_FVVW_STOCK_BASIC_DATA TYPE FVVW_STOCK_BASIC_DATA.

The FVVW_STOCK_BASIC_DATA table consists of various fields, each holding specific information or linking keys about Basic Data and Conditions of Stocks data available in SAP. These include SWERTTYP_T (Short name for ATAB tables), SNOTI (Quotation Indicator), SNOTI_T (Char 20), KBNEWE (Nominal Value per Stock (Independent of Currency)).. 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 FVVW_STOCK_BASIC_DATA 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
SWERTTYPSecurity Type ID SWERTTYPNUMC1Assigned to domainSAKTTYP
SWERTTYP_TShort name for ATAB tables XKURZBEZCHAR15XKBEZ
SNOTIQuotation Indicator SNOTINUMC1SNOTI
SNOTI_TChar 20 CHAR20CHAR20CHAR20
KBNEWENominal Value per Stock (Independent of Currency) VVBNEWEDEC15(6) VVKWKURS
SBOERNOTIndicator: Listed on an Exchange SBOERNOTCHAR1JANEI
SBOERNOT_T30 Characters CHAR30CHAR30CHAR30
SAKARStock category SAKARNUMC1SAKAR
SAKAR_TCharacter field, length 32 CHAR32CHAR32CHAR32
SVBREStock form indicator SVBRENUMC1SVBRE
SVBRE_T30 Characters CHAR30CHAR30CHAR30
JDECKRegulatory reporting BPV (hedge fund Y/N) JDECKCHAR1JANEI
JDECK_T30 Characters CHAR30CHAR30CHAR30
SSTBETax treatment indicator SSTBECHAR1JANEI
SSTBE_T30 Characters CHAR30CHAR30CHAR30
RATINGRating BP_RATINGCHAR3Assigned to domainBP_RATING
INSTITUT_TChar45 CHAR45CHAR45CHAR45
RDIVNRDividend coupon number RDIVNRNUMC3NUM03
TEXT2917-Char. Field CHAR17CHAR17CHAR17
AAAAKTIENumber of stocks issued AAAAKTIEDEC12DEC12
JABMIJoint partner vote indicator JABMICHAR1JANEI
JABMI_TCharacter field, length 32 CHAR32CHAR32CHAR32
SSRBE_T30 Characters CHAR30CHAR30CHAR30
PKUABPrice deviation in percent PKUABDEC10(7) DEC3_7
BKUABAbsolute price deviation BKUABCURR10(2) WHRBTRG
SAINGForeign Investment Law indicator SAINGCHAR1JANEI
SAING_TCharacter field, length 32 CHAR32CHAR32CHAR32
KREAKPost Subscription Rights KREAKDEC15(6) VVKWKURS
BVNJAAdvantage/disadvantage dividend of new stock BVNJACURR10(2) WHRBTRG
PDIVBERDividend rights per unit in percentage terms PDIVBERDEC10(7) DEC3_7
DDBABDate from which entitled to dividends DDBABDATS8DATUM
BEMPREISIssue Price BEMPREISCURR10(2) VVBNENNW
TEXT80Field length 18 CHAR18CHAR18CHAR18
STARTDATETerm from DLAVODATS8DATUM
ENDDATETerm to DLABIDATS8DATUM
RATIONUMERATOROption ratio - numerator BOVZADEC9(4) DEC5_4
RATIODENOMINATOROption ratio - Denominator BOVNEDEC9(4) DEC5_4
PRICEExercise price BBASPREICURR13(2) BWHR
CURRENCY1Exercise price currency RWHRBASCUKY5Assigned to domainWAERS
SWHRAUSG_T30 Characters CHAR30CHAR30CHAR30

Key field Non-key field



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

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

How to access SAP table FVVW_STOCK_BASIC_DATA

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