TFK053C SAP (Change Payment Data: Processing Variants) Table details

Dictionary Type: Table
Description: Change Payment Data: Processing Variants




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




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

TFK053C is a standard SAP Table which is used to store Change Payment Data: Processing Variants data and is available within R/3 SAP systems depending on the version and release level.

The TFK053C table consists of various fields, each holding specific information or linking keys about Change Payment Data: Processing Variants data available in SAP. These include USRVA (Variant Key for Transaction FPP4), TAMOD (Change Payment Data: Transaction Mode), TRANS (Change Payment Data: Transfer Mode), XNOWM (Do Not Select Work Mode Automatically).. 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

Text table = TFK053CT


SAP TFK053C 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
USRVAVariant Key for Transaction FPP4 USRVA_KKCHAR5CHAR5
TAMODChange Payment Data: Transaction Mode TAMOD_KKCHAR4TAMOD_KK
TRANSChange Payment Data: Transfer Mode TRANS_KKCHAR1TRANS_KK
XNOWMDo Not Select Work Mode Automatically XNOWM_KKCHAR1XFELD
CORRECreate Correspondence CORRE_KKCHAR1XFELD
CORRADisplay Correspondence Creation CORRA_KKCHAR1XFELD
XPRCOCorrespondence in Mass Run XPRCO_KKCHAR1XFELD
XCORFDisplay Selection of Correspondence Form XCORF_KKCHAR1XFELD
CONTECreate Contact CONTE_KKCHAR1XFELD
XCONTDisplay Contact Data XCONT_KKCHAR1XFELD
BANKSBank country key BANKSCHAR3T005LAND1BKL
XBNKSDisplay 'BANKS' Field XBNKS_KKCHAR1XFELD
XBKNTDisplay 'BKONT' Field XBKNT_KKCHAR1XFELD
XBKRFDisplay 'BKREF' Field XBKRF_KKCHAR1XFELD
XRULSApply Follow-Up Rules for Company Code Group XRULS_KKCHAR1XFELD
XRULXSuppress Window with Follow-On Actions XRULX_KKCHAR1XFELD
XRULMSuppress Display of Messages for Follow-On Actions XRULM_KKCHAR1XFELD
DEFBKDefault Company Code DEFBK_KKCHAR4T001BUKRS
XKNUBKEntry of Bank Data via IBAN without Account Number XKNUBK_KKCHAR1XFELD
XNIBAHide Fields for 'IBAN' for FPP4 XNIBA_KKCHAR1XFELD
XNCHGHide Fields for 'Change Date' and 'Target Details' XNCHG_KKCHAR1XFELD
BKGRDFPP4: Change Reason of Bank Details BKGRD_KKCHAR1BKGRD_KK
CCGRDFPP4: Reason for Change to Payment Card CCGRD_KKCHAR1CCGRD_KK
XNAUBFPP4: Hide Field for Issuing Bank of Payment Card XNAUB_KKCHAR1XFELD
XNAUDFPP4: Hide Field for Issue Date of Payment Card XNAUD_KKCHAR1XFELD
XNCCLFPP4: Hide Field for Locks of Payment Card XNCCL_KKCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TFK053C
INTO CORRESPONDING FIELDS OF WA_TFK053C
WHERE...

How to access SAP table TFK053C

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