OBJ_ALV_EXPLAIN_SCRAP_WIP SAP (Explanation of WIP and Scrap) Structure details

Dictionary Type: Structure
Description: Explanation of WIP and Scrap




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




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

OBJ_ALV_EXPLAIN_SCRAP_WIP is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Explanation of WIP and Scrap" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_OBJ_ALV_EXPLAIN_SCRAP_WIP TYPE OBJ_ALV_EXPLAIN_SCRAP_WIP.

The OBJ_ALV_EXPLAIN_SCRAP_WIP table consists of various fields, each holding specific information or linking keys about Explanation of WIP and Scrap data available in SAP. These include OBJID (Cost Object (Cost Accounting Object)), IVORNR (Operation Responsible for Scrap or WIP), HKTYP (Origin Type), PRZNR (Business Process).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP OBJ_ALV_EXPLAIN_SCRAP_WIP structure 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
OBJNRObject number for production reporting point management PZP_OBJECTCHAR22Assigned to domainJ_OBJNR
OBJIDCost Object (Cost Accounting Object) CO_OBJIDCHAR62TEXT62
IVORNROperation Responsible for Scrap or WIP IVORNRCHAR4NUMCVVORNR
HKTYPOrigin Type KKB_POBARTCHAR2CHAR2
PRZNRBusiness Process CO_PRZNRCHAR12Assigned to domainALPHACO_PRZNRKWP
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
HERKUOrigin for Primary and Secondary Cost Elements KKB_HERKUCHAR46CHAR46
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
LSTARActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
PKSLACost Center/Activity Type KKB_PKSLACHAR16
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
PMAWRPlant/Material KKB_PMAWRCHAR23KKB_PMAWR
HKGRPOrigin Group KKB_HKGRPCHAR4Assigned to domainHRKFT
BEMOTAccounting Indicator BEMOTCHAR2Assigned to domainBEMOT
PARTNPartner Object for Secondary Cost Elements KKB_PARTNCHAR24CHAR24
QTY Reference Quantity0
QTY2 Scrap Quantity0
SUM_LMGConfirmed Yield (All Periods) ME_EXP_LMGQUAN13(3) MENG13
SUM_XMGConfirmed Scrap Quantity for Transaction (All Periods) ME_EXP_XMGQUAN13(3) MENG13
SUM_XKUMRelevant Scrap Quantity ME_EXP_XKUMQUAN13(3) MENG13
SUM_XPLATarget Scrap X_PLAN_SUMQUAN13(3) MENG13
SUM_SKUMCumulated split quantity counter point (total) ME_EXP_SKUMQUAN13(3) MENG13
WEMNGQuantity of goods received for the order item CO_WEMNGQUAN13(3) MENG13
WEMNGVOPGoods Recipt Quantity for Order Item in Prior Periods ME_EXP_WEMNGVOPQUAN13(3) MENG13
LMGLFPYield in Current Period G_MEN_PERQUAN13(3) MENG13V
XMGLFPScrap Quantity in Current Period X_MEN_PERQUAN13(3) MENG13V
XKUMLPCumulative Scrap Qty of Subsequent Reporting Pts (Cur. Per.) X_KUM_PERQUAN13(3) MENG13
LMGVOPYield in Previous Periods G_MEN_VOR_PERQUAN13(3) MENG13V
XMGVOPScrap Quantity in Previous Periods X_MEN_VOR_PERQUAN13(3) MENG13
XKUMVPCumulative Scrap Qty of Subsequent Rep. Pts (Prev. Periods) X_KUM_VOR_PERQUAN13(3) MENG13
XPLALPTarget Scrap in Current Period X_PLAN_PERQUAN13(3) MENG13
XPLAVPTarget Scrap Quantity in Previous Periods X_PLAN_VOR_PERQUAN13(3) MENG13
SKUMLPCum. Split Qty of Subsequent Reporting Pts (Current Period) CUM_SPLIT_QTY_CURR_PERQUAN13(3) MENG13V
SKUMVPCum. Split Qty of Subsequent Reporting Pts (Prev. Periods) CUM_SPLIT_QTY_PREV_PERQUAN13(3) MENG13V
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
KSTARCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
KSTAR_TXTGeneral Name KTEXTCHAR20TEXT20
MEINHUnit of Measure (WIP and Variances) AWMEHUNIT3Assigned to domainCUNITMEINS
WIGWork in Process (Total) AWWIG_EXPCURR15(2) WERTV8
WIFWork in Process, Fixed (Total) AWWIF_EXPCURR15(2) WERTV8
WIVWork in Process (Variable) AWWIV_EXPCURR15(2) WERTV8
MEGWInput Quantity, Work in Process AWWIMEIN_EXPQUAN15(3) MENGV8
AUGTotal Scrap AWAUGCURR15(2) WERTV8
AUFScrap, Fixed AWAUFCURR15(2) WERTV8
AUVScrap, Variable AWAUVCURR15(2) WERTV8
MEGAInput Quantity, Scrap AWAUMEIN_EXPQUAN15(3) MENGV8
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
T_COLORS 0
NULL_DATAZero item COA_ZERO_ITEMCHAR1BOOLE

Key field Non-key field



How do I retrieve data from SAP structure OBJ_ALV_EXPLAIN_SCRAP_WIP using ABAP code?

As OBJ_ALV_EXPLAIN_SCRAP_WIP is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on OBJ_ALV_EXPLAIN_SCRAP_WIP as there is no data to select.

How to access SAP table OBJ_ALV_EXPLAIN_SCRAP_WIP

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