TFK042U SAP (Payment Medium: Internal Note to Payee) Table details

Dictionary Type: Table
Description: Payment Medium: Internal Note to Payee




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




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

TFK042U is a standard SAP Table which is used to store Payment Medium: Internal Note to Payee data and is available within R/3 SAP systems depending on the version and release level.

The TFK042U table consists of various fields, each holding specific information or linking keys about Payment Medium: Internal Note to Payee data available in SAP. These include UNAME (Identification for internal use), LFDNR (Sequence Number (Internal Use Only)), BNKID (User Number at the Bank), XEINZ (Indicator: Payment Method Used for Incoming 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TFK042U 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
UNAMEIdentification for internal use UNAME_KKCHAR18UNAME_KK
LFDNRSequence Number (Internal Use Only) LFDNR_KKNUMC3NUMC3
BNKIDUser Number at the Bank BNKIDCHAR14BNKID
XEINZIndicator: Payment Method Used for Incoming Payments? XEINZCHAR1XFELD
PRODAExecution Date of Payment With DME PRODA_KKDATS8PRODA_KK
LAUFDDate ID LAUFD_KKDATS8DATUM
LAUFIAdditional Identification Characteristic LAUFI_KKCHAR6LAUFI_KK
ORG1TType of Organization ORG1T_PAYCHAR2ORGTP_PAY
ORG1RReference for Organization ORG1R_PAYCHAR8CHAR8
HBKIDShort Key for a House Bank HBKIDCHAR5Assigned to domainHBKID
HKTIDID for account details HKTIDCHAR5Assigned to domainHKTID
UBHKTG/L Account Number for Our Bank Account / Bank Sub-Account UBHKTCHAR10Assigned to domainALPHASAKNR
RWBTRAmount Paid in the Payment Currency RWBTRCURR13(2) WRTV7
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

SELECT SINGLE *
FROM TFK042U
INTO CORRESPONDING FIELDS OF WA_TFK042U
WHERE...

How to access SAP table TFK042U

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