DFKKPOH SAP (Payment Order: Header Data) Table details

Dictionary Type: Table
Description: Payment Order: Header Data




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




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

DFKKPOH is a standard SAP Table which is used to store Payment Order: Header Data data and is available within R/3 SAP systems depending on the version and release level.

The DFKKPOH table consists of various fields, each holding specific information or linking keys about Payment Order: Header Data data available in SAP. These include PYORD (Payment Order), ORG1T (Type of Organization), ORG1R (Reference for Organization), HBKID (Short Key for a House Bank).. 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 DFKKPOH 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
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

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKPOH
INTO CORRESPONDING FIELDS OF WA_DFKKPOH
WHERE...

How to access SAP table DFKKPOH

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