TRFC_MRG_FT SAP (Assign Update Types for Margin Management) Table details

Dictionary Type: Table
Description: Assign Update Types for Margin Management




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




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

TRFC_MRG_FT is a standard SAP Table which is used to store Assign Update Types for Margin Management data and is available within R/3 SAP systems depending on the version and release level.

The TRFC_MRG_FT table consists of various fields, each holding specific information or linking keys about Assign Update Types for Margin Management data available in SAP. These include GSART (Product Type), FT_CL_LONG_I (Update Type - Incoming Close Margin, Long Position), FT_CL_LONG_O (Update Type - Outgoing Close Margin, Long Position), FT_CL_SHORT_I (Update Type - Incoming Close Margin, Short Position).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TRFC_MRG_FT 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
GSARTProduct Type VVSARTCHAR3TZPAVVSARTSANVVSART_APPL_BAS
FT_CL_LONG_IUpdate Type - Incoming Close Margin, Long Position TPM_FT_CL_LONG_ICHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE
FT_CL_LONG_OUpdate Type - Outgoing Close Margin, Long Position TPM_FT_CL_LONG_OCHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE
FT_CL_SHORT_IUpdate Type - Incoming Close Margin, Short Position TPM_FT_CL_SHORT_ICHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE
FT_CL_SHORT_OUpdate Type - Outcoming Close Margin, Short Position TPM_FT_CL_SHORT_OCHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE
FT_VM_LONG_IUpdate Type - Incoming Variation Margin, Long Position TPM_FT_VM_LONG_ICHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE
FT_VM_LONG_OUpdate Type - Outgoing Variation Margin, Long Position TPM_FT_VM_LONG_OCHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE
FT_VM_SHORT_IUpdate Type - Incoming Variation Margin, Short Position TPM_FT_VM_SHORT_ICHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE
FT_VM_SHORT_OUpdate Type - Outgoing Variation Margin, Short Position TPM_FT_VM_SHORT_OCHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE
FT_MATCH_LONGUpdate Type for Matching Process: Long Position TPM_FT_MATCH_LONGCHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE
FT_MATCH_SHORTUpdate Type for Matching Process: Short Position TPM_FT_MATCH_SHORTCHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE
FT_OVM_LONG_IUpdate Type - Incoming Overnight Variation Margin, Long Pos. TPM_FT_OVM_LONG_ICHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE
FT_OVM_LONG_OUpdate Type - Outgoing Overnight Variation Margin, Long Pos. TPM_FT_OVM_LONG_OCHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE
FT_OVM_SHORT_IUpdate Type - Incoming Overnight Variation Margin, Short Pos TPM_FT_OVM_SHORT_ICHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE
FT_OVM_SHORT_OUpdate Type - Outgoing Overnight Variation Margin, Short Pos TPM_FT_OVM_SHORT_OCHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM TRFC_MRG_FT
INTO CORRESPONDING FIELDS OF WA_TRFC_MRG_FT
WHERE...

How to access SAP table TRFC_MRG_FT

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