PEG_RUNPROF SAP (Pegging: Run Profile) Table details

Dictionary Type: Table
Description: Pegging: Run Profile




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




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

PEG_RUNPROF is a standard SAP Table which is used to store Pegging: Run Profile data and is available within R/3 SAP systems depending on the version and release level.

The PEG_RUNPROF table consists of various fields, each holding specific information or linking keys about Pegging: Run Profile data available in SAP. These include PRPID (Pegging Run Profile), PEGPASS (Pegging: Maximum Number of Pegging Passes), GIPASS (Pegging: Maximum Number GI Passes), PLNTLOCKRET (Pegging: Number of Plant Lock Retries).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = PEG_RUNPROFT


SAP PEG_RUNPROF 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
PRPIDPegging Run Profile PRPIDCHAR3PRPID
PEGPASSPegging: Maximum Number of Pegging Passes PEGPASSNUMC3
GIPASSPegging: Maximum Number GI Passes GIPASSNUMC3
PLNTLOCKRETPegging: Number of Plant Lock Retries PLNTLOCKRETNUMC3
PEGFULLPegging: Full Assignments in the Final Pass PEGFULLCHAR1CHECKBOX
PEG_PLPRPegging for Planned Orders/Purchase Requisition PEG_PLPRCHAR1PEG_XFLAG
FIXRLPegging Logic PEG_FIXCHAR1PEG_FIX
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
ROUNDPegging: Round Assignments ROUNDACHAR1CHECKBOX
ROUNDFPegging: Rounding Flag ROUNDFCHAR1RUNDF
HISTTLPegging: History Tolerance HISTTLNUMC3
SAVELOGHEADGPD: Application Log Overview to Spool SAVELOGHEADCHAR1CHECKBOX
SAVEMSGGPD: Application Log Messages to Spool SAVEMSGCHAR1CHECKBOX
SAVELISTGPD: Hierarchy ALV List to Spool SAVELISTCHAR1CHECKBOX
SAVEGRIDGPD: Grid ALV List to Spool SAVEGRIDCHAR1CHECKBOX
LOGSTATPegging: Log Statistics LOGSTATISTICSCHAR1CHECKBOX
AMSGSTOPGPD: Abort Message GPDABORTCHAR1CHECKBOX
AMSGREDGPD: Error Message GPDERRORCHAR1CHECKBOX
AMSGYELLOWGPD: Warning Message GPDWARNINGCHAR1CHECKBOX
AMSGGREENGPD: Info Message GPDINFOCHAR1CHECKBOX
JMSGSTOPGPD: Abort Message GPDABORTCHAR1CHECKBOX
JMSGREDGPD: Error Message GPDERRORCHAR1CHECKBOX
JMSGYELLOWGPD: Warning Message GPDWARNINGCHAR1CHECKBOX
JMSGGREENGPD: Info Message GPDINFOCHAR1CHECKBOX
LOCUPDGPD: Wait Until Update Finished LOCUPDCHAR1CHECKBOX
FINCHECKPegging: Final Check Before Update FINCHECKCHAR1CHECKBOX
PCKGSIZEGPD: Package Size PCKGSIZENUMC8
CHKGRPGPD: Check Account Assigned Group CHKGRPCHAR1CHECKBOX
FORALLCNTDetermine maximum line count FORALLCNTNUMC10
RESBINDXUse RESB Index RESBINDXCHAR1CHECKBOX
DEALLOCGPD: Deallocate Internal Tables - Save Memory DEALLOCTABCHAR1CHECKBOX
BREAKPGPD: Set Breakpoint BREAKPCHAR1CHECKBOX
MEMSNAPSHOTGPD: Memory Snapshot MEMSNAPSCHAR1CHECKBOX
COMMITWGPD: Commit Work for Job Log COMMITWCHAR1CHECKBOX
BPDELAYGPD: Breakpoint Delay in Seconds BPDELAYNUMC3
PARAM1Customer parameter - Checkbox PEGPARAMCHAR1CHECKBOX
PARAM2Customer parameter - Checkbox PEGPARAMCHAR1CHECKBOX
PARAM3Customer parameter - Checkbox PEGPARAMCHAR1CHECKBOX
DIS_MEMDisplay Memory Usage in Job Log DISMEMCHAR1CHECKBOX

Key field Non-key field



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

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

SELECT SINGLE *
FROM PEG_RUNPROF
INTO CORRESPONDING FIELDS OF WA_PEG_RUNPROF
WHERE...

How to access SAP table PEG_RUNPROF

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