DFPAYMENT_KEY_ID SAP (Contains ID for Payment Data Key) Table details

Dictionary Type: Table
Description: Contains ID for Payment Data Key




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




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

DFPAYMENT_KEY_ID is a standard SAP Table which is used to store Contains ID for Payment Data Key data and is available within R/3 SAP systems depending on the version and release level.

The DFPAYMENT_KEY_ID table consists of various fields, each holding specific information or linking keys about Contains ID for Payment Data Key data available in SAP. These include PAYFORMAT (Name of Payment Format), ID (UUID in character form), LAUFD (Date on Which the Program Is to Be Run), LAUFI (Additional Identification).. 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: Not classified


SAP DFPAYMENT_KEY_ID 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
PAYFORMATName of Payment Format PAYFORMATCHAR10CHAR10
IDUUID in character form SYSUUID_CCHAR32SYSUUID_C
LAUFDDate on Which the Program Is to Be Run LAUFDDATS8DATUM
LAUFIAdditional Identification LAUFICHAR6LAUFI
XVORLIndicator: Proposal Run XVORL_FPMCHAR1XFELD
DOC1TPayment Document Category DOC1T_FPMCHAR2DOCTP_FPM
DOC1RReference to Payment Document DOC1R_FPMCHAR24CHAR24
CREATION_DATEDate DATUMDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFPAYMENT_KEY_ID
INTO CORRESPONDING FIELDS OF WA_DFPAYMENT_KEY_ID
WHERE...

How to access SAP table DFPAYMENT_KEY_ID

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