TLRS_TARO_CNT_CONTRACT_TYPE SAP (TARO Contract Type Data) Structure details

Dictionary Type: Structure
Description: TARO Contract Type Data




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




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

TLRS_TARO_CNT_CONTRACT_TYPE 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 "TARO Contract Type Data" 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_TLRS_TARO_CNT_CONTRACT_TYPE TYPE TLRS_TARO_CNT_CONTRACT_TYPE.

The TLRS_TARO_CNT_CONTRACT_TYPE table consists of various fields, each holding specific information or linking keys about TARO Contract Type Data data available in SAP. These include PRODUCT_ID1 (Contract Type Data: Product ID 1), PRODUCT_ID2 (Contract Type Data: Product ID 2), UNDERLYING_TYPE (Contract Type Data: Underlying Type), UNDERLYING (Contract Type Data: Underlying).. 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 TLRS_TARO_CNT_CONTRACT_TYPE 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
TAXONOMYContract Type Data: Taxonomy Used FTR_TARO_TAXONOMYCHAR1
PRODUCT_ID1Contract Type Data: Product ID 1 FTR_TARO_PRODUCT_ID1CHAR12
PRODUCT_ID2Contract Type Data: Product ID 2 FTR_TARO_PRODUCT_ID2CHAR6
UNDERLYING_TYPEContract Type Data: Underlying Type FTR_TARO_UNDERLYING_TYPECHAR4
UNDERLYINGContract Type Data: Underlying FTR_TARO_UNDERLYINGCHAR20
DELIVERABLE_CURRContract Type Data: Deliverable Currency FTR_TARO_DELIVERABLE_CURRCUKY5Assigned to domainWAERS
NOTIONAL_CURR1Contract Type Data: Notional Currency 1 FTR_TARO_NOTIONAL_CURRENCY1CUKY5Assigned to domainWAERS
NOTIONAL_CURR2Contract Type Data: Notional Currency 2 FTR_TARO_NOTIONAL_CURRENCY2CUKY5Assigned to domainWAERS

Key field Non-key field



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

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

How to access SAP table TLRS_TARO_CNT_CONTRACT_TYPE

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