PEG_TASS_WLST SAP (Temp. assignments for sub-components of grp to grp transfers) Table details

Dictionary Type: Table
Description: Temp. assignments for sub-components of grp to grp transfers




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




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

PEG_TASS_WLST is a standard SAP Table which is used to store Temp. assignments for sub-components of grp to grp transfers data and is available within R/3 SAP systems depending on the version and release level.

The PEG_TASS_WLST table consists of various fields, each holding specific information or linking keys about Temp. assignments for sub-components of grp to grp transfers data available in SAP. These include AA_GRPNR (Grouping WBS element), GUID (GUID in 'RAW' format), DISST (Low-Level Code), WERKS (Plant).. 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_WLST 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
AA_GRPNRGrouping WBS element GRPSPNRNUMC8Assigned to domainKONPRPS_POSNRPSP
GUIDGUID in 'RAW' format GUID_16RAW16SYSUUID
DISSTLow-Level Code DISSTCHAR3DISST
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
BAUGRMaterial number of higher-level assembly BAUGRCHAR18Assigned to domainMATN1MATNR
R_GRPNRGrouping WBS element GRPSPNRNUMC8Assigned to domainKONPRPS_POSNRPSP
S_GRPNRGrouping WBS element GRPSPNRNUMC8Assigned to domainKONPRPS_POSNRPSP
S_REPOBJObject Number Replenishment Element REPOBJCHAR22Assigned to domainPGOBJNR
R_REPOBJObject Number Replenishment Element REPOBJCHAR22Assigned to domainPGOBJNR
ASQTYAllocated Quantity ASQTYQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
GAMNGTotal Order Quantity PEG_GAMNGQUAN13(3) MENG13
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_WLST using ABAP code

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

SELECT SINGLE *
FROM PEG_TASS_WLST
INTO CORRESPONDING FIELDS OF WA_PEG_TASS_WLST
WHERE...

How to access SAP table PEG_TASS_WLST

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