DPAYG SAP (Payment program - payment group) Table details

Dictionary Type: Table
Description: Payment program - payment group




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




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

DPAYG is a standard SAP Table which is used to store Payment program - payment group data and is available within R/3 SAP systems depending on the version and release level.

The DPAYG table consists of various fields, each holding specific information or linking keys about Payment program - payment group data available in SAP. These include LAUFD (Date ID), LAUFI (Identification for the payment run), ORIGN (Source of the payment data), GRPNO (Grouping criterium for payments).. 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 DPAYG 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 MANDTCLNT3T000MANDT
LAUFDDate ID LAUFD_KKDATS8DATUM
LAUFIIdentification for the payment run LAUFI_PAYCHAR5LAUFI_PAY
ORIGNSource of the payment data ORIGN_PAYCHAR1LAUFK_F110
GRPNOGrouping criterium for payments GRPNO_PAYINT410GRPNO_PAY
FORMIPayment medium format FORMI_PAYCHAR30TFK042FFORMT_PAY
OPBUKCompany Code for Automatic Payment Transactions PYBUK_KKCHAR4T001BUKRS
HBKIDShort Key for a House Bank HBKIDCHAR5T012HBKID
HKTIDID for account details HKTIDCHAR5T012KHKTID
CRDEBCredit Memo or Debit Memo CRDEB_PAYCHAR1CRDEB_PAY
ZLSCHPayment Method PYMET_KKCHAR1TFK042ZPYMET_KK
ANZ_ERZNumber Of Payments ANZ_ERZ_KKINT410INT4
ANZ_ERL Number of entries completed by payment medium program0

Key field Non-key field



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

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

SELECT SINGLE *
FROM DPAYG
INTO CORRESPONDING FIELDS OF WA_DPAYG
WHERE...

How to access SAP table DPAYG

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