TERSMARKET_DATA SAP (Current Market Data for Executable Rights) Structure details

Dictionary Type: Structure
Description: Current Market Data for Executable Rights




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




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

TERSMARKET_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 "Current Market Data for Executable Rights" 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_TERSMARKET_DATA TYPE TERSMARKET_DATA.

The TERSMARKET_DATA table consists of various fields, each holding specific information or linking keys about Current Market Data for Executable Rights data available in SAP. These include KURS_OS_STUECK (Absolute price), KURS_OS_ZINS (Price in percent), KURS_OS_INDEX (Index value), KURS_OS_CURRENCY (Exchange Rate).. 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: Cannot Be Enhanced


SAP TERSMARKET_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
DATUMDate DATUMDATS8DATUM
KURS_OS_STUECKAbsolute price BKURCURR10(2) WHRBTRG
KURS_OS_ZINSPrice in percent PKURDEC10(7) DEC3_7
KURS_OS_INDEXIndex value IDXSTANDDEC15(6) VVPKTKUR
KURS_OS_CURRENCYExchange Rate UKURS_CURRDEC9(5) EXCRTUKURS
KURS_OA_CUM_PPrice in percent PKURDEC10(7) DEC3_7
KURS_OA_EX_PPrice in percent PKURDEC10(7) DEC3_7
KURS_OA_CUM_BAbsolute price BKURCURR10(2) WHRBTRG
KURS_OA_EX_BAbsolute price BKURCURR10(2) WHRBTRG
KURS_OA_OSPrice in percent PKURDEC10(7) DEC3_7
WHR_OSIssue currency REWHRCUKY5Assigned to domainWAERS
WHR_CUMCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
WHR_EXCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
INDEXTYPESecurities Index IDXCHAR10CHAR10
CURR_FROMCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CURR_TOCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
PRICE_INDEXName of Price Index TIDX_INDEX_NAMECHAR15Assigned to domainTIDX_INDEX_NAME
PRICE_INDEX_VALUEIndex Value (Independent of Basis) TIDX_INDEX_VALUE_NO_RATIODEC18(12) TIDX_INDEX_VALUE_NO_RATIO

Key field Non-key field



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

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

How to access SAP table TERSMARKET_DATA

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