TRTFC_DFTASS SAP (Update Types for Transfer Posting) Table details

Dictionary Type: Table
Description: Update Types for Transfer Posting




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




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

TRTFC_DFTASS is a standard SAP Table which is used to store Update Types for Transfer Posting data and is available within R/3 SAP systems depending on the version and release level.

The TRTFC_DFTASS table consists of various fields, each holding specific information or linking keys about Update Types for Transfer Posting data available in SAP. These include PRODUCT_TYPE (Product Type), TRANSACTION_TYPE (Financial Transaction Type), SOURCE_MAIN_OUT (Update Type: Outgoing Payment for Outflow), SOURCE_MAIN_IN (Update Type: Incoming Payment for Outflow).. 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: Can be enhanced (character-type)


SAP TRTFC_DFTASS 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
PRODUCT_TYPEProduct Type VVSARTCHAR3TZPAVVSARTSANVVSART_APPL_BAS
TRANSACTION_TYPEFinancial Transaction Type TB_SFHAARTCHAR3AT10T_SFHAARTT02C_AT10
SOURCE_MAIN_OUTUpdate Type: Outgoing Payment for Outflow TPM_DFT_SOURCE_MAIN_OUTCHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE
SOURCE_MAIN_INUpdate Type: Incoming Payment for Outflow TPM_DFT_SOURCE_MAIN_INCHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE
TARGET_MAIN_OUTUpdate Type: Outgoing Payment for Inflow TPM_DFT_TARGET_MAIN_OUTCHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE
TARGET_MAIN_INUpdate Type: Incoming Payment for Inflow TPM_DFT_TARGET_MAIN_INCHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE
SOURCE_ACCR_OUTUpdate Type: Outgoing Payment for Outflow TPM_DFT_SOURCE_MAIN_OUTCHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE
SOURCE_ACCR_INUpdate Type: Incoming Payment for Outflow TPM_DFT_SOURCE_MAIN_INCHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE
TARGET_ACCR_OUTUpdate Type: Outgoing Payment for Inflow TPM_DFT_TARGET_MAIN_OUTCHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE
TARGET_ACCR_INUpdate Type: Incoming Payment for Inflow TPM_DFT_TARGET_MAIN_INCHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE
RATE_TYPEExchange Rate Type KURST_CURRCHAR4TCURVKURST

Key field Non-key field



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

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

SELECT SINGLE *
FROM TRTFC_DFTASS
INTO CORRESPONDING FIELDS OF WA_TRTFC_DFTASS
WHERE...

How to access SAP table TRTFC_DFTASS

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