TRLS_SUBPOSITION_ATTRIBUTES_I SAP (Include Structure for TRL Subposition) Structure details

Dictionary Type: Structure
Description: Include Structure for TRL Subposition




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




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

TRLS_SUBPOSITION_ATTRIBUTES_I 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 "Include Structure for TRL Subposition" 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_TRLS_SUBPOSITION_ATTRIBUTES_I TYPE TRLS_SUBPOSITION_ATTRIBUTES_I.

The TRLS_SUBPOSITION_ATTRIBUTES_I table consists of various fields, each holding specific information or linking keys about Include Structure for TRL Subposition data available in SAP. These include HINST_FISCAL_YEAR (Fiscal Year), HINST_NUMBER (Hedging Instrument Number), HINST_TR_ACC_CODE (Accounting Code), HINST_VALUATION_AREA (Valuation Area).. 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 TRLS_SUBPOSITION_ATTRIBUTES_I 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
HINST_DESCRIPTIONHedging Instrument Description TPM_HINST_DESCRCHAR60TPM_HINST_DESCR
HINST_FISCAL_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
HINST_NUMBERHedging Instrument Number TPM_HINST_NUMBERCHAR10ALPHATPM_HINST_NUMBER
HINST_TR_ACC_CODEAccounting Code TPM_ACC_CODECHAR4Assigned to domainTPM_ACC_CODETPM_TACTRG_ACC_CODE
HINST_VALUATION_AREAValuation Area TPM_VAL_AREACHAR3Assigned to domainTPM_VAL_AREATPM_VAL_AREATRG_VALUATION_AREA
HITEM_DESCRIPTIONHedged Item Description TPM_HITEM_DESCRCHAR60TPM_HITEM_DESCR
HITEM_FISCAL_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
HITEM_CATEGORYHedged Item Category TPM_HITEM_CATEGORYCHAR2TPM_HITEM_CATEGORY
HITEM_ENDDATEHedged Item Planned End Date TPM_HITEM_PLAN_END_DATEDATS8DATS
HITEM_NUMBERHedged Item Number TPM_HITEM_NUMBERCHAR10ALPHATPM_HITEM_NUMBER
HITEM_STARTDATEHedged Item Start Date TPM_HITEM_START_DATEDATS8DATS
HITEM_TR_ACC_CODEAccounting Code TPM_ACC_CODECHAR4Assigned to domainTPM_ACC_CODETPM_TACTRG_ACC_CODE
HITEM_VALUATION_AREAValuation Area TPM_VAL_AREACHAR3Assigned to domainTPM_VAL_AREATPM_VAL_AREATRG_VALUATION_AREA
HREL_NUMBERHedging Relationship Number (External/Internal) TPM_HREL_NUMBERCHAR10ALPHATPM_HREL_NUMBER
HREL_DESCRIPTIONHedging Relationship Description TPM_HREL_DESCRCHAR60TPM_HREL_DESCR
HREL_VALID_FROMHedging Relationship Valid From Date TPM_HREL_VALID_FROM_DATEDATS8DATS
HREL_STATUSHedging Relationship Status TPM_HREL_STATUSCHAR2TPM_HREL_STATUS

Key field Non-key field



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

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

How to access SAP table TRLS_SUBPOSITION_ATTRIBUTES_I

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