PEG_TGTG_EXC SAP (A&D GPD: Group to group initial peg) Table details

Dictionary Type: Table
Description: A&D GPD: Group to group initial peg




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




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

PEG_TGTG_EXC is a standard SAP Table which is used to store A&D GPD: Group to group initial peg data and is available within R/3 SAP systems depending on the version and release level.

The PEG_TGTG_EXC table consists of various fields, each holding specific information or linking keys about A&D GPD: Group to group initial peg data available in SAP. These include WERKS (Plant), MATNR (Material Number), R_GRPNR (Grouping WBS element), S_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_TGTG_EXC 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
R_GRPNRGrouping WBS element GRPSPNRNUMC8Assigned to domainKONPRPS_POSNRPSP
S_GRPNRGrouping WBS element GRPSPNRNUMC8Assigned to domainKONPRPS_POSNRPSP
REPOBJObject Number Replenishment Element REPOBJCHAR22Assigned to domainPGOBJNR
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
MBLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
MJAHRMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
ZEILEItem in Material Document MBLPONUMC4MBLPOPOS
ACTIVECheckbox XFELDCHAR1XFELD
ASS_PSPNRAssigned WBS Element ASS_PSPNRNUMC8Assigned to domainABPSPPS_POSNR
QTYGroup to group transferred quantity GTGTRQTYQUAN13(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_TGTG_EXC using ABAP code

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

SELECT SINGLE *
FROM PEG_TGTG_EXC
INTO CORRESPONDING FIELDS OF WA_PEG_TGTG_EXC
WHERE...

How to access SAP table PEG_TGTG_EXC

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