DFKKPNBKH SAP (Prenotification data (history)) Table details

Dictionary Type: Table
Description: Prenotification data (history)




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




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

DFKKPNBKH is a standard SAP Table which is used to store Prenotification data (history) data and is available within R/3 SAP systems depending on the version and release level.

The DFKKPNBKH table consists of various fields, each holding specific information or linking keys about Prenotification data (history) data available in SAP. These include GPART (Business Partner Number), MASTY (Master Record Type), MASRF (Master Record Reference Number), BKVID (Bank details ID).. 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: Can be enhanced (character-type or numeric)


SAP DFKKPNBKH 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
GPARTBusiness Partner Number GPART_KKCHAR10BUT000ALPHABU_PARTNERBPA
MASTYMaster Record Type MTYPN_KKCHAR2MTYPN_KK
MASRFMaster Record Reference Number MASRF_KKCHAR20MASTR_KK
BKVIDBank details ID BU_BKVIDCHAR4CHAR4
AEDATChanged On AEDATDATS8DATUM
AETIMTime changed CDUZEITTIMS6UZEIT
SRTF1Prenotification: Format-Specific Sorting SRTF1PN_KKCHAR30CHAR30
PNREFPrenotification Reference Number PNREF_KKCHAR18CHAR18
ZBNKSBank country key BANKSCHAR3T005LAND1BKL
ZBNKLBank number BANKLCHAR15BANKLBLZ
ZBNKNBank account number BANKNCHAR18BANKN
BKONTBank Control Key BKONTCHAR2BKONT
BKREFReference specifications for bank details BKREFCHAR20CHAR20
ZNME1Account Holder Name BU_KOINHCHAR60BU_KOINH
STAPNPrenotification Status STAPN_KKCHAR1STAPN_KK
STAPRPrenotification: Processing Status STAPR_KKCHAR1STAPR_KK
OPBUKCompany Code Group OPBUK_KKCHAR4Assigned to domainOPBUK_KKOPBUK
HBKIDShort Key for a House Bank HBKIDCHAR5T012HBKID
HKTIDID for account details HKTIDCHAR5T012KHKTID
BNKIDUser Number at the Bank BNKIDCHAR14BNKID
FDATEPrenotification Valid-From Date FDAPN_KKDATS8DATUM
NOBLKPrenotification: No Payment Block by Prenotification NOBLKPN_KKCHAR1XFELD
LAUFDDate on Which the Program Is to Be Run LAUFDDATS8DATUM
LAUFIAdditional Identification LAUFICHAR6LAUFI
XVORLPrenotification Simulation Run XVORLPN_KKCHAR1XFELD
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
XUPDHPrenotification Was Modified XUPDH_KKCHAR1XFELD
XEINZPrenotification Bank Details Used for Incoming Payment XEINZPN_KKCHAR1XFELD
ABWREAlternative Payer ABWRE_KKCHAR10Assigned to domainALPHABU_PARTNERBUPA
ABWRAAlternative Payee ABWRA_KKCHAR10Assigned to domainALPHABU_PARTNERBUPA
PNORIPrenotification Origin PNORI_KKCHAR1PNORI_KK
RTDATDate on Which Return File is Received RTDATPN_KKDATS8DATUM
RTCODPrenotification: Return Code RTCOD_KKCHAR5CHAR5
RTTXTError Text when Reporting Back the Prenotification ERRTXTCHAR44CHAR44
VKONA_BRContract account number in legacy system VKONA_KKCHAR20CHAR20

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKPNBKH
INTO CORRESPONDING FIELDS OF WA_DFKKPNBKH
WHERE...

How to access SAP table DFKKPNBKH

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