PEG_TACTASS SAP (Pegging: Current Assignments Based on Goods Movements) Table details

Dictionary Type: Table
Description: Pegging: Current Assignments Based on Goods Movements




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




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

PEG_TACTASS is a standard SAP Table which is used to store Pegging: Current Assignments Based on Goods Movements data and is available within R/3 SAP systems depending on the version and release level.

The PEG_TACTASS table consists of various fields, each holding specific information or linking keys about Pegging: Current Assignments Based on Goods Movements data available in SAP. These include WERKS (Plant), MATNR (Material Number), GRPNR (Grouping WBS element), S_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_TACTASS 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
S_REPOBJObject Number Replenishment Element REPOBJCHAR22Assigned to domainPGOBJNR
R_REPOBJObject Number Replenishment Element REPOBJCHAR22Assigned to domainPGOBJNR
ASS_PSPNRAssigned WBS Element PEG_ASS_PSPNRNUMC8Assigned to domainABPSPPS_POSNRPSP
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
TLLONRDocument Number of Transfer/Loan TBLP_BELNRNUMC10TBLP_BELNR
ISSQTYQuantity Withdrawn ISSQTYQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
RSNUMNumber of Reservation/Dependent Requirement RSNUMNUMC10Assigned to domainRSNUMRES
RSPOSItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO
RSARTRecord type RSARTCHAR1RSART
WOCOSTTransfer without Costs WOCOSTCHAR1WOCOST
RESDTWithdrawal data from MRP-WBS element stock PEG_RESDTDATS8DATUM
LOEVMDeletion Indicator LOEVMCHAR1XFELD
PEGISSUEPegging: Date of Goods Issue PEG_ISSUEDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM PEG_TACTASS
INTO CORRESPONDING FIELDS OF WA_PEG_TACTASS
WHERE...

How to access SAP table PEG_TACTASS

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