TLRS_TARO_CNT_TRANSACTION SAP (TARO Transaction Data) Structure details

Dictionary Type: Structure
Description: TARO Transaction Data




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




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

TLRS_TARO_CNT_TRANSACTION 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 Transaction 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_TRANSACTION TYPE TLRS_TARO_CNT_TRANSACTION.

The TLRS_TARO_CNT_TRANSACTION table consists of various fields, each holding specific information or linking keys about TARO Transaction Data data available in SAP. These include COMPRESSION (Transaction Data: Compression), PRICE (Transaction Data: Price), PRICE_NOTATION (Transaction Data: Price Notation), NOTIONAL_AMT (Transaction Data: Notional Amount).. 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_TRANSACTION 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
VENUE_OF_EXECTransaction Data: Venue of Execution FTR_TARO_VENUE_OF_EXECUTIONCHAR4
COMPRESSIONTransaction Data: Compression FTR_TARO_COMPRESSIONCHAR1
PRICETransaction Data: Price FTR_TARO_PRICEDEC15(6) VVPKTKUR
PRICE_NOTATIONTransaction Data: Price Notation FTR_TARO_PRICE_NOTATIONCHAR3
NOTIONAL_AMTTransaction Data: Notional Amount FTR_TARO_NOTIONAL_AMTCURR21(2) TPM_AMOUNT
NOTIONAL_CURRTransaction Data: Notional Currency FTR_TARO_NOTIONAL_CURRENCYCUKY5Assigned to domainWAERS
PRICE_MULTIPLIERTransaction Data: Price Multiplier FTR_TARO_PRICE_MUTLIPLIERDEC10
QUANTITYTransaction Data: Quantity FTR_TARO_QUANTITYDEC10
UPFRPAY_AMTTransaction Data: Up-Front Payment Amount FTR_TARO_UPFRONT_PAYMENT_AMTCURR21(2) TPM_AMOUNT
UPFRPAY_CURRTransaction Data: Up-Front Payment Currency FTR_TARO_UPFRONT_PAYMENT_CURRCUKY5Assigned to domainWAERS
DELIVERY_TYPETransaction Data: Delivery Type FTR_TARO_DELIVERY_TYPECHAR1
EXECUTION_DATETransaction Data: Execution Date FTR_TARO_EXECUTION_DATEDATS8
EXECUTION_TIMETransaction Data: Execution Time FTR_TARO_EXECUTION_TIMETIMS6
EFFECTIVE_DATETransaction Data: Effective Date FTR_TARO_EFFECTIVE_DATEDATS8
MATURITY_DATETransaction Data: Maturity Date FTR_TARO_MATURITY_DATEDATS8
TERMINATION_DATETransaction Data: Termination Date FTR_TARO_TERMINATION_DATEDATS8
SETTLEMENT_DATETransaction Data: Settlement Date FTR_TARO_SETTLEMENT_DATEDATS8
MASTERAGREE_TYPETransaction Data: Master Agreement Type FTR_TARO_MASTER_AGREEMENT_TYPECHAR50
MASTERAGREE_VERSTransaction Data: Master Agreement Version FTR_TARO_MASTER_AGREEMENT_VERSDEC4

Key field Non-key field



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

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

How to access SAP table TLRS_TARO_CNT_TRANSACTION

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