SAP PEG_DIS_ADMIN Pegging and Distribution - administration table Table data and field list

PEG_DIS_ADMIN is a standard SAP Table which is used to store Pegging and Distribution - administration table data in SAP systems, such as SAP R/3, S/4HANA, depending on the version and release level.

The PEG_DIS_ADMIN table consists of various fields, each holding specific information or linking keys about Pegging and Distribution - administration table data available in SAP. These include LOGNUMBER (Application log: log number), GRPNR (Grouping WBS element), PEG_CPUDT (Day On Which Accounting Document Was Entered), PEG_CPUTM (Time of Entry)... 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. .

PEG_DIS_ADMIN table Technical Details:

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 PEG_DIS_ADMIN table fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the PEG_DIS_ADMIN table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3Assigned to domainMANDT
LOGNUMBERApplication log: log number BALOGNRCHAR20Assigned to domainBALOGNR
GRPNRGrouping WBS element GRPSPNRNUMC8Assigned to domainKONPRPS_POSNRPSP
PEG_CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
PEG_CPUTMTime of Entry CPUTMTIMS6UZEIT
PEG_USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
PEG_TCODETransaction Code TCODECHAR20Assigned to domainTCODETCD
PEG_TIMESTMPTime created (Greenwich Meantime) RKE_HZSTMPDEC16RKE_TSTMP
TRPEG_FLAGCheckbox XFELDCHAR1XFELD
TRPEG_CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
TRPEG_CPUTMTime of Entry CPUTMTIMS6UZEIT
TRPEG_USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
TRPEG_TCODETransaction Code TCODECHAR20Assigned to domainTCODETCD
TRPEG_TIMESTMPTime created (Greenwich Meantime) RKE_HZSTMPDEC16RKE_TSTMP
DIS_CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
DIS_CPUTMTime of Entry CPUTMTIMS6UZEIT
DIS_USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
DIS_TCODETransaction Code TCODECHAR20Assigned to domainTCODETCD
DIS_TIMESTMPTime created (Greenwich Meantime) RKE_HZSTMPDEC16RKE_TSTMP
FIXRLPegging Logic PEG_FIXCHAR1PEG_FIX
FRACTQTYAssignment with Integers / Fractional Quantities PEG_FRACTQTYCHAR1PEG_FRACTQTY
PEG_EXC_CATPegging: Exception handling method PEG_EXC_CATCHAR1PEG_EXCEPTION
EXCESSAssignment of Surplus PEG_EXCESSCHAR1PEG_EXCESS
SCRAPAssignment of Scrap PEG_SCRAPCHAR1PEG_SCRAP
LOSTAssignment of Stock Differences PEG_LOSTCHAR1PEG_LOST
DICOSTDistribute costs of internal procurement PGDICOSTCHAR1XFLAG
DICOMMDistribute commitments from internal procurement PGDICOMMCHAR1XFLAG
DICASHDistribute payments for internal procurement PGDICASHCHAR1XFLAG
DIRADistribute results analysis data PGDIRACHAR1XFLAG
DIEVADistribute earned value data PGDIEVACHAR1XFLAG
DECOSTDistribute costs of external procurement PGDECOSTCHAR1XFLAG
DECOMMDistribute commitments from external procurement PGDECOMMCHAR1XFLAG
DECASHDistributepayments for external procurement PGDECASHCHAR1XFLAG
DSTOCKDistribute stock values PGDSTOCKCHAR1XFLAG
DIVARIVariance indicator PGVARIANTCHAR1XFLAG
DISCRPMaterial scrap indicator PGSCRAPCHAR1XFLAG
VERSIVersion COVERSICHAR3Assigned to domainALPHACOVERSI
DILCOMMDistribution of Commitment Line Items DIS_LCOMMCHAR1XFLAG
DILACTDistribution of Actual Line Items DIS_LACTCHAR1XFLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM PEG_DIS_ADMIN
INTO CORRESPONDING FIELDS OF WA_PEG_DIS_ADMIN
WHERE...

How to access SAP table PEG_DIS_ADMIN

Within an ECC or HANA version of SAP you can also view further information about PEG_DIS_ADMIN and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).