SAP ABAP Class EUP_PACKING_CONTEXT (Used by the EUP_STRUCTURE_FACTORY class.)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-GP (Application Component) Guided Procedure
⤷
S_EUP_GP (Package) Development GP

⤷

⤷

Properties
Class | EUP_PACKING_CONTEXT | |
Short Description | Used by the EUP_STRUCTURE_FACTORY class. | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | S_EUP_GP | Development GP |
Created | 20041027 | SAP |
Last change | 20041208 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class EUP_PACKING_CONTEXT has no forward declaration.
Interfaces
Class EUP_PACKING_CONTEXT has no interface implemented.
Friends
Class EUP_PACKING_CONTEXT has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | INT4 | 1 | Natural number | 20041027 | |
2 | ![]() |
Instance attribute | Private | See coding | 20041027 | ||||
3 | ![]() |
Instance attribute | Private | See coding | 20041027 | ||||
4 | ![]() |
Instance attribute | Private | See coding | 20041027 | ||||
5 | ![]() |
Instance attribute | Private | See coding | 20041027 | ||||
6 | ![]() |
Instance attribute | Private | See coding | 20041027 | ||||
7 | ![]() |
Instance attribute | Private | See coding | 20041027 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | 20041027 | |
2 | ![]() |
Instance method | Public | Method | 20041027 | |
3 | ![]() |
Instance method | Public | Method | 20041027 | |
4 | ![]() |
Instance method | Public | Method | 20041027 | |
5 | ![]() |
Instance method | Public | Method | 20041027 | |
6 | ![]() |
Instance method | Public | Method | 20041027 | |
7 | ![]() |
Instance method | Public | Method | 20041027 |
Events
Class EUP_PACKING_CONTEXT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | LT_LABEL_ENTRY | Private | See coding | 20041027 | BEGIN OF lt_label_entry,
label TYPE REF TO EUP_label,
id TYPE INT4,
END OF lt_label_entry
|
||
2 | LT_NAMESPACE_ENTRY | Private | See coding | 20041027 | BEGIN OF lt_namespace_entry,
namespace TYPE REF TO EUP_namespace,
id TYPE INT4,
END OF lt_namespace_entry
|
||
3 | LT_TYPE_DATA_ENTRY | Private | See coding | 20041027 | BEGIN OF lt_type_data_entry,
type_data TYPE REF TO EUP_type_data,
id TYPE INT4,
END OF lt_type_data_entry
|
||
4 | LT_TYPE_LABEL_ENTRY | Private | See coding | 20041027 | BEGIN OF lt_type_label_entry,
type_label TYPE REF TO EUP_type_label,
id TYPE INT4,
END OF lt_type_label_entry
|
||
5 | LT_VALUE_DATA_ENTRY | Private | See coding | 20041027 | BEGIN OF lt_value_data_entry,
value_data TYPE REF TO EUP_value_data,
id TYPE INT4,
END OF lt_value_data_entry
|
||
6 | LT_VALUE_LABEL_ENTRY | Private | See coding | 20041027 | BEGIN OF lt_value_label_entry,
value_label TYPE REF TO EUP_value_label,
id TYPE INT4,
END OF lt_value_label_entry
|
Method Signatures
Method GENERATE_IDENTIFIER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_ID | Call by reference | Type reference (TYPE) | INT4 | 20041027 |
Method GENERATE_IDENTIFIER on class EUP_PACKING_CONTEXT has no exception.
Method GET_LABEL_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_EXIST | Call by reference | Type reference (TYPE) | INT1 | 20041027 | |||
2 | ![]() |
EV_ID | Call by reference | Type reference (TYPE) | INT4 | 20041027 | |||
3 | ![]() |
IV_LABEL | Call by reference | Object reference (TYPE REF TO) | EUP_LABEL | 20041027 |
Method GET_LABEL_ID on class EUP_PACKING_CONTEXT has no exception.
Method GET_NAMESPACE_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_EXIST | Call by reference | Type reference (TYPE) | INT1 | 20041027 | |||
2 | ![]() |
EV_ID | Call by reference | Type reference (TYPE) | INT4 | 20041027 | |||
3 | ![]() |
IV_NAMESPACE | Call by reference | Object reference (TYPE REF TO) | EUP_NAMESPACE | 20041027 |
Method GET_NAMESPACE_ID on class EUP_PACKING_CONTEXT has no exception.
Method GET_TYPE_DATA_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_EXIST | Call by reference | Type reference (TYPE) | INT1 | 20041027 | |||
2 | ![]() |
EV_ID | Call by reference | Type reference (TYPE) | INT4 | 20041027 | |||
3 | ![]() |
IV_TYPE_DATA | Call by reference | Object reference (TYPE REF TO) | EUP_TYPE_DATA | 20041027 |
Method GET_TYPE_DATA_ID on class EUP_PACKING_CONTEXT has no exception.
Method GET_TYPE_LABEL_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_EXIST | Call by reference | Type reference (TYPE) | INT1 | 20041027 | |||
2 | ![]() |
EV_ID | Call by reference | Type reference (TYPE) | INT4 | 20041027 | |||
3 | ![]() |
IV_TYPE_LABEL | Call by reference | Object reference (TYPE REF TO) | EUP_TYPE_LABEL | 20041027 |
Method GET_TYPE_LABEL_ID on class EUP_PACKING_CONTEXT has no exception.
Method GET_VALUE_DATA_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_EXIST | Call by reference | Type reference (TYPE) | INT1 | 20041027 | |||
2 | ![]() |
EV_ID | Call by reference | Type reference (TYPE) | INT4 | 20041027 | |||
3 | ![]() |
IV_VALUE_DATA | Call by reference | Object reference (TYPE REF TO) | EUP_VALUE_DATA | 20041027 |
Method GET_VALUE_DATA_ID on class EUP_PACKING_CONTEXT has no exception.
Method GET_VALUE_LABEL_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_EXIST | Call by reference | Type reference (TYPE) | INT1 | 20041027 | |||
2 | ![]() |
EV_ID | Call by reference | Type reference (TYPE) | INT4 | 20041027 | |||
3 | ![]() |
IV_VALUE_LABEL | Call by reference | Object reference (TYPE REF TO) | EUP_VALUE_LABEL | 20041027 |
Method GET_VALUE_LABEL_ID on class EUP_PACKING_CONTEXT has no exception.
History
Last changed by/on | SAP | 20041208 |
SAP Release Created in | 700 |