PEG_TASS SAP (Pegging: Assignment Replenishment Element to WBS Elements) Table details

Dictionary Type: Table
Description: Pegging: Assignment Replenishment Element to WBS Elements




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




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

PEG_TASS is a standard SAP Table which is used to store Pegging: Assignment Replenishment Element to WBS Elements data and is available within R/3 SAP systems depending on the version and release level.

The PEG_TASS table consists of various fields, each holding specific information or linking keys about Pegging: Assignment Replenishment Element to WBS Elements data available in SAP. These include WERKS (Plant), MATNR (Material Number), GRPNR (Grouping WBS element), REPOBJ (Object Number Replenishment Element).. 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: Can be enhanced (character-type or numeric)


SAP PEG_TASS 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
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
GRPNRGrouping WBS element GRPSPNRNUMC8Assigned to domainKONPRPS_POSNRPSP
REPOBJObject Number Replenishment Element REPOBJCHAR22Assigned to domainPGOBJNR
ASS_PSPNRAssigned WBS Element PEG_ASS_PSPNRNUMC8Assigned to domainABPSPPS_POSNRPSP
INSTKAssigned Quantity is in Stock PEG_INSTKCHAR1INSTKPEG_INSTK
BRK_OBJNRObject Number for Breakpoint PEG_BRKOBJNRCHAR22Assigned to domainOBJNRPEG_OBJNR
TOPDATRequirements Date for Causing Requirement TOPDATDATS8DATUM
ASQTYAllocated Quantity ASQTYQUAN13(3) MENG13
XSSQTYAssigned Surplus Quantity XSSQTYQUAN13(3) MENG13
SCPQTYAssigned Scrap Quantity SCPQTYQUAN13(3) MENG13
LQTYAssigned, Missing Quantity LQTYQUAN13(3) MENG13V
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
GAMNGTotal Order Quantity PEG_GAMNGQUAN13(3) MENG13
EXCESSAssignment of Surplus PEG_EXCESSCHAR1PEG_EXCESS
SCRAPAssignment of Scrap PEG_SCRAPCHAR1PEG_SCRAP
LOSTAssignment of Stock Differences PEG_LOSTCHAR1PEG_LOST
RESDTWithdrawal data from MRP-WBS element stock PEG_RESDTDATS8DATUM
LOEVMDeletion Indicator LOEVMCHAR1XFELD
CPUDTDate Document Was Created CO_CPUDTDATS8DATUM
TIMESTMPTime created (Greenwich Meantime) RKE_HZSTMPDEC16RKE_TSTMP

Key field Non-key field



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

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

SELECT SINGLE *
FROM PEG_TASS
INTO CORRESPONDING FIELDS OF WA_PEG_TASS
WHERE...

How to access SAP table PEG_TASS

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