SAP ABAP Class CL_GHO_PP_NETVER (GHO Production Network Versions)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   PP-PN-NOP (Application Component) Network Operations
     APPL_GHO_PP_OTE_SC (Package) GHO PP Source Code: Order Template Engine
Properties
Class CL_GHO_PP_NETVER  
Short Description GHO Production Network Versions    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class GHO_PP    
Program status     
Category 0   
Package APPL_GHO_PP_OTE_SC   GHO PP Source Code: Order Template Engine 
Created 20090828   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_GHO_PP_NETVER has no forward declaration.
Interfaces
Class CL_GHO_PP_NETVER has no interface implemented.
Friends
Class CL_GHO_PP_NETVER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GO_C Static Attribute Public Object reference (TYPE REF TO) CL_GHO_PP_CONSTANTS Class for global PP constants 20091027
2 GO_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_GHO_PP_NETVER GHO Production Network Versions 20090929
3 MO_C Instance attribute Private Object reference (TYPE REF TO) CL_GHO_PP_CONSTANTS Class for global PP constants 20090924
4 MS_NETVERSION Instance attribute Private Type reference (TYPE) GHO_S_NETVER_HDR Header Data of a Production Network Version 20090928
5 MT_VERSION_ITEMS Instance attribute Public Type reference (TYPE) GHO_T_NETVER_ITM_REF Reference to Netversion Item 20090930
6 MT_VERSION_OBJECTLINKS Instance attribute Public Type reference (TYPE) GHO_T_NETVER_OBJL_REF Reference to Netversion Objectlinks 20091001
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20090929
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20090924
3 DEQUEUE Instance method Public Method Dequeues a Production Network Version 20090903
4 ENQUEUE Instance method Public Method Enqueues a Production Network Version 20090903
5 GET_HEADER Instance method Public Method Returns the header info of a Production Network Version 20091001
6 GET_ITEM Instance method Public Method Returns a single item 20091002
7 GET_ITEMS Instance method Public Method Returns the items of a Production Network Version 20091002
8 GET_KEY Instance method Public Method Returns key of production network version 20090930
9 GET_OBJECTLINK Instance method Public Method Returns a single objectlink 20091201
10 GET_OBJECTLINKS Instance method Public Method Returns the object links of a Production Network Version 20091005
11 REMOVE_ITEM Instance method Public Method Delete network version item instance 20091002
12 REMOVE_OBJECTLINK Instance method Public Method Delete objectlink instance 20091005
13 SET_ITEM Instance method Public Method Add / update network version item instance 20091002
14 SET_OBJECTLINK Instance method Public Method Add / update objectlink instance 20091005
15 UPDATE_DB Instance method Private Method Triggers the update of a DB entry of a Version 20090903
Events
Class CL_GHO_PP_NETVER has no event.
Types
Class CL_GHO_PP_NETVER has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_GHO_PP_NETVER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_GHO_PP_NETVER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_NETVERSION Call by reference Type reference (TYPE) GHO_S_NETVER_HDR Header Data of a Production Network Version 20090930

Method CONSTRUCTOR on class CL_GHO_PP_NETVER has no exception.

Method DEQUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NETID Call by reference Type reference (TYPE) GHO_NETID Production Network Identification 20090903
2 Importing IV_VERSIONID Call by reference Type reference (TYPE) GHO_PP_NETVERID Production Network Version Identification 20090903
# Exception Resumable Description Created on
1 CX_GHO_PP_OTE_LOCKS Lock exceptions 20090930

Method ENQUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NETID Call by reference Type reference (TYPE) GHO_NETID Production Network Identification 20090903
2 Importing IV_VERSIONID Call by reference Type reference (TYPE) GHO_PP_NETVERID Production Network Version Identification 20090903
# Exception Resumable Description Created on
1 CX_GHO_PP_OTE_LOCKS Lock exceptions 20090930

Method GET_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Type reference (TYPE) GHO_S_NETVER_HDR Header Data of a Production Network Version 20091001

