SAP ABAP Class CL_GHO_UI_ALLOC_OVS (OVS Class for Allocation)
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
PP-PN-ALN (Application Component) Production Allocation
⤷
EA_GHO_ALLOC_UI (Package) Allocation: UI Layer

⤷

⤷

Properties
Class | CL_GHO_UI_ALLOC_OVS | |
Short Description | OVS Class for Allocation | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | EA_GHO_ALLOC_UI | Allocation: UI Layer |
Created | 20091130 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_GHO_UI_ALLOC_OVS has no interface implemented.
Friends
Class CL_GHO_UI_ALLOC_OVS has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_GHO_UI_ALLOC_OVS | OVS Class for Allocation | 20091130 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20091130 |
2 | ![]() |
Instance method | Public | Method | 20091207 | |
3 | ![]() |
Static method | Public | Method | provides instance of the OVS class | 20091130 |
4 | ![]() |
Static method | Public | Method | 20091203 | |
5 | ![]() |
Static method | Public | Method | 20091203 | |
6 | ![]() |
Instance method | Public | Method | 20091203 | |
7 | ![]() |
Instance method | Public | Method | 20091203 | |
8 | ![]() |
Instance method | Public | Method | 20091203 | |
9 | ![]() |
Instance method | Public | Method | 20091203 |
Events
Class CL_GHO_UI_ALLOC_OVS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TYP_S_OVS_INFO | Public | See coding | 20091203 | BEGIN OF typ_s_ovs_info,
structure_name TYPE typename,
component_name TYPE abap_compname,
ovs_class TYPE seoclsname,
shlpname TYPE shlpname,
dropdown TYPE boole_d,
END OF typ_s_ovs_info
|
||
2 | TYP_S_OVS_MAPPING | Public | See coding | 20091203 | BEGIN OF typ_s_ovs_mapping,
struc_field TYPE abap_compname,
shlp_field TYPE shlpfield,
default TYPE ddshdefval,
END OF typ_s_ovs_mapping
|
||
3 | TYP_T_OVS_INFO | Public | See coding | 20091203 | typ_t_ovs_info TYPE TABLE OF typ_s_ovs_info
|
||
4 | TYP_T_OVS_MAPPING | Public | See coding | 20091203 | typ_t_ovs_mapping TYPE TABLE OF typ_s_ovs_mapping
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_GHO_UI_ALLOC_OVS has no parameter.
Method CONSTRUCTOR on class CL_GHO_UI_ALLOC_OVS has no exception.
Method GET_HELP_VALUES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ER_RECORD_TAB | Call by reference | Object reference (TYPE REF TO) | DATA | 20091207 | |||
2 | ![]() |
IS_SHLP | Call by reference | Type reference (TYPE) | SHLP_DESCR | Description of Search Help | 20091207 |
Method GET_HELP_VALUES on class CL_GHO_UI_ALLOC_OVS has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_GHO_UI_ALLOC_OVS | OVS Class for Allocation | 20091130 |
Method GET_INSTANCE on class CL_GHO_UI_ALLOC_OVS has no exception.
Method OVS_GET_OVS_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_OVS_INFO | Call by reference | Type reference (TYPE) | TYP_T_OVS_INFO | 20091203 |
Method OVS_GET_OVS_INFO on class CL_GHO_UI_ALLOC_OVS has no exception.
Method OVS_GET_OVS_MAPPING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_OVS_MAPPING | Call by reference | Type reference (TYPE) | TYP_T_OVS_MAPPING | 20091203 | |||
2 | ![]() |
IV_COMPONENT_NAME | Call by reference | Type reference (TYPE) | ABAP_COMPNAME | 20091203 | |||
3 | ![]() |
IV_SHLPNAME | Call by reference | Type reference (TYPE) | SHLPNAME | Name of a Search Help | 20091203 | ||
4 | ![]() |
IV_STRUCUTRE_NAME | Call by reference | Type reference (TYPE) | TYPENAME | Name of Dictionary Type | 20091203 |
Method OVS_GET_OVS_MAPPING on class CL_GHO_UI_ALLOC_OVS has no exception.
Method OVS_HANDLE_PHASE_0 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_OVS_CALLBACK | Call by reference | Object reference (TYPE REF TO) | /PLMU/IF_FRW_G_OVS_CALLBACK | UI Framework - GUIBB handle for OVS | 20091203 | ||
2 | ![]() |
IV_FIELD_NAME | Call by reference | Type reference (TYPE) | NAME_KOMP | Component name | 20091203 |
Method OVS_HANDLE_PHASE_0 on class CL_GHO_UI_ALLOC_OVS has no exception.
Method OVS_HANDLE_PHASE_1 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_OVS_CALLBACK | Call by reference | Object reference (TYPE REF TO) | /PLMU/IF_FRW_G_OVS_CALLBACK | UI Framework - GUIBB handle for OVS | 20091203 | ||
2 | ![]() |
IV_FIELD_NAME | Call by reference | Type reference (TYPE) | NAME_KOMP | Component name | 20091203 |
Method OVS_HANDLE_PHASE_1 on class CL_GHO_UI_ALLOC_OVS has no exception.
Method OVS_HANDLE_PHASE_2 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_OVS_CALLBACK | Call by reference | Object reference (TYPE REF TO) | /PLMU/IF_FRW_G_OVS_CALLBACK | UI Framework - GUIBB handle for OVS | 20091203 | ||
2 | ![]() |
IV_FIELD_NAME | Call by reference | Type reference (TYPE) | NAME_KOMP | Component name | 20091203 |
Method OVS_HANDLE_PHASE_2 on class CL_GHO_UI_ALLOC_OVS has no exception.
Method OVS_HANDLE_PHASE_3 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_FPM_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20091203 | ||
2 | ![]() |
ET_CHANGE_LOG | Call by reference | Type reference (TYPE) | FPMGB_T_CHANGELOG | Field Changelog | 20091203 | ||
3 | ![]() |
IO_OVS_CALLBACK | Call by reference | Object reference (TYPE REF TO) | /PLMU/IF_FRW_G_OVS_CALLBACK | UI Framework - GUIBB handle for OVS | 20091203 | ||
4 | ![]() |
IV_FIELD_NAME | Call by reference | Type reference (TYPE) | NAME_KOMP | Component name | 20091203 |
Method OVS_HANDLE_PHASE_3 on class CL_GHO_UI_ALLOC_OVS has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 605 |