TFK012D SAP (Parameters for DMEs and Foreign Payment Transactions) Table details

Dictionary Type: Table
Description: Parameters for DMEs and Foreign Payment Transactions




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




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

TFK012D is a standard SAP Table which is used to store Parameters for DMEs and Foreign Payment Transactions data and is available within R/3 SAP systems depending on the version and release level.

The TFK012D table consists of various fields, each holding specific information or linking keys about Parameters for DMEs and Foreign Payment Transactions data available in SAP. These include BUKRS (Company Code), HBKID (Short Key for a House Bank), DTXBB (Create Central Bank Report), DTAWS (Instruction key for data medium exchange).. 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: Not classified


SAP TFK012D 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 MANDTCLNT3T000MANDT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
HBKIDShort Key for a House Bank HBKIDCHAR5T012HBKID
DTXBBCreate Central Bank Report DTXBB_012DCHAR1XFELD
DTAWSInstruction key for data medium exchange DTAWSCHAR2TFK015WDTAWS
DTLBEArea Number DTAR10NUMC2NUMC02
DTXMSForward Payment Data to the Central Bank DTXMS_012DCHAR1XFELD
DTVTALead Days for Date of Execution DTVTA_012DNUMC2NUMC02
DTELZBank Number of the Bank Receiving the Data Medium DTELZCHAR15BANKL
DTGLZCharge Account Bank Number DTGLZCHAR15BANKL
DTGBKAccount Number of the Charge Account DTGBKCHAR18BANKN
DTGISISO Currency Code for Charge Account DTAT7ACHAR3CHAR3
DTFINCompany Number of Ordering Party DTFIN_012DCHAR20CHAR20
DTBIDDME Bank Identification DTBIDCHAR5CHAR5
DTKIDCustomer ID at House Bank DTKIDCHAR18CHAR18

Key field Non-key field



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

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

SELECT SINGLE *
FROM TFK012D
INTO CORRESPONDING FIELDS OF WA_TFK012D
WHERE...

How to access SAP table TFK012D

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