PEG_STO SAP (Pegging: Record of goods movements w.r.t STO's) Table details

Dictionary Type: Table
Description: Pegging: Record of goods movements w.r.t STO's




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




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

PEG_STO is a standard SAP Table which is used to store Pegging: Record of goods movements w.r.t STO's data and is available within R/3 SAP systems depending on the version and release level.

The PEG_STO table consists of various fields, each holding specific information or linking keys about Pegging: Record of goods movements w.r.t STO's data available in SAP. These include WERKS_S (Plant), WERKS_R (Plant), MATNR (Material Number), GRPNR (Grouping WBS 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_STO 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
WERKS_SPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
WERKS_RPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
GRPNRGrouping WBS element GRPSPNRNUMC8Assigned to domainKONPRPS_POSNRPSP
S_REPOBJObject Number Replenishment Element REPOBJCHAR22Assigned to domainPGOBJNR
CHARG_SBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
CHARG_RBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
ISS_DTPegging: Date of Goods Issue PEG_ISSUEDATS8DATUM
TRAQTYIntransit quantity TRAQTYQUAN13(3) MENG13V
GRQTYGood receipt quantity GRQTYQUAN13(3) MENG13V
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
LOEVMDeletion Indicator LOEVMCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM PEG_STO
INTO CORRESPONDING FIELDS OF WA_PEG_STO
WHERE...

How to access SAP table PEG_STO

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