TFK053B SAP (Change Payment Data: Company Code Group-Specific Settings) Table details

Dictionary Type: Table
Description: Change Payment Data: Company Code Group-Specific Settings




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




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

TFK053B is a standard SAP Table which is used to store Change Payment Data: Company Code Group-Specific Settings data and is available within R/3 SAP systems depending on the version and release level.

The TFK053B table consists of various fields, each holding specific information or linking keys about Change Payment Data: Company Code Group-Specific Settings data available in SAP. These include OPBUK (Company Code Group), EZAWE_BK (Payment Method for Incoming Bank Payments), EZAWD_BK (Pymt Method for Incoming Pymts after Deletion of Bank Detail), AZAWE_BK (Payment Method for Outgoing Bank Payments).. 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 TFK053B 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
OPBUKCompany Code Group OPBUK_KKCHAR4TFK001GOPBUK_KKOPBUK
EZAWE_BKPayment Method for Incoming Bank Payments BEZAE_KKCHAR1CHAR1
EZAWD_BKPymt Method for Incoming Pymts after Deletion of Bank Detail BEZAD_KKCHAR1CHAR1
AZAWE_BKPayment Method for Outgoing Bank Payments BAZAE_KKCHAR1CHAR1
AZAWD_BKPymt Method for Outgoing Pymts after Deletion of Bank Detail BAZAD_KKCHAR1CHAR1
EZAWE_CCPayment Method for Incoming Card Payments CEZAE_KKCHAR1CHAR1
EZAWD_CCPymt Method for Incoming Pymt after Deletion of Card Details CEZAD_KKCHAR1CHAR1
AZAWE_CCPayment Method for Outgoing Card Payments CAZAE_KKCHAR1CHAR1
AZAWD_CCPymt Method for Outgoing Pymt after Deletion of Card Details CAZAD_KKCHAR1CHAR1
XCHVKChange Contract Account XCHVK_KKCHAR1XFELD
XCHVTChange Contract Reference XCHVT_KKCHAR1XFELD
XCHPPChange Prepaid Account XCHPR_KKCHAR1XFELD
PPZPD_BK'Payment By' After Deletion of Bank Details PPZPBD_KKCHAR1PPPTB_KK
PPZPD_CC'Payment By' After Deletion of Card Details PPZPCD_KKCHAR1PPPTB_KK

Key field Non-key field



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

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

SELECT SINGLE *
FROM TFK053B
INTO CORRESPONDING FIELDS OF WA_TFK053B
WHERE...

How to access SAP table TFK053B

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