COWIPB_WE SAP (Auxiliary Structure for GR of WIP Batch) Structure details

Dictionary Type: Structure
Description: Auxiliary Structure for GR of WIP Batch




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




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

COWIPB_WE 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 "Auxiliary Structure for GR of WIP Batch" 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_COWIPB_WE TYPE COWIPB_WE.

The COWIPB_WE table consists of various fields, each holding specific information or linking keys about Auxiliary Structure for GR of WIP Batch data available in SAP. These include PAMNG (Quantity in Unit of Entry), PAMNE (Unit of Entry), LGORT (Storage Location), SOBKZ (Special Stock Indicator).. 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: Can be enhanced (character-type or numeric)


SAP COWIPB_WE 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
POMVTIndicator: Goods Movement for a WIP Batch CO_WIPB_FLG_GMCHAR1XFELD
PAMNGQuantity in Unit of Entry ERFMGQUAN13(3) MENG13
PAMNEUnit of Entry ERFMEUNIT3Assigned to domainCUNITMEINS
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
INSMKStock Type INSMKCHAR1INSMK
BWARTMovement Type (Inventory Management) BWARTCHAR3Assigned to domainBWARTBWA
PAKZGDirection of Goods Movement SHKZG_MIGOCHAR1SHKZG_MIGO
MAT_PSPNRValuated Sales Order Stock WBS Element MAT_PSPNRNUMC8Assigned to domainKONPRPS_POSNR
MAT_KDAUFSales Order Number of Valuated Sales Order Stock MAT_KDAUFCHAR10Assigned to domainALPHAVBELNAUN
MAT_KDPOSSales Order Item of Valuated Sales Order Stock MAT_KDPOSNUMC6NUM06KPO
HSDATDate of Manufacture HSDATDATS8DATUM
VFDATShelf Life Expiration or Best-Before Date VFDATDATS8DATUM
BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
GRBEWReason for Movement MB_GRBEWNUMC4Assigned to domainMB_GRBEW
ELIKZ'Delivery Completed' Indicator ELIKZCHAR1XFELD
KZVBRConsumption Posting KZVBRCHAR1KZVBR
FLGBWTARSplit valuation COWB_FLG_BWTARCHAR1FLAG
FLGMHDIndicator HSDAT or MHDAT COWB_FLG_MHDCHAR1FLG_MHD
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40

Key field Non-key field



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

As COWIPB_WE 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 COWIPB_WE as there is no data to select.

How to access SAP table COWIPB_WE

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