STRUCT_VTB_MARKET SAP (Market Data Structure) Structure details

Dictionary Type: Structure
Description: Market Data Structure




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




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

STRUCT_VTB_MARKET 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 "Market Data Structure" 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_STRUCT_VTB_MARKET TYPE STRUCT_VTB_MARKET.

The STRUCT_VTB_MARKET table consists of various fields, each holding specific information or linking keys about Market Data Structure data available in SAP. These include SCLASS (Datafeed: Instrument Class), RKEY1 (Datafeed: Key 1), RKEY2 (Datafeed: Key 2), SINSTRUMNT (Datafeed: Rate type).. 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 STRUCT_VTB_MARKET 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 MANDTCLNT3T000MANDT
SCLASSDatafeed: Instrument Class TB_CLASSCHAR2VTBDFCT_CLASS
RKEY1Datafeed: Key 1 TB_KEY1CHAR15T_KEY1
RKEY2Datafeed: Key 2 TB_KEY2CHAR15T_KEY
SINSTRUMNTDatafeed: Rate type TB_INSTRCHAR5T_INSTR
RFEEDNAMEMarket Data: Data Provider TB_DFNAMECHAR10VTBDFFT_DFCHAR10DLNAME
RZUSATZDatafeed: Additional key TB_ZUSATZCHAR10T_CHAR10
SMETACLASSDatafeed: Meta instrument class TB_MCLASSCHAR2CHAR2
SCLASS2Datafeed: Instrument Class TB_CLASSCHAR2VTBDFCT_CLASS
RKEY12Datafeed: Key 1 TB_KEY1CHAR15T_KEY1
RKEY22Datafeed: Key 2 TB_KEY2CHAR15T_KEY
SSTATSDatafeed: Status of market date TB_STATSCHAR2T_DFCHAR2
SPOOLIDDatafeed: Spool- / Workflow identifier TB_SPOOLIDDEC15TZNTSTMPS
ERRORDatafeed: Error message TB_ERRORCHAR80T_CHAR80
RUPDHISTDatafeed: Flag for refreshing R/3 tables TB_UPDHISTCHAR1T_DFCHAR1
RDONEDatafeed: Flag for update indicator TB_DONECHAR1T_DFCHAR1
RSUPIDDatafeed: Supplier ID TB_SUPIDCHAR10Assigned to domainT_DFCHAR10
RCONIDDatafeed: Contributor ID TB_CONIDCHAR10Assigned to domainT_DFCHAR10
RCONCNDatafeed: contributor country TB_CONCNCHAR5T_DFCHAR5
DDATEDatafeed: Value date in SAP format TB_SDATEDATS8DATS
TTIMEDatafeed: Time of value (SAP format) TB_STIMETIMS6TIMES
VALUEDatafeed: Value of requested property TB_VALUECHAR20T_DFCHAR20
CURRENCYDatafeed: Currency key TB_CURRCHAR5T_DFCHAR5
FFACTDatafeed: Factor for units of from-currency TB_CFFACT_9CHAR9T_CHAR9
TFACTDatafeed: Factor for units of to-currency TB_CTFACT_9CHAR9T_CHAR9
MKINDDatafeed: Price notation for security prices TB_MKINDCHAR5T_CHAR5
RINID1Datafeed: Instrument name TB_INID1CHAR20T_DFCHAR20
RINID2Datafeed: Data source TB_INID2CHAR15T_DFCHAR15
SPRPTYMarket data: Instrument property TB_PRPTYCHAR15T_DFCHAR15
UNAMEUser Name SYUNAMECHAR12SYCHAR12
UKURSART1Datafeed: Rate type TB_INSTRCHAR5T_INSTR
UKURSART2Datafeed: Rate type TB_INSTRCHAR5T_INSTR
ZEITRAUMDatafeed: period TB_ZEITRCHAR4CHAR4
KONFIDENZDatafeed: confidence level TB_KONFIDCHAR6CHAR6
DECAYDatafeed: decay factor TB_DECAYCHAR6CHAR6
REALTIMEDatafeed: Indicator for real-time data supply TB_REALTMECHAR1XFELD
LIMITDatafeed: Rate monitoring TB_LIMITINT13T_LIMIT
SPOOLID2Datafeed: Spool- / Workflow identifier TB_SPOOLIDDEC15TZNTSTMPS
TIMEDEPDatafeed: Indicator for intraday rates/prices TB_TIMEDEPCHAR1T_TIMEDEP
ICONNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
CHECKBOXSingle-Character Indicator CHAR1CHAR1CHAR1
MQUOTEDatafeed: Indirect (x) or Direct Quotation ( ) TB_QUOTECHAR1T_DFCHAR1
CCY_UNITDatafeed: Currency TB_CCYUNITCHAR5T_CHAR5_CAPITALS
UOMDatafeed: Unit of Measurement TB_UOMCHAR3T_CHAR3
PUT_CALL_INDDatafeed: Put/Call Indicator for Listed Options TB_PUTCALLCHAR1T_DFCHAR1
STRIKE_AMOUNTDatafeed: Strike Price for Listed Options TB_STRIKE_AMOUNTCHAR20T_DFCHAR20

Key field Non-key field



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

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

How to access SAP table STRUCT_VTB_MARKET

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