TFK042FE SAP (Payment program: company code format specifications) Table details

Dictionary Type: Table
Description: Payment program: company code format specifications




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




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

TFK042FE is a standard SAP Table which is used to store Payment program: company code format specifications data and is available within R/3 SAP systems depending on the version and release level.

The TFK042FE table consists of various fields, each holding specific information or linking keys about Payment program: company code format specifications data available in SAP. These include OPBUK (Company Code for Automatic Payment Transactions), FORMI (Payment medium format), ZFORN (Name of the Form for the Payment Transfer Medium), WFORN (Form for Additional Payment Medium).. 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 TFK042FE 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
OPBUKCompany Code for Automatic Payment Transactions PYBUK_KKCHAR4T001BUKRS
FORMIPayment medium format FORMI_PAYCHAR30TFK042FFORMT_PAY
ZFORNName of the Form for the Payment Transfer Medium DZFORNCHAR16TDFORM
WFORNForm for Additional Payment Medium WFORN_PAYCHAR16TDFORM
DFORNAccompanying Sheet Form for Payment Orders Without Documents DFORN_PAYCHAR16TDFORM
PDFDFName of PDF-Based Form for Accompanying Sheet PDFDF_KKCHAR30FPNAME
AUST1Issuer Details on the Payment Medium AUSTX_PAYCHAR35TEXT35
AUST2Issuer Details on the Payment Medium AUSTX_PAYCHAR35TEXT35
AUST3Issuer Details on the Payment Medium AUSTX_PAYCHAR35TEXT35
AUSTOIssuer Details on the Payment Medium AUSTX_PAYCHAR35TEXT35
ANZPONumber of information lines on payment medium form ANZPO_PAYNUMC3NUMC3
ANZP2Number of information lines on payment medium form ANZPO_PAYNUMC3NUMC3
XADVSPayment advice if info lines overflow XADVS_PAYCHAR1XFELD
XADVAAlways Output Payment Advice Notes XADVA_PAYCHAR1XFELD
PARALPayment Media: Number of Jobs for Parallelization PARAL_PAYNUMC2NUM2
PAANZMinimum Number of Payments for Parallelization PAANZ_KKNUMC6PAANZ_KK

Key field Non-key field



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

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

SELECT SINGLE *
FROM TFK042FE
INTO CORRESPONDING FIELDS OF WA_TFK042FE
WHERE...

How to access SAP table TFK042FE

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