SAP ABAP Class CL_GHO_UI_NETOBJ_OVS (Network Objects OVS based F4 help)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   PP-PN-NO (Application Component) Network Objects
     EA_GHO_NETOBJ_UI (Package) Network Objects: UI Layer
Properties
Class CL_GHO_UI_NETOBJ_OVS  
Short Description Network Objects OVS based F4 help    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package EA_GHO_NETOBJ_UI   Network Objects: UI Layer 
Created 20090826   SAP 
Last change 20110908   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
Class CL_GHO_UI_NETOBJ_OVS has no interface implemented.
Friends
Class CL_GHO_UI_NETOBJ_OVS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GO_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_GHO_UI_NETOBJ_OVS GHO: NETOBJ - OVS based f4 help 20090826
2 MT_SELOPT Instance attribute Private Type reference (TYPE) DDSHSELOPS Selection Options for Search Helps 20090828
3 MT_SEL_PARAMS Instance attribute Private Type reference (TYPE) DDSHSELOPS Selection Options for Search Helps 20090828
Methods
# Method Level Visibility Method type Description Created on
1 CALL_SEARCHHELP Instance method Private Method 20090828
2 CONSTRUCTOR Instance method Public Constructor 20090826
3 GET_HELP_VALUES Instance method Public Method 20091124
4 GET_SELOPT Instance method Private Method 20090828
5 GET_STRU_FIELDS Instance method Private Method Get the structure fields 20100525
6 INIT_SELOPT Instance method Private Method 20090828
7 OVS_GET_OVS_INFO Static method Public Method 20090826
8 OVS_GET_OVS_MAPPING Static method Public Method 20090826
9 OVS_HANDLE_PHASE_0 Instance method Public Method 20091124
10 OVS_HANDLE_PHASE_1 Instance method Public Method 20091124
11 OVS_HANDLE_PHASE_2 Instance method Public Method 20091124
12 OVS_HANDLE_PHASE_3 Instance method Public Method 20091124
13 S_GET_INSTANCE Static method Public Method 20090828
Events
Class CL_GHO_UI_NETOBJ_OVS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TYP_S_OVS_INFO Public See coding 20090828 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 20090828 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 20090828 typ_t_ovs_info TYPE TABLE OF typ_s_ovs_info
4 TYP_T_OVS_MAPPING Public See coding 20090828 typ_t_ovs_mapping TYPE TABLE OF typ_s_ovs_mapping
Method Signatures

Method CALL_SEARCHHELP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DDSHRESLTS Call by reference Type reference (TYPE) DDSHRESLTS Results List in F4 Help 20090828
2 Importing IS_SHLPNAME Call by reference Type reference (TYPE) SHLPNAME Name of a Search Help 20090828

Method CALL_SEARCHHELP on class CL_GHO_UI_NETOBJ_OVS has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ABBID Call by reference Type reference (TYPE) /PLMB/SPI_ABBID Application Building Block ID 20090826

Method CONSTRUCTOR on class CL_GHO_UI_NETOBJ_OVS has no exception.

Method GET_HELP_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_RECORD_TAB Call by reference Object reference (TYPE REF TO) DATA 20091124
2 Importing IS_SHLP Call by reference Type reference (TYPE) SHLP_DESCR Description of Search Help 20091124

Method GET_HELP_VALUES on class CL_GHO_UI_NETOBJ_OVS has no exception.

Method GET_SELOPT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SELOPT Call by reference Type reference (TYPE) DDSHSELOPS Selection Options for Search Helps 20090828
2 Importing IS_SHLPNAME Call by reference Type reference (TYPE) SHLPNAME Name of a Search Help 20090828

Method GET_SELOPT on class CL_GHO_UI_NETOBJ_OVS has no exception.

Method GET_STRU_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELDS Call by reference Type reference (TYPE) DDFIELDS DD: Field List 20100525
2 Importing IS_STRU Call by reference Type reference (TYPE) ANY 20100525

Method GET_STRU_FIELDS on class CL_GHO_UI_NETOBJ_OVS has no exception.

Method INIT_SELOPT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_QUERY_PARAMS Call by reference Type reference (TYPE) GHO_S_SP_SEL_OPT Add select options 20100118

Method INIT_SELOPT on class CL_GHO_UI_NETOBJ_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 Exporting ET_OVS_INFO Call by reference Type reference (TYPE) TYP_T_OVS_INFO 20090828

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

Method OVS_GET_OVS_MAPPING on class CL_GHO_UI_NETOBJ_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 Importing IO_OVS_CALLBACK Call by reference Object reference (TYPE REF TO) /PLMU/IF_FRW_G_OVS_CALLBACK UI Framework - GUIBB handle for OVS 20091124
2 Importing IV_FIELD_NAME Call by reference Type reference (TYPE) NAME_KOMP Component name 20091124

Method OVS_HANDLE_PHASE_0 on class CL_GHO_UI_NETOBJ_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 Importing IO_OVS_CALLBACK Call by reference Object reference (TYPE REF TO) /PLMU/IF_FRW_G_OVS_CALLBACK UI Framework - GUIBB handle for OVS 20091124
2 Importing IV_FIELD_NAME Call by reference Type reference (TYPE) NAME_KOMP Component name 20091124

Method OVS_HANDLE_PHASE_1 on class CL_GHO_UI_NETOBJ_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 Importing IO_OVS_CALLBACK Call by reference Object reference (TYPE REF TO) /PLMU/IF_FRW_G_OVS_CALLBACK UI Framework - GUIBB handle for OVS 20091124
2 Importing IV_FIELD_NAME Call by reference Type reference (TYPE) NAME_KOMP Component name 20091124

Method OVS_HANDLE_PHASE_2 on class CL_GHO_UI_NETOBJ_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 Exporting EO_FPM_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20091124
2 Exporting ET_CHANGE_LOG Call by reference Type reference (TYPE) FPMGB_T_CHANGELOG Field Changelog 20091124
3 Importing IO_OVS_CALLBACK Call by reference Object reference (TYPE REF TO) /PLMU/IF_FRW_G_OVS_CALLBACK UI Framework - GUIBB handle for OVS 20091124
4 Importing IV_FIELD_NAME Call by reference Type reference (TYPE) NAME_KOMP Component name 20091124

Method OVS_HANDLE_PHASE_3 on class CL_GHO_UI_NETOBJ_OVS has no exception.

Method S_GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ABBID Call by reference Type reference (TYPE) /PLMB/SPI_ABBID Application Building Block ID 20090828
2 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_GHO_UI_NETOBJ_OVS OVS based F4 for Technical Object (FLOC / EQUI) 20090828

Method S_GET_INSTANCE on class CL_GHO_UI_NETOBJ_OVS has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 605