TLRS_TARO_CNT_DERIVED SAP (TARO Derived Content Data) Structure details

Dictionary Type: Structure
Description: TARO Derived Content Data




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




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

TLRS_TARO_CNT_DERIVED 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 Derived Content 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_DERIVED TYPE TLRS_TARO_CNT_DERIVED.

The TLRS_TARO_CNT_DERIVED table consists of various fields, each holding specific information or linking keys about TARO Derived Content Data data available in SAP. These include COUNTERPARTY_ID (Derived Counterparty Data: Counterparty ID), COUNTERPARTY_ID_TYPE (Identifier Code), COUNTERPARTY_NAME (Derived Counterparty Data: Counterparty Name), COUNTERPARTY_DOMICILE (Derived Counterparty Data: Counterparty Domicile).. 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_DERIVED 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
COUNTERPARTY_IDDerived Counterparty Data: Counterparty ID FTR_TARO_COUNTERP_IDCHAR50
COUNTERPARTY_ID_TYPEIdentifier Code FTR_TARO_TARO_ID_TYPECHAR3FTR_TARO_TARO_ID_TYPE
COUNTERPARTY_NAMEDerived Counterparty Data: Counterparty Name FTR_TARO_COUNTERP_NAMECHAR100
COUNTERPARTY_DOMICILEDerived Counterparty Data: Counterparty Domicile FTR_TARO_COUNTERP_DOMICILECHAR500
COUNTERPARTY_CORP_SECTORDerived Counterparty Data: Counterparty Corporate Sector FTR_TARO_COUNTERP_CORP_SECTORCHAR1
COUNTERPARTY_FIN_SECTORDerived Counterparty Data: Counterparty Financial Sector FTR_TARO_COUNTERP_FIN_SECTORCHAR1
OTHER_COUNTERPARTY_IDDerived Counterparty Data: Other Counterparty ID FTR_TARO_OTHER_COUNTERP_IDCHAR50
OTHER_COUNTERPARTY_ID_TYPEIdentifier Code FTR_TARO_TARO_ID_TYPECHAR3FTR_TARO_TARO_ID_TYPE
BROKER_IDDerived Counterparty Data: Broker ID FTR_TARO_BROKER_IDCHAR50
BROKER_ID_TYPEIdentifier Code FTR_TARO_TARO_ID_TYPECHAR3FTR_TARO_TARO_ID_TYPE
REPORTING_ENTITY_IDDerived Counterparty Data: Reporting Entity ID FTR_TARO_REPORTING_ENTITY_IDCHAR50
REPORTING_ENTITY_ID_TYPEIdentifier Code FTR_TARO_TARO_ID_TYPECHAR3FTR_TARO_TARO_ID_TYPE
CLEARING_MEMBER_IDDerived Counterparty Data: Clearing Member ID FTR_TARO_CLEARING_MEMBER_IDCHAR50
CLEARING_MEMBER_ID_TYPEIdentifier Code FTR_TARO_TARO_ID_TYPECHAR3FTR_TARO_TARO_ID_TYPE
BENEFICIARY_IDDerived Counterparty Data: Beneficiary ID FTR_TARO_BENEFICIARY_IDCHAR50
BENEFICIARY_ID_TYPEIdentifier Code FTR_TARO_TARO_ID_TYPECHAR3FTR_TARO_TARO_ID_TYPE
NON_EUROPEAN_COUNTERPDerived Counterparty Data: Non-European Counterparty FTR_TARO_NON_EUROPEAN_COUNTERPCHAR1
CLEARING_THRESHOLDDerived Counterparty Data: Clearing Threshold FTR_TARO_CLEARING_THRESHOLDCHAR1
ACTION_TYPE_DTLAction Type Details FTR_TARO_ACTION_TYPE_DTLCHAR50
CCP_IDClearing Data: CCP Identification FTR_TARO_CCP_IDCHAR50
CCP_ID_TYPEIdentifier Code FTR_TARO_TARO_ID_TYPECHAR3FTR_TARO_TARO_ID_TYPE

Key field Non-key field



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

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

How to access SAP table TLRS_TARO_CNT_DERIVED

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