FKKPPD_LST SAP (Structure for Display of Dates of Promise to Pay) Structure details

Dictionary Type: Structure
Description: Structure for Display of Dates of Promise to Pay




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




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

FKKPPD_LST 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 "Structure for Display of Dates of Promise to Pay" 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_FKKPPD_LST TYPE FKKPPD_LST.

The FKKPPD_LST table consists of various fields, each holding specific information or linking keys about Structure for Display of Dates of Promise to Pay data available in SAP. These include MANDT (Client), PPKEY (Identification of Promise to Pay), PRDAT (Payment Date Promised), PRAMT (Payment Amount Promised).. 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: Cannot Be Enhanced


SAP FKKPPD_LST 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
PPKEYIdentification of Promise to Pay PPKEY_KKCHAR12ALPHAPPKEY_KK8P2P
PRDATPayment Date Promised PRODT_KKDATS8DATUM
PRAMTPayment Amount Promised PRAMT_KKCURR13(2) WRTV7
PRAMOPart of Promised Payment Amount Still Open PRAMO_KKCURR13(2) WRTV7
FDDBTAmount in Local Currency with +/- Signs DMSHBCURR13(2) WRTV7
FDDBOAmount in Local Currency with +/- Signs DMSHBCURR13(2) WRTV7
XADDAInstallment Contains Interest and/or Charges XADDA_KKCHAR1XFELD
GPARTBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
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
CGUIDGUID of a Payment Card CARD_GUIDRAW16SYSUUID
ENCTPType of Encryption CCSECA_ENCTYPECHAR1CCSECA_ENCTYPE
DOC1TPayment Document Category DOC1T_KKCHAR2DOCTP_KK
DOC1RReference to Payment Document DOC1R_KKCHAR24CHAR24
PPDTRNext Direct Debit Date PPDTR_KKDATS8DATUM
PPSTAStatus of Promise to Pay PPSTA_KKCHAR1PPSTA_KK
C4EYECheck Reason for Workflows Acc. to Dual Control Principle C4EYE_KKCHAR2Assigned to domainC4EYE_KK
EMMNDSEPA Mandate Identifier EMMND_KKNUMC6NUM06
XMARKItem selected XMARK_KKCHAR1XMARK_KK
XNOCH Item Not Modifiable0
CICONSpecial Status of Installment CICON_P2P_KKCHAR80CHAR80
MNDID_LSTUnique Referene to Mandate per Payment Recipient SEPA_MNDIDCHAR35ID035

Key field Non-key field



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

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

How to access SAP table FKKPPD_LST

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