DFKKPPD_PAY_HIS SAP (Promise to Pay Debit Memo Amounts per Date) Table details

Dictionary Type: Table
Description: Promise to Pay Debit Memo Amounts per Date




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




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

DFKKPPD_PAY_HIS is a standard SAP Table which is used to store Promise to Pay Debit Memo Amounts per Date data and is available within R/3 SAP systems depending on the version and release level.

The DFKKPPD_PAY_HIS table consists of various fields, each holding specific information or linking keys about Promise to Pay Debit Memo Amounts per Date data available in SAP. These include PPKEY (Identification of Promise to Pay), PRDAT (Payment Date Promised), AEDAT (Date of Last Change), AETIM (Time at Which the Object Was Last Changed).. 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: Cannot Be Enhanced


SAP DFKKPPD_PAY_HIS 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
PPKEYIdentification of Promise to Pay PPKEY_KKCHAR12ALPHAPPKEY_KK8P2P
PRDATPayment Date Promised PRODT_KKDATS8DATUM
AEDATDate of Last Change AEDAT_KKDATS8DATUM
AETIMTime at Which the Object Was Last Changed AETIM_KKTIMS6UZEIT
AENAMLast changed by AENAM_KKCHAR12USNAM
VKONTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
PYMETPayment Method PYMET_KKCHAR1Assigned to domainPYMET_KK
EMBVTBank Details ID of Payee EMBVT_KKCHAR4CHAR4
EMCRDAlternative Payment Card ID in Document EMCRD_KKCHAR6CHAR6
EMGPAAlternative Business Partner for Payments EMGPA_KKCHAR10Assigned to domainALPHABU_PARTNERBUPA
CCINSPayment card type CC_INSTITUTECHAR4TB033CC_INSTITUTE
CCNUMPayment cards: Card number CCNUMCHAR25Assigned to domainCCNUM
DATBIPayment Cards: Valid To CC_DATBIDATS8DATUM
CCNAMEPayment cards: Name of cardholder CCNAMECHAR40TEXT40
EMMNDSEPA Mandate Identifier EMMND_KKNUMC6NUM06

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKPPD_PAY_HIS
INTO CORRESPONDING FIELDS OF WA_DFKKPPD_PAY_HIS
WHERE...

How to access SAP table DFKKPPD_PAY_HIS

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