PEG_TXPT SAP (Pegging: Record of intransit stock in cross plant transfers) Table details

Dictionary Type: Table
Description: Pegging: Record of intransit stock in cross plant transfers




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




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

PEG_TXPT is a standard SAP Table which is used to store Pegging: Record of intransit stock in cross plant transfers data and is available within R/3 SAP systems depending on the version and release level.

The PEG_TXPT table consists of various fields, each holding specific information or linking keys about Pegging: Record of intransit stock in cross plant transfers 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_TXPT 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
CHARG_SBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
CHARG_RBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
S_REPOBJObject Number Replenishment Element REPOBJCHAR22Assigned to domainPGOBJNR
R_REPOBJObject Number Replenishment Element REPOBJCHAR22Assigned to domainPGOBJNR
ISS_DTPegging: Date of Goods Issue PEG_ISSUEDATS8DATUM
ISSQTYIntransit quantity TRAQTYQUAN13(3) MENG13V
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
LOEVMDeletion Indicator LOEVMCHAR1XFELD
.INCLU--AP 0
GRPNR_RWBS Element PS_POSNRNUMC8Assigned to domainABPSPPS_POSNR

Key field Non-key field



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

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

SELECT SINGLE *
FROM PEG_TXPT
INTO CORRESPONDING FIELDS OF WA_PEG_TXPT
WHERE...

How to access SAP table PEG_TXPT

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