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 | ![]() |
Static Attribute | Public | Object reference (TYPE REF TO) | CL_GHO_PP_CONSTANTS | Class for global PP constants | 20091027 | ||
2 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_GHO_PP_NETVER | GHO Production Network Versions | 20090929 | ||
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GHO_PP_CONSTANTS | Class for global PP constants | 20090924 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | GHO_S_NETVER_HDR | Header Data of a Production Network Version | 20090928 | ||
5 | ![]() |
Instance attribute | Public | Type reference (TYPE) | GHO_T_NETVER_ITM_REF | Reference to Netversion Item | 20090930 | ||
6 | ![]() |
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 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20090929 |
2 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20090924 |
3 | ![]() |
Instance method | Public | Method | Dequeues a Production Network Version | 20090903 |
4 | ![]() |
Instance method | Public | Method | Enqueues a Production Network Version | 20090903 |
5 | ![]() |
Instance method | Public | Method | Returns the header info of a Production Network Version | 20091001 |
6 | ![]() |
Instance method | Public | Method | Returns a single item | 20091002 |
7 | ![]() |
Instance method | Public | Method | Returns the items of a Production Network Version | 20091002 |
8 | ![]() |
Instance method | Public | Method | Returns key of production network version | 20090930 |
9 | ![]() |
Instance method | Public | Method | Returns a single objectlink | 20091201 |
10 | ![]() |
Instance method | Public | Method | Returns the object links of a Production Network Version | 20091005 |
11 | ![]() |
Instance method | Public | Method | Delete network version item instance | 20091002 |
12 | ![]() |
Instance method | Public | Method | Delete objectlink instance | 20091005 |
13 | ![]() |
Instance method | Public | Method | Add / update network version item instance | 20091002 |
14 | ![]() |
Instance method | Public | Method | Add / update objectlink instance | 20091005 |
15 | ![]() |
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 | ![]() |
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 | ![]() |
IV_NETID | Call by reference | Type reference (TYPE) | GHO_NETID | Production Network Identification | 20090903 | ||
2 | ![]() |
IV_VERSIONID | Call by reference | Type reference (TYPE) | GHO_PP_NETVERID | Production Network Version Identification | 20090903 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Lock exceptions | 20090930 |
Method ENQUEUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_NETID | Call by reference | Type reference (TYPE) | GHO_NETID | Production Network Identification | 20090903 | ||
2 | ![]() |
IV_VERSIONID | Call by reference | Type reference (TYPE) | GHO_PP_NETVERID | Production Network Version Identification | 20090903 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Lock exceptions | 20090930 |
Method GET_HEADER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
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 | ![]() |
IS_NETVER_KEY | Call by reference | Type reference (TYPE) | GHO_S_NETVER_KEY | Template Set Version Key | 20091002 | ||
2 | ![]() |
IV_ITEMID | Call by reference | Type reference (TYPE) | GHO_PP_NETVERITMID | GHO Production Network Version Item Identification | 20091002 | ||
3 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
IS_NETVER_KEY | Call by reference | Type reference (TYPE) | GHO_S_NETVER_KEY | Template Set Version Key | 20091201 | ||
2 | ![]() |
IV_OBJL_ID | Call by reference | Type reference (TYPE) | KANTE | Object Link Identification | 20091201 | ||
3 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
IS_NETVERSION_HDR | Call by reference | Type reference (TYPE) | GHO_S_NETVER_HDR | Network Version to be updated | 20091002 | ||
2 | ![]() |
IS_NETVERSION_TEXT | Call by reference | Type reference (TYPE) | GHO_S_NETVER_TX | Network Version Description to be updated | 20091002 | ||
3 | ![]() |
IT_NETVERSION_ITEMS | Call by reference | Type reference (TYPE) | GHO_T_NETVER_ITM | Network Versions Items t.b.upd. | 20090903 | ||
4 | ![]() |
IT_NETVERSION_OBJLINKS | Call by reference | Type reference (TYPE) | GHO_T_NETVER_OBJL | Network Versions Object Links t.b.u. | 20090928 | ||
5 | ![]() |
I_UPDATE_CODE | Call by reference | Type reference (TYPE) | VBKZ | Update indicator | 20091002 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
DB exceptions | 20091002 | |
2 | ![]() |
Import parameter exceptions | 20091002 |
History
Last changed by/on | SAP | 20100310 |
SAP Release Created in | 605 |