TRDTT_IGTDATA_SE SAP (Intragroup Transaction (IGT) Data for Securities) Table details

Dictionary Type: Table
Description: Intragroup Transaction (IGT) Data for Securities




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




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

TRDTT_IGTDATA_SE is a standard SAP Table which is used to store Intragroup Transaction (IGT) Data for Securities data and is available within R/3 SAP systems depending on the version and release level.

The TRDTT_IGTDATA_SE table consists of various fields, each holding specific information or linking keys about Intragroup Transaction (IGT) Data for Securities data available in SAP. These include KEY_DATE (Position Value Date), COMPANY_CODE (Company Code), COM_VAL_CLASS (General Valuation Class), 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 TRDTT_IGTDATA_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_DATEPosition Value Date TPM_POSITION_DATEDATS8TPM_POSITION_DATE
COMPANY_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
COM_VAL_CLASSGeneral Valuation Class TPM_COM_VAL_CLASSNUMC4Assigned to domainTPM_COM_VAL_CLASSCVC
VALUATION_AREAValuation Area TPM_VAL_AREACHAR3Assigned to domainTPM_VAL_AREATPM_VAL_AREATRG_VALUATION_AREA
SECURITY_IDSecurity ID Number VVRANLWCHAR13Assigned to domainALPHAWP_RANLRANSECURITY_F4
SECURITY_ACCOUNTSecurities Account RLDEPOCHAR10Assigned to domainRLDEPODEPACC_CCD_CORE
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
POSNRItem Number Legacy Data Transfer TPM_TRDT_POSNRNUMC8NUMC08
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
TRANS_FLGFlag: Legacy Data Transferred TPM_TRDT_TRANS_FLGCHAR1CHAR1
BUSTRANSIDIdentifier of the Distributor Business Transaction TPM_BUSTRANSIDRAW16SYSUUID
DEAL_NUMBERFinancial Transaction TB_RFHACHAR13Assigned to domainALPHAT_RFHAFANVTBA

Key field Non-key field



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

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

SELECT SINGLE *
FROM TRDTT_IGTDATA_SE
INTO CORRESPONDING FIELDS OF WA_TRDTT_IGTDATA_SE
WHERE...

How to access SAP table TRDTT_IGTDATA_SE

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