FKKPNBK SAP (Prenotification: Structure) Structure details

Dictionary Type: Structure
Description: Prenotification: Structure




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




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

FKKPNBK is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Prenotification: Structure" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_FKKPNBK TYPE FKKPNBK.

The FKKPNBK table consists of various fields, each holding specific information or linking keys about Prenotification: Structure data available in SAP. These include SRTF1 (Prenotification: Format-Specific Sorting), GPART (Business Partner Number), MASTY (Master Record Type), MASRF (Master Record Reference Number).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP FKKPNBK structure 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
SRTF1Prenotification: Format-Specific Sorting SRTF1PN_KKCHAR30CHAR30
GPARTBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_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
PNREFPrenotification Reference Number PNREF_KKCHAR18CHAR18
ZBNKSBank country key BANKSCHAR3Assigned to domainLAND1BKL
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 HBKIDCHAR5Assigned to domainHBKID
HKTIDID for account details HKTIDCHAR5Assigned to domainHKTID
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
TCODEPrenotification: Transaction Code TCODEPN_KKCHAR4CHAR4
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 structure FKKPNBK using ABAP code?

As FKKPNBK is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on FKKPNBK as there is no data to select.

How to access SAP table FKKPNBK

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