GHO_PP_PTABLE_IT SAP (Item Table for Results of GHO Planning Table) Table details

Dictionary Type: Table
Description: Item Table for Results of GHO Planning Table




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




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

GHO_PP_PTABLE_IT is a standard SAP Table which is used to store Item Table for Results of GHO Planning Table data and is available within R/3 SAP systems depending on the version and release level.

The GHO_PP_PTABLE_IT table consists of various fields, each holding specific information or linking keys about Item Table for Results of GHO Planning Table data available in SAP. These include PLAN_ID (Plan-ID for Planning Table Object), ITEM_NO (Item Number for OPM Planning Table Results), NODE_ID (ID of the Node in the Network), NODE_DESC (Description of functional location).. 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 (Deep)


SAP GHO_PP_PTABLE_IT 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
PLAN_IDPlan-ID for Planning Table Object GHO_PP_PLAN_UUIDRAW16GHO_PP_PTABLE_HDSYSUUID
ITEM_NOItem Number for OPM Planning Table Results GHO_PP_ITEM_NUMBERNUMC6NUMC6
NODE_IDID of the Node in the Network GHO_NODE_IDCHAR30Assigned to domainTPLNRTPLNR
NODE_DESCDescription of functional location PLTXTCHAR40TEXT40
MEDIUMProduct on which Allocation is Performed (Oil, Gas, Water) GHO_PRODUCTCHAR6Assigned to domainMEDIUH_T372M
MEDKXTShort text for the link medium MEDKXTCHAR40TEXT40
MATERIALMaterial relevant for allocation GHO_ALLOC_MATERIALCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
QTY_CATEGORYQuantity Category GHO_QUANTITY_CATEGORYCHAR2GHO_QUANTITY_CATEGORY
QTY_CATEGORY_DESQuantity Category description GHO_QUANTITY_CATEGORY_DESCCHAR40TEXT40
QTY_TYPEQuantity Type GHO_QTY_TYPENUMC3GHO_QTY_TYPEGHO_DISP
QTY_TYPE_DESCDisposition Description GHO_DISP_DESCCHAR40GHO_DISP_DESC
QTY_REQDIndicates if Quantity is Required or not GHO_QTY_REQDCHAR30GHO_QTY_TYPE_REQD
NODE_TYPENetwork Object Type GHO_NETOBJ_TYPECHAR10GHO_NETOBJ_TYPEAPPL_GHO_NETOBJ_TYPE
UOM_GROUPUoM Group GHO_ALLOC_UOM_GROUPCHAR3GHO_UOM_GROUP
CONV_GRPConversion Group GHO_UMRSLCHAR4GHO_UMRSL
OUTER_NODEOuter Node Flag GHO_PP_OUTER_NODECHAR1GHO_PP_OUTER_NODE
PLN_RELEVANTPlanning Relevant Node for Planning Table GHO_PP_PLAN_RELEVANTCHAR1BOOLEAN
TERMN_POINTIndicates if a Node in a Network is a Termination Point GHO_NODE_TERMN_POINTCHAR1BOOLEAN
UNITUnit of Measure (Planning Table) GHO_PP_UNITCHAR3GHO_PP_UNIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM GHO_PP_PTABLE_IT
INTO CORRESPONDING FIELDS OF WA_GHO_PP_PTABLE_IT
WHERE...

How to access SAP table GHO_PP_PTABLE_IT

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