SAP ABAP Class CL_GHO_UI_ALLOC_INIT (Feeder Class for Initial Screen 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
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 20091110
2 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMU/IF_FRW_G_ACTIONS Feeder Callback - Define and Process Actions 20091110
3 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMU/IF_FRW_G_AFTER_GET_DATA Feeder Callback - After GET_DATA 20100614
4 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMU/IF_FRW_G_BEFORE_FLUSH Feeder Callback - Before FLUSH 20091110
5 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMU/IF_FRW_G_BEFORE_GET_DATA Feeder Callback - Before GET_DATA 20091110
6 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMU/IF_FRW_G_CONFIG_PARAM Feeder Callback - Set and Get Configuration Parameter 20091110
7 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMU/IF_FRW_G_FIELD_DEF Feeder Callback - Field Definition (Form/List/Tree) 20091110
8 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMU/IF_FRW_G_GLOBAL_EVENTS Feeder Callback - Global Event Processing 20091110
9 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMU/IF_FRW_G_OVS Feeder Callback - OVS Handler 20091201
Properties
Class CL_GHO_UI_ALLOC_INIT  
Short Description Feeder Class for Initial Screen Allocation    
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 20091110   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 /PLMU/IF_FRW_G_ACTIONS Feeder Callback - Define and Process Actions 20091110
2 /PLMU/IF_FRW_G_AFTER_GET_DATA Feeder Callback - After GET_DATA 20100614
3 /PLMU/IF_FRW_G_BEFORE_FLUSH Feeder Callback - Before FLUSH 20091110
4 /PLMU/IF_FRW_G_BEFORE_GET_DATA Feeder Callback - Before GET_DATA 20091110
5 /PLMU/IF_FRW_G_CONFIG_PARAM Feeder Callback - Set and Get Configuration Parameter 20091110
6 /PLMU/IF_FRW_G_FIELD_DEF Feeder Callback - Field Definition (Form/List/Tree) 20091110
7 /PLMU/IF_FRW_G_GLOBAL_EVENTS Feeder Callback - Global Event Processing 20091110
8 /PLMU/IF_FRW_G_OVS Feeder Callback - OVS Handler 20091201
Friends
Class CL_GHO_UI_ALLOC_INIT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_FPM Instance attribute Private Object reference (TYPE REF TO) IF_FPM Interface for accessing FPM functionality 20091110
2 MO_OVS Instance attribute Public Object reference (TYPE REF TO) CL_GHO_UI_NETOBJ_OVS GHO: NETOBJ - OVS based F4 help 20091201
3 MO_OVS1 Instance attribute Public Object reference (TYPE REF TO) CL_GHO_UI_ALLOC_OVS OVS Class for Allocation 20100614
4 MO_SERVICE Instance attribute Protected Object reference (TYPE REF TO) CL_EAMS_UI_SERVICE Service and convertion methods 20091110
5 MS_HEADER_DATA Static Attribute Public Type reference (TYPE) GHO_S_SP_ALLOC_HEADER_KEY Key for Header of Allocation 20091110
6 MS_INIT_DATA Instance attribute Protected Type reference (TYPE) GHO_S_SP_ALLOC_SRCH_CRIT_KEY Key for Search Criteria for Allocation 20091110
7 MT_FIELD_DESCRIPTION Instance attribute Private Type reference (TYPE) FPMGB_T_FORMFIELD_DESCR Form Fielddescription 20091110
8 MV_EXT_ID Instance attribute Private Type reference (TYPE) GHO_NETOBJ_ID_EXT External ID for Netowrk Object 20091201
9 MV_MODE Instance attribute Private Type reference (TYPE) /PLMB/SPI_MODE Mode 20091110
10 MV_VALID_NETWORK Static Attribute Public Type reference (TYPE) BOOLEAN Flag is set to 'X' if Network is valid 20100601
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_MANDATORY_FIELDS Instance method Private Method Check Mandatory fields 20091110
2 OVS_GET_OVS_INFO Instance method Private Method 20091201
3 OVS_GET_OVS_MAPPING Instance method Private Method 20091201
4 VALIDATE_NET_ID Instance method Private Method Validate Network Id 20091110
5 VALIDATE_NODE_ID Instance method Private Method 20101006
6 VALIDATE_STRUCTURE Instance method Private Method Validate network has structure 20101215
Events
Class CL_GHO_UI_ALLOC_INIT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TYP_S_OVS_INFO Public See coding 20091201 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 20091201 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 20091201 typ_t_ovs_info TYPE TABLE OF typ_s_ovs_info
4 TYP_T_OVS_MAPPING Public See coding 20091201 typ_t_ovs_mapping TYPE TABLE OF typ_s_ovs_mapping
Method Signatures

Method CHECK_MANDATORY_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MESSAGES Call by reference Type reference (TYPE) FPMGB_T_MESSAGES FPMGB Messages (T100 & Plaintext) 20091110
2 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20091110

Method CHECK_MANDATORY_FIELDS on class CL_GHO_UI_ALLOC_INIT has no exception.

Method OVS_GET_OVS_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OVS_INFO Call by reference Type reference (TYPE) TYP_T_OVS_INFO 20091201

Method OVS_GET_OVS_INFO on class CL_GHO_UI_ALLOC_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 Exporting ET_OVS_MAPPING Call by reference Type reference (TYPE) TYP_T_OVS_MAPPING 20091201
2 Importing IV_COMPONENT_NAME Call by reference Type reference (TYPE) ABAP_COMPNAME 20091201
3 Importing IV_SHLPNAME Call by reference Type reference (TYPE) SHLPNAME Name of a Search Help 20091201
4 Importing IV_STRUCUTRE_NAME Call by reference Type reference (TYPE) TYPENAME Name of Dictionary Type 20091201

Method OVS_GET_OVS_MAPPING on class CL_GHO_UI_ALLOC_INIT has no exception.

Method VALIDATE_NET_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_IS_VALID Call by reference Type reference (TYPE) ABAP_BOOL Return for Validty Check 20091110
2 Importing IV_NETWORK_ID Call by reference Type reference (TYPE) GHO_NETOBJ_ID_EXT GHO Production Network identification 20091110

Method VALIDATE_NET_ID on class CL_GHO_UI_ALLOC_INIT has no exception.

Method VALIDATE_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_IS_VALID Call by reference Type reference (TYPE) ABAP_BOOL 20101006
2 Importing IS_ALLOC_INIT Call by reference Type reference (TYPE) GHO_S_SP_ALLOC_SRCH_CRIT_KEY GHO Allocation Capture measurements initial key 20101006

Method VALIDATE_NODE_ID on class CL_GHO_UI_ALLOC_INIT has no exception.

Method VALIDATE_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SRCH_CRIT_KEY Call by reference Type reference (TYPE) GHO_S_SP_ALLOC_SRCH_CRIT_KEY Key for Search Criteria for Allocation 20101215
2 Exporting VALID_NETWORK Call by reference Type reference (TYPE) ABAP_BOOL 20101215

Method VALIDATE_STRUCTURE on class CL_GHO_UI_ALLOC_INIT has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 605