DFK006BX SAP (Note to Payee - Texts) Table details

Dictionary Type: Table
Description: Note to Payee - Texts




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




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

DFK006BX is a standard SAP Table which is used to store Note to Payee - Texts data and is available within R/3 SAP systems depending on the version and release level.

The DFK006BX table consists of various fields, each holding specific information or linking keys about Note to Payee - Texts data available in SAP. These include BANKZ (Bank Data of Payer), TEXT (Char 80), POSNR (Item number), SELCC (Company code that has received payment).. 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 DFK006BX 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
BANKZBank Data of Payer BANKZ_KKCHAR40CHAR40
TEXTChar 80 CHAR80CHAR80CHAR80
POSNRItem number POSNR_KKNUMC4OPUPK_KK
SELCCCompany code that has received payment SELCC_KKCHAR4Assigned to domainBUKRS
APPLKApplication area APPLK_KKCHAR1APPLK_KK
SELT1Selection Category SELTX_KKCHAR1Assigned to domainSELTX_KK
SELW1Text (20 Characters) TEXT20CHAR20TEXT20
SELT2Selection Category SELTX_KKCHAR1Assigned to domainSELTX_KK
SELW2Text (20 Characters) TEXT20CHAR20TEXT20
SELT3Selection Category SELTX_KKCHAR1Assigned to domainSELTX_KK
SELW3Text (20 Characters) TEXT20CHAR20TEXT20
SUBAPSubapplication in Contract Accounts Receivable and Payable SUBAP_KKCHAR1SUBAP_KK8SA
TBETRPartial Amount that Refers to the Specified Selection TBETR_KKCURR13(2) WRTV7
BETRZPayment amount in transaction currency BETRZ_KKCURR13(2) WRTV7
WAERSCurrency Key WAERS_KKCUKY5Assigned to domainWAERSFWS
UNAMEUser Name UNAMECHAR12UNAME
DATUMDate DATUMDATS8DATUM
KEYZ1Payment Lot KEYZ1_KKCHAR12KEYZ1_KK
POSZAItem number in a payment lot POSZA_KKNUMC6NUM06

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFK006BX
INTO CORRESPONDING FIELDS OF WA_DFK006BX
WHERE...

How to access SAP table DFK006BX

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