TYC_BSPRD_MD SAP (Basis Spreads: Market Data) Table details

Dictionary Type: Table
Description: Basis Spreads: Market Data




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




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

TYC_BSPRD_MD is a standard SAP Table which is used to store Basis Spreads: Market Data data and is available within R/3 SAP systems depending on the version and release level.

The TYC_BSPRD_MD table consists of various fields, each holding specific information or linking keys about Basis Spreads: Market Data data available in SAP. These include BSPRD_ID (Basis Spread ID), QUOTYP (Quotation type), RATE_TYPE (Rate Type), QUOTDATE (Date of Quotation).. 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 TYC_BSPRD_MD 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 MANDTCLNT3Assigned to domainMANDT
BSPRD_IDBasis Spread ID TYC_BSPRD_IDCHAR15TYC_BSPRD_DEFTYC_BSPRD_ID
QUOTYPQuotation type TB_QUOTYPNUMC1T_QUOTYP
RATE_TYPERate Type TYC_RATETYPECHAR1TYC_RATETYPE
QUOTDATEDate of Quotation TYC_QUOTDATEDATS8
TIMESTAMPUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
BSPRDBasis Spread Value in Basis Points TYC_BSPRDDEC17(10) TYC_BSPRD
CREATEDBYCreated By TYC_CRUSERCHAR12SYCHAR12
DELETION_INDDeletion Indicator TYC_DELETION_INDCHAR1BOOLE

Key field Non-key field



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

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

SELECT SINGLE *
FROM TYC_BSPRD_MD
INTO CORRESPONDING FIELDS OF WA_TYC_BSPRD_MD
WHERE...

How to access SAP table TYC_BSPRD_MD

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