SAP ABAP Class CL_GHO_UI_ALLOC_MC_INIT (Feeder class for Capture Measurements)
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
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /PLMU/CL_FRW_G_FEEDER_FORM | Form Feeder | 20100526 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | /PLMU/IF_FRW_G_AFTER_GET_DATA | Feeder Callback - After GET_DATA | 20100526 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | /PLMU/IF_FRW_G_BEFORE_GET_DATA | Feeder Callback - Before GET_DATA | 20100526 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | /PLMU/IF_FRW_G_FIELD_DEF | Feeder Callback - Field Definition (Form/List/Tree) | 20100526 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | /PLMU/IF_FRW_G_GLOBAL_EVENTS | Feeder Callback - Global Event Processing | 20100526 |
| 6 | Interface implementation (CLASS c. INTERFACES i_ref) | /PLMU/IF_FRW_G_OVS | Feeder Callback - OVS Handler | 20100527 |
Properties
| Class | CL_GHO_UI_ALLOC_MC_INIT | |
| Short Description | Feeder class for Capture Measurements | |
| Super Class | /PLMU/CL_FRW_G_FEEDER_FORM | Form Feeder |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | EA_GHO_ALLOC_UI | Allocation: UI Layer |
| Created | 20100526 | 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
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /PLMU/IF_FRW_G_AFTER_GET_DATA | Feeder Callback - After GET_DATA | 20100526 | ||
| 2 | /PLMU/IF_FRW_G_BEFORE_GET_DATA | Feeder Callback - Before GET_DATA | 20100526 | ||
| 3 | /PLMU/IF_FRW_G_FIELD_DEF | Feeder Callback - Field Definition (Form/List/Tree) | 20100526 | ||
| 4 | /PLMU/IF_FRW_G_GLOBAL_EVENTS | Feeder Callback - Global Event Processing | 20100526 | ||
| 5 | /PLMU/IF_FRW_G_OVS | Feeder Callback - OVS Handler | 20100527 |
Friends
Class CL_GHO_UI_ALLOC_MC_INIT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_GHO_UI_ALLOC_OVS | GHO: NETOBJ - OVS based F4 help | 20100527 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | GHO_NETOBJ_ID_EXT | External ID for Network Object | 20100527 | |||
| 3 | Static Attribute | Public | Type reference (TYPE) | BOOLEAN | Flag is set to 'X' if Network is valid | 20100609 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20100527 | ||
| 2 | Instance method | Private | Method | 20100527 | ||
| 3 | Instance method | Private | Method | 20100609 | ||
| 4 | Instance method | Private | Method | 20101005 |
Events
Class CL_GHO_UI_ALLOC_MC_INIT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYP_S_OVS_INFO | Public | See coding | 20100527 | 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 | 20100527 | 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 | 20100527 | typ_t_ovs_info TYPE TABLE OF typ_s_ovs_info
|
||
| 4 | TYP_T_OVS_MAPPING | Public | See coding | 20100527 | typ_t_ovs_mapping TYPE TABLE OF typ_s_ovs_mapping
|
Method Signatures
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 | 20100527 |
Method OVS_GET_OVS_INFO on class CL_GHO_UI_ALLOC_MC_INIT 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 | 20100527 | ||||
| 2 | IV_COMPONENT_NAME | Call by reference | Type reference (TYPE) | ABAP_COMPNAME | 20100527 | ||||
| 3 | IV_SHLPNAME | Call by reference | Type reference (TYPE) | SHLPNAME | Name of a Search Help | 20100527 | |||
| 4 | IV_STRUCUTRE_NAME | Call by reference | Type reference (TYPE) | TYPENAME | Name of Dictionary Type | 20100527 |
Method OVS_GET_OVS_MAPPING on class CL_GHO_UI_ALLOC_MC_INIT has no exception.
Method VALIDATE_NET_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_IS_VALID | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20100609 | ||||
| 2 | IV_NETWORK_ID | Call by reference | Type reference (TYPE) | GHO_NETOBJ_ID_EXT | External ID for Network Object | 20101005 |
Method VALIDATE_NET_ID on class CL_GHO_UI_ALLOC_MC_INIT has no exception.
Method VALIDATE_NODE_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_IS_VALID | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20101005 | ||||
| 2 | IS_ALLOC_INIT | Call by reference | Type reference (TYPE) | GHO_S_SP_ALLOC_MC_INIT_KEY | GHO Allocation Capture measurements initial key | 20101005 |
Method VALIDATE_NODE_ID on class CL_GHO_UI_ALLOC_MC_INIT has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 606 |