FKKPRNH_MSG SAP (Direct Debit Pre-Notifications: Data with Messages) Structure details

Dictionary Type: Structure
Description: Direct Debit Pre-Notifications: Data with Messages




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




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

FKKPRNH_MSG 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 "Direct Debit Pre-Notifications: Data with Messages" 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_FKKPRNH_MSG TYPE FKKPRNH_MSG.

The FKKPRNH_MSG table consists of various fields, each holding specific information or linking keys about Direct Debit Pre-Notifications: Data with Messages data available in SAP. These include MANDT (Client), PNNUM (SEPA: Number of Direct Debit Pre-Notification), PNHKF (SEPA: Origin of Direct Debit Pre-Notification), GPART (Business Partner 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 (character-type or numeric)


SAP FKKPRNH_MSG 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
PNNUMSEPA: Number of Direct Debit Pre-Notification PNNUM_KKCHAR16ALPHAPNNUM_KK
PNHKFSEPA: Origin of Direct Debit Pre-Notification PNHKF_KKCHAR2PNHKF_KK
GPARTBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
ORI_GPARTAlternative Business Partner from Posting Doocument ORI_GPART_KKCHAR10Assigned to domainALPHABU_PARTNER
PNEXDSEPA: Date of Execution of Direct Debit Pre-Notifcation PNEXD_KKDATS8DATUM
PNSTASEPA: Status of Direct Debit Pre-Notification PNSTA_KKCHAR1PNSTA_KK
MNDIDUnique Referene to Mandate per Payment Recipient SEPA_MNDIDCHAR35ID035
BETRWAmount in Transaction Currency with +/- Sign BETRW_KKCURR13(2) WRTV7
BETRW_ACTCurrent Amount of Direct Debit Pre-Notification BETRW_ACT_KKCURR13(2) WRTV7
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
LAUFD_CREDate ID LAUFD_KKDATS8DATUM
LAUFI_CREAdditional Identification Characteristic LAUFI_KKCHAR6LAUFI_KK
PAYNOSequential payment number PAYNO_PAYINT410INT4_NOS
DOC1RReference to Payment Document DOC1R_PAYCHAR24CHAR24
DOC1TPayment document category DOC1T_PAYCHAR2DOCTP_PAY
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
CPUTMTime of Entry CPUTMTIMS6UZEIT
COTYPCorrespondence Type COTYP_KKCHAR4Assigned to domainCOTYP_KKCOTYPCOTYP_KK
COKEYCorrespondence key COKEY_KKCHAR36COKEY_KK
PNXREFSEPA: Reference to Direct Debit Pre-Notification PNXREF_KKCHAR16ALPHAPNXREF_KK
PYBUKCompany Code for Automatic Payment Transactions PYBUK_KKCHAR4Assigned to domainBUKRS
ERNAMCreated by ERNAM_KKCHAR12USNAM
AENAMLast changed by AENAM_KKCHAR12USNAM
AEDATDate of Last Change AEDAT_KKDATS8DATUM
AETIMTime at Which the Object Was Last Changed AETIM_KKTIMS6UZEIT
ZIBANIBAN (International Bank Account Number) IBAN_KKCHAR34IBAN
EMBVTBank Details ID of Payee EMBVT_KKCHAR4CHAR4
MSGIDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MSGNOMessage Number SYMSGNONUMC3SYMSGNO
MSGTXText (80 Characters) TEXT80CHAR80TEXT80UEB

Key field Non-key field



How do I retrieve data from SAP structure FKKPRNH_MSG using ABAP code?

As FKKPRNH_MSG 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 FKKPRNH_MSG as there is no data to select.

How to access SAP table FKKPRNH_MSG

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