TCHT_HD_SFGDT SAP (SFGDT Representation of Instruments) Table details

Dictionary Type: Table
Description: SFGDT Representation of Instruments




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




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

TCHT_HD_SFGDT is a standard SAP Table which is used to store SFGDT Representation of Instruments data and is available within R/3 SAP systems depending on the version and release level.

The TCHT_HD_SFGDT table consists of various fields, each holding specific information or linking keys about SFGDT Representation of Instruments data available in SAP. These include OS_GUID (Globally Unique Identifier), BUKRS (Company Code), HD_NUMBER (Hypothetical Derivative Instrument Number), VERSION_NO (Hypothetical Derivative Instrument Version Number).. 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: Can be enhanced (character-type or numeric)


SAP TCHT_HD_SFGDT 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
OS_GUIDGlobally Unique Identifier OS_GUIDRAW16SYSUUID
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
HD_NUMBERHypothetical Derivative Instrument Number FTR_HD_NUMBERCHAR13Assigned to domainFTR_HD_NUMBER
VERSION_NOHypothetical Derivative Instrument Version Number FTR_HD_VERSIONINT13FTR_HD_VERSION
VALUATION_AREAValuation Area TPM_VAL_AREACHAR3Assigned to domainTPM_VAL_AREATPM_VAL_AREATRG_VALUATION_AREA
VALID_FROMValid From Date FTR_VALID_FROMDATS8FTR_VALID_FROM
PLANNERIDHedge Plan ID THM_PLANNERIDCHAR13Assigned to domainALPHATHM_PLANNERIDPLN
HEDGE_IDIdentification Number of Hedge Item THM_HEDGE_IDNUMC10Assigned to domainTHM_HEDGE_IDHEDGEID
EXPOSUREIDExposure ID THM_EXPOSUREIDNUMC5Assigned to domainTHM_EXPOSUREID
RFHAFinancial Transaction TB_RFHACHAR13Assigned to domainALPHAT_RFHAFANVTBA
TR_ACC_CODEAccounting Code TPM_ACC_CODECHAR4Assigned to domainTPM_ACC_CODETPM_TACTRG_ACC_CODE
HREL_NUMBERHedging Relationship Number (External/Internal) TPM_HREL_NUMBERCHAR10ALPHATPM_HREL_NUMBER
FISCAL_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
HITEM_NUMBERHedged Item Number TPM_HITEM_NUMBERCHAR10ALPHATPM_HITEM_NUMBER
HINST_NUMBERHedging Instrument Number TPM_HINST_NUMBERCHAR10ALPHATPM_HINST_NUMBER
BUSTRANSIDIdentifier of the Distributor Business Transaction TPM_BUSTRANSIDRAW16SYSUUID
CREATED_BYEntered by TB_CRUSERCHAR12SYCHAR12
CREATION_DTEntered On TB_DCRDATDATS8DATUM
CREATION_TIMEEntry Time TB_TCRTIMTIMS6UZEIT
CHANGED_BYLast Changed by TB_UPUSERCHAR12SYCHAR12
CHANGED_DTChanged on TB_DUPDATDATS8DATUM
CHANGED_TIMETime changed TB_UPTIMCHAR6TIME06
RPORTBPortfolio RPORTBCHAR10Assigned to domainRPORTBT50H_RPORTB_CORE
RDEALERTrader RDEALERCHAR12Assigned to domainRDEALER
PARTNRBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
WAEHRUNGCurrency of Cash Flow JBWCFCUKY5Assigned to domainWAERS
RANTYPContract Type RANTYPCHAR1RANTYP
SANLFProduct Category SANLFNUMC3Assigned to domainVVSANLF
SGSARTProduct Type VVSARTCHAR3Assigned to domainVVSARTSANVVSART_APPL_BAS
GNUMMERTransaction Number in Risk Management TV_GNUMMERCHAR35CHAR35
SFHAARTFinancial Transaction Type TB_SFHAARTCHAR3Assigned to domainT_SFHAARTT02C_AT10
SFGZUSTTTransaction Activity Category TB_SFGZUTYNUMC2Assigned to domainT_SFGZUTYC_AT02
RLDEPOSecurities Account RLDEPOCHAR10Assigned to domainRLDEPODEPACC_CCD_CORE

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCHT_HD_SFGDT
INTO CORRESPONDING FIELDS OF WA_TCHT_HD_SFGDT
WHERE...

How to access SAP table TCHT_HD_SFGDT

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