GHO_NETVER_ITM SAP (Items of a Production Network Version) Table details

Dictionary Type: Table
Description: Items of a Production Network Version




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




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

GHO_NETVER_ITM is a standard SAP Table which is used to store Items of a Production Network Version data and is available within R/3 SAP systems depending on the version and release level.

The GHO_NETVER_ITM table consists of various fields, each holding specific information or linking keys about Items of a Production Network Version data available in SAP. These include NETID (Production Network Identification), ID (GHO Production Network Version Identification), ITEMID (GHO Production Network Version Item Identification), POSITIONID (Internal Position 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: 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 GHO_NETVER_ITM 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
NETIDProduction Network Identification GHO_NETIDCHAR8Assigned to domainNETID
IDGHO Production Network Version Identification GHO_PP_NETVERIDNUMC3NUM3
ITEMIDGHO Production Network Version Item Identification GHO_PP_NETVERITMIDNUMC8NUM8
POSITIONIDInternal Position Number GHO_PP_POSNRNUMC4NUM4
RESOURCETYPEObject types of the CIM resource CR_OBJTYCHAR2CR_OBJTY
RESOURCEIDObject ID of the resource CR_OBJIDNUMC8Assigned to domainCR_OBJID
RESPLANTIDPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
RESOURCE_CONTROLControl key STEUSCHAR4Assigned to domainSTEUS
OTS_IDGHO Order Template Structure Identification GHO_PP_OTS_IDCHAR8GHO_PP_OTS_ID
OPERATIONIDOperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
BASE_QTYBase Quantity BMSCHQUAN13(3) BMSCH
BASE_UOMUnit of Measure for Activity/Operation VORMEUNIT3Assigned to domainCUNITMEINS
UOM_CONV_DENOMDenominator for converting rtg and op units of measure CP_UMRENDEC5UMBSN
UOM_CONV_NUMERNumerator for converting task list and oper. un. of measure CP_UMREZDEC5UMBSZ

Key field Non-key field



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

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

SELECT SINGLE *
FROM GHO_NETVER_ITM
INTO CORRESPONDING FIELDS OF WA_GHO_NETVER_ITM
WHERE...

How to access SAP table GHO_NETVER_ITM

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