Method GET_HEADER on class CL_GHO_PP_NETVER has no exception.

Method GET_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_NETVER_KEY Call by reference Type reference (TYPE) GHO_S_NETVER_KEY Template Set Version Key 20091002
2 Importing IV_ITEMID Call by reference Type reference (TYPE) GHO_PP_NETVERITMID GHO Production Network Version Item Identification 20091002
3 Returning RETURN Value transfer Object reference (TYPE REF TO) CL_GHO_PP_NETVER_ITM Item of a Production Network Version 20091002

Method GET_ITEM on class CL_GHO_PP_NETVER has no exception.

Method GET_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Type reference (TYPE) GHO_T_NETVER_ITM_REF Network Version Items 20091002

Method GET_ITEMS on class CL_GHO_PP_NETVER has no exception.

Method GET_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_NETVER_KEY Value transfer Type reference (TYPE) GHO_S_NETVER_KEY Template Set Version Key 20090930

Method GET_KEY on class CL_GHO_PP_NETVER has no exception.

Method GET_OBJECTLINK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_NETVER_KEY Call by reference Type reference (TYPE) GHO_S_NETVER_KEY Template Set Version Key 20091201
2 Importing IV_OBJL_ID Call by reference Type reference (TYPE) KANTE Object Link Identification 20091201
3 Returning RETURN Value transfer Object reference (TYPE REF TO) CL_GHO_PP_NETVER_OBJL Version Object Links class 20091201

Method GET_OBJECTLINK on class CL_GHO_PP_NETVER has no exception.

Method GET_OBJECTLINKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Type reference (TYPE) GHO_T_NETVER_OBJL_REF Network Version Object Links 20091005

Method GET_OBJECTLINKS on class CL_GHO_PP_NETVER has no exception.

Method REMOVE_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITEM Call by reference Object reference (TYPE REF TO) CL_GHO_PP_NETVER_ITM GHO Prod. Network Version Items 20091002

Method REMOVE_ITEM on class CL_GHO_PP_NETVER has no exception.

Method REMOVE_OBJECTLINK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OBJECTLINK Call by reference Object reference (TYPE REF TO) CL_GHO_PP_NETVER_OBJL GHO Prod. Network Version Items 20091005

Method REMOVE_OBJECTLINK on class CL_GHO_PP_NETVER has no exception.

Method SET_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITEM Call by reference Object reference (TYPE REF TO) CL_GHO_PP_NETVER_ITM GHO Prod. Network Version Items 20091002

Method SET_ITEM on class CL_GHO_PP_NETVER has no exception.

Method SET_OBJECTLINK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OBJECTLINK Call by reference Object reference (TYPE REF TO) CL_GHO_PP_NETVER_OBJL GHO Production Network Versions 20091005

Method SET_OBJECTLINK on class CL_GHO_PP_NETVER has no exception.

Method UPDATE_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_NETVERSION_HDR Call by reference Type reference (TYPE) GHO_S_NETVER_HDR Network Version to be updated 20091002
2 Importing IS_NETVERSION_TEXT Call by reference Type reference (TYPE) GHO_S_NETVER_TX Network Version Description to be updated 20091002
3 Importing IT_NETVERSION_ITEMS Call by reference Type reference (TYPE) GHO_T_NETVER_ITM Network Versions Items t.b.upd. 20090903
4 Importing IT_NETVERSION_OBJLINKS Call by reference Type reference (TYPE) GHO_T_NETVER_OBJL Network Versions Object Links t.b.u. 20090928
5 Importing I_UPDATE_CODE Call by reference Type reference (TYPE) VBKZ Update indicator 20091002
# Exception Resumable Description Created on
1 CX_GHO_PP_OTE_DB DB exceptions 20091002
2 CX_GHO_PP_OTE_IMPORT_PARAMS Import parameter exceptions 20091002
History
Last changed by/on SAP  20100310 
SAP Release Created in 605