PPC_BW_GI SAP (PPS BW Data Source: Goods Issues) Structure details

Dictionary Type: Structure
Description: PPS BW Data Source: Goods Issues




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




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

PPC_BW_GI 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 "PPS BW Data Source: Goods Issues" 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_PPC_BW_GI TYPE PPC_BW_GI.

The PPC_BW_GI table consists of various fields, each holding specific information or linking keys about PPS BW Data Source: Goods Issues data available in SAP. These include PLANT (Plant), STORLOC (Storage Location), SUPPLYAREA (Production Supply Area), BATCH (Batch Number).. 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 PPC_BW_GI 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
COMPONENTMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
STORLOCStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
SUPPLYAREAProduction Supply Area PRVBECHAR10Assigned to domainPRVBEPVB
BATCHBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
KDAUF_COMPSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
KDPOS_COMPItem Number in Sales Order KDPOSNUMC6NUM06KPO
COST_CENTERCost Center KKB_KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
ACTTYPEDebited Activity Type DEBT_ACTTCHAR6Assigned to domainLSTAR
CO_BUSPROCBusiness Process CO_PRZNRCHAR12Assigned to domainALPHACO_PRZNRKWP
HEADMATMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
HEADPLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
VERSIONProduction Version VERIDCHAR4Assigned to domainVERIDVER
CO_AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
CO_AREAControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
POSTDATEPosting Date in the Document BUDATDATS8DATUM
LINE_HEADER_EXTExternal name of the lines or reporting point structure PPC_LINE_HEADER_NAMECHAR40PVS_PNODE
REPPOINT_EXTExternal reporting point description PPC_REPPOINT_EXTCHAR18PPC_REPPOINT_EXT
RP_LEVELLevel of reporting point on the line PPC_RP_LEVELNUMC3
CONFLOGSYSSystem for entering backflush data PPC_CONFLOGSYSCHAR10Assigned to domainALPHALOGSYS
CONFQUANTBackflushed Withdrawal Quantity PPC_CONFQUANTQUAN13(3) MENGV13
DELTAQUANTVariance With Target Quantity (Actual - Target) PPC_DELTA_CONFQUANTQUAN13(3) MENGV13
WIPQUANTWork in Process Quantity PPC_WIPQUANTQUAN13(3) MENG13
SCRAPQUANTScrap Quantity PPC_SCRAPQUANTQUAN13(3) MENG13
CONFUNITUnit of measure of backflushed quantity PPC_CONFUNITUNIT3Assigned to domainCUNITMEINS
WIP_VAL_CCValue of WIP in Object Currency WOWXXXCURR15(2) WERTV8
SCRAP_VAL_CCValue of Scrap in Object Currency WOAXXXCURR15(2) WERTV8
VAR_VAL_CCValue of Variances in Object Currency VAR_VAL_CCCURR15(2) WERTV8
ACTUAL_VAL_CCActual Value in Object Currency ACTUAL_VAL_CCCURR15(2) WERTV8
CURRENCY_CCCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

How to access SAP table PPC_BW_GI

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