TRLT_INIT_IGT_SE SAP (Initialization Values for Intragroup Transactions) Table details

Dictionary Type: Table
Description: Initialization Values for Intragroup Transactions




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




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

TRLT_INIT_IGT_SE is a standard SAP Table which is used to store Initialization Values for Intragroup Transactions data and is available within R/3 SAP systems depending on the version and release level.

The TRLT_INIT_IGT_SE table consists of various fields, each holding specific information or linking keys about Initialization Values for Intragroup Transactions data available in SAP. These include KEY_DATE (System Date), SRC_VAL_AREA (Source Valuation Area for Initializing Another Val. Area), COMPANY_CODE (Company Code), 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: 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_IGT_SE 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
KEY_DATESystem Date SYDATUMDATS8SYDATS
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
VALUATION_AREAValuation Area TPM_VAL_AREACHAR3Assigned to domainTPM_VAL_AREATPM_VAL_AREATRG_VALUATION_AREA
VALUATION_CLASSValuation Class TPM_VAL_CLASSNUMC4Assigned to domainTPM_VAL_CLASS
SECURITY_IDSecurity ID Number VVRANLWCHAR13Assigned to domainALPHAWP_RANLRANSECURITY_F4
LOT_IDIdentifier of the Lot TPM_LOT_IDRAW16SYSUUID
SECURITY_ACCOUNTSecurities Account RLDEPOCHAR10Assigned to domainRLDEPODEPACC_CCD_CORE
ACCOUNT_GROUPSecurities Account Group TPM_SEC_ACCT_GRPCHAR10Assigned to domainTPM_SEC_ACCT_GRPTPM_SHPL_SEC_ACC_GRP
PORTFOLIOPortfolio RPORTBCHAR10Assigned to domainRPORTBT50H_RPORTB_CORE
FUNDFund FM_FUNDCHAR10Assigned to domainBP_GEBERFIC
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
PA_COMPANY_IDCompany ID of trading partner RASSCCHAR6Assigned to domainALPHARCOMPPGS
ORIGIN_DATETreasury Ledger Date TPM_TRLDATEDATS8DATUM
POSITION_CURRPosition Currency TPM_POSITION_CURRCUKY5Assigned to domainWAERS
VALUATION_CURRValuation Currency TPM_VALUATION_CURRCUKY5Assigned to domainWAERS
IGT_GAIN_TI_PCConsolidated Security Gain in Position Currency TPM_IGT_GAIN_TI_PCCURR21(2) TPM_AMOUNT
IGT_GAIN_TI_VCConsolidated Security Gain in Valuation Currency TPM_IGT_GAIN_TI_VCCURR21(2) TPM_AMOUNT
IGT_LOSS_TI_PCConsolidated Security Loss in Position Currency TPM_IGT_LOSS_TI_PCCURR21(2) TPM_AMOUNT
IGT_LOSS_TI_VCConsolidated Security Loss in Valuation Currency TPM_IGT_LOSS_TI_VCCURR21(2) TPM_AMOUNT
IGT_GAIN_FX_PCConsolidated FX Gain in Position Currency TPM_IGT_GAIN_FX_PCCURR21(2) TPM_AMOUNT
IGT_GAIN_FX_VCConsolidated FX Gain in Valuation Currency TPM_IGT_GAIN_FX_VCCURR21(2) TPM_AMOUNT
IGT_LOSS_FX_PCConsolidated FX Loss in Position Currency TPM_IGT_LOSS_FX_PCCURR21(2) TPM_AMOUNT
IGT_LOSS_FX_VCConsolidated FX Loss in Valuation Currency TPM_IGT_LOSS_FX_VCCURR21(2) TPM_AMOUNT
FLG_TRANSStatus of Flow Related to Migration to CFM 1.0 TPM_MIGR_CFM10CHAR1TPM_MIGR_CFM10
BUSTRANSIDIdentifier of the Distributor Business Transaction TPM_BUSTRANSIDRAW16SYSUUID

Key field Non-key field



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

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

SELECT SINGLE *
FROM TRLT_INIT_IGT_SE
INTO CORRESPONDING FIELDS OF WA_TRLT_INIT_IGT_SE
WHERE...

How to access SAP table TRLT_INIT_IGT_SE

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