TRLT_INIT_VAL_HR SAP (Init.Hedging Rel.:Mapping to Hedging Rel.in New Company Code) Table details

Dictionary Type: Table
Description: Init.Hedging Rel.:Mapping to Hedging Rel.in New Company Code




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




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

TRLT_INIT_VAL_HR is a standard SAP Table which is used to store Init.Hedging Rel.:Mapping to Hedging Rel.in New Company Code data and is available within R/3 SAP systems depending on the version and release level.

The TRLT_INIT_VAL_HR table consists of various fields, each holding specific information or linking keys about Init.Hedging Rel.:Mapping to Hedging Rel.in New Company Code data available in SAP. These include SRC_HREL_NUMBER (Hedging Relationship Number (External/Internal)), SRC_FISCAL_YEAR (Fiscal Year), VAL_AREA (Valuation Area), SRC_VAL_AREA (Source Valuation Area for Initializing Another Val. 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: 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 TRLT_INIT_VAL_HR 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
SRC_HREL_NUMBERHedging Relationship Number (External/Internal) TPM_HREL_NUMBERCHAR10ALPHATPM_HREL_NUMBER
SRC_FISCAL_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
VAL_AREAValuation Area TPM_VAL_AREACHAR3Assigned to domainTPM_VAL_AREATPM_VAL_AREATRG_VALUATION_AREA
SRC_VAL_AREASource Valuation Area for Initializing Another Val. Area TPM_SRC_VAL_AREACHAR3Assigned to domainTPM_VAL_AREA
COMPANY_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
HREL_NUMBERHedging Relationship Number (External/Internal) TPM_HREL_NUMBERCHAR10ALPHATPM_HREL_NUMBER
HREL_FISCAL_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
KEY_DATETreasury Ledger Date TPM_TRLDATEDATS8DATUM
SRC_HREL_STATUSHedging Relationship Display Status TPM_HREL_DISP_STATUSCHAR2TPM_HREL_DISP_STATUS

Key field Non-key field



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

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

SELECT SINGLE *
FROM TRLT_INIT_VAL_HR
INTO CORRESPONDING FIELDS OF WA_TRLT_INIT_VAL_HR
WHERE...

How to access SAP table TRLT_INIT_VAL_HR

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