FKKPOH_MSG SAP (Payment Order: Header Data with Messages) Structure details

Dictionary Type: Structure
Description: Payment Order: Header Data with Messages




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




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

FKKPOH_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 "Payment Order: Header 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_FKKPOH_MSG TYPE FKKPOH_MSG.

The FKKPOH_MSG table consists of various fields, each holding specific information or linking keys about Payment Order: Header Data with Messages data available in SAP. These include MANDT (Client), PYORD (Payment Order), ORG1T (Type of Organization), ORG1R (Reference for Organization).. 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 FKKPOH_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
PYORDPayment Order PYORD_KKCHAR10ALPHAPYORD
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
RZAWEPayment Method PYMET_KKCHAR1Assigned to domainPYMET_KK
AUSFDDue date of the paid items AUSFDDATS8DATUM
VERFDExpiration Date of Payment Order VERFD_KKDATS8DATUM
STAZAStatus of Payment Order STAZA_KKCHAR1STAZA_KK
GPA1TBusiness Partner Category GPA1T_PAYCHAR2GPATP_PAY
GPA1RBusiness Partner Reference GPA1R_PAYCHAR12CHAR12
RFORDExternal Reference Number of Payment Order RFORD_KKCHAR30RFORD_KK
LAUFDDate ID LAUFD_KKDATS8DATUM
LAUFIIdentification for the payment run LAUFI_PAYCHAR5LAUFI_PAY
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
NWBTRNet Payment Amount with +/- Sign NWBTRV_KKCURR13(2) WRTV7
RWBTRAmount Paid in the Payment Currency RWBTRCURR13(2) WRTV7
RBETRAmount in Local Currency RBETRCURR13(2) WRTV7
DIFFBDifference Amount in Clearing Processing DIFFB_KKCURR13(2) WRTV7
VALUTValue date VALUTDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
CPUTMTime of Entry CPUTMTIMS6UZEIT
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AETIMTime changed CDUZEITTIMS6UZEIT
FDLEVPlanning level FDLEVCHAR2Assigned to domainFDLEVFFE
BNKKOBank account/bank clearing account (G/L account) BNKKOCHAR10Assigned to domainALPHASAKNR
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
ZLANDCountry Key LAND1CHAR3Assigned to domainLAND1LND
APPLKApplication area APPLK_KKCHAR1APPLK_KK
PYBELNumber of Payment Document PYBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK
PPKEYIdentification of Promise to Pay PPKEY_KKCHAR12DFKKPPALPHAPPKEY_KK8P2P
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 FKKPOH_MSG using ABAP code?

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

How to access SAP table FKKPOH_MSG

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