SAP PEGOBLOG Reporting structure for pegging process Table data and field list

PEGOBLOG 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 "Reporting structure for pegging process" 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_PEGOBLOG TYPE PEGOBLOG.

The PEGOBLOG table consists of various fields, each holding specific information or linking keys about Reporting structure for pegging process data available in SAP. These include GRPNR (Grouping WBS element), WERKS (Plant), MATNR (Material Number), EBELN (Purchasing Document Number)... 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. .

PEGOBLOG structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP PEGOBLOG structure 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 PEGOBLOG 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
GRPNRGrouping WBS element GRPSPNRNUMC8Assigned to domainKONPRPS_POSNRPSP
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
ZEKKNSequential Number of Account Assignment DZEKKNNUMC2NUM02
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
KTEXTCharacter field of length 40 CHAR40CHAR40CHAR40
PGORIGREQOriginal requirement PGORIGREQCHAR50SYCHAR50
RESOBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
RSNUMNumber of Reservation/Dependent Requirement RSNUMNUMC10Assigned to domainRSNUMRES
RSPOSItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO
PGTOPMATNetwork reservation PGTOPMATCHAR18Assigned to domainMATN1MATNR
CMPPNRComponent WBS element PGCMPPNRNUMC8Assigned to domainKONPRPS_POSNR
NPLNRNetwork Number for Account Assignment NPLNRCHAR12Assigned to domainALPHAAUFNRNET
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
UPDFLGIndicator: Type of change to table ANUPDCHAR1ANUPD
MARKSingle-Character Indicator CHAR1CHAR1CHAR1
PGDUMMYSingle-Character Indicator CHAR1CHAR1CHAR1
PGTOTQTYTotal quantity of replenishm. elem. used for static pegging PGTOTQTYQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
PGREQQTYTotal required quantity of the reservation PGREQQTYQUAN13(3) MENG13
PGREQUNITBase unit of the original requirement PGREQUNITUNIT3Assigned to domainCUNITMEINS
QTYNEEDEDQuantity necessary to satisfy the original requirement PGQTYNEEDEDDEC15(5) PGASSQTY
ASSQTYFREEPegged quantity (changeable) ASSQTYFREEDEC15(5) PGASSQTY
ASSQTYFIXManually assigned quantity (fixed) ASSQTYFIXDEC15(5) PGASSQTY
ASSQTYFREEUEQuantity assigned by user exit (changeable) ASSQTYFREEUEDEC15(5) PGASSQTY
ASSQTYFIXUEQuantity assigned by user exit (fixed) ASSQTYFIXUEDEC15(5) PGASSQTY
PGOBJNRObject number (forecast) OBJNRCHAR18OBJNROBN

Key field Non-key field



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

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

How to access SAP table PEGOBLOG

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

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