SAP ABAP Class CL_CHIP_INSTANCE_WD (CHIP Instance Web Dynpro Component)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA-PB (Application Component) WD ABAP Page Builder
     SWDP_CCP_WD_API (Package) Web Dynpro ABAP: WDA Page Builder WD Integration API
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_CHIP_INSTANCE CHIP Instance 20081215
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CHIP_API_WD CHIP API WD 20090124
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CHIP_INSTANCE_WD CHIP Instance Web Dynpro Component 20081027
Properties
Class CL_CHIP_INSTANCE_WD  
Short Description CHIP Instance Web Dynpro Component    
Super Class CL_CHIP_INSTANCE CHIP Instance 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_CCP_WD_API   Web Dynpro ABAP: WDA Page Builder WD Integration API 
Created 20081027   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 IF_CHIP_API_WD CHIP API WD 20090124
2 IF_CHIP_INSTANCE_WD CHIP Instance Web Dynpro Component 20081027
Friends
Class CL_CHIP_INSTANCE_WD has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_EXT_CONT_COMPONENT_NAME Constant Public Type reference (TYPE) STRING 'WDR_CHIP_EXTENSIONS' Name of Component of External Container 20100827
2 CO_EXT_CONT_USAGE_GROUP_NAME Constant Private Type reference (TYPE) STRING 'CHIP_EXT_CONT_USAGE_GROUP' Name of External Container Usage Group 20100827
3 CO_EXT_CONT_WINDOW_NAME Constant Public Type reference (TYPE) STRING 'EXTENSIONS_W' Name of Interface View 20100827
4 M_API_COMPONENT_USAGE Instance attribute Private Object reference (TYPE REF TO) IF_WD_COMPONENT_USAGE Web Dynpro: Component Usage 20090124
5 M_API_COMPONENT_USAGE_GROUP Instance attribute Private Object reference (TYPE REF TO) IF_WD_COMPONENT_USAGE_GROUP Web Dynpro: Group of Component Usages 20090124
6 M_CHIP Instance attribute Private Object reference (TYPE REF TO) IWCI_IF_CHIP Web Dynpro Interface INTERFACECONTROLLER 20081128
7 M_CHIP_API_WD_COMP Instance attribute Private Object reference (TYPE REF TO) IWCI_CHIP_API_WD Web Dynpro Interface COMPONENTCONTROLLER 20090715
8 M_COMPONENT Instance attribute Private Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20101215
9 M_COMPONENT_ID Instance attribute Private Type reference (TYPE) STRING Component ID 20081128
10 M_COMPONENT_NAME Instance attribute Private Type reference (TYPE) STRING Component Name 20081128
11 M_COMPONENT_USAGE Instance attribute Private Object reference (TYPE REF TO) IF_WD_COMPONENT_USAGE Web Dynpro: Component Usage 20081128
12 M_COMPONENT_USAGE_GROUP Instance attribute Private Object reference (TYPE REF TO) IF_WD_COMPONENT_USAGE_GROUP Web Dynpro: Group of Component Usages 20081128
13 M_COMPONENT_USAGE_GROUP_NAME Instance attribute Private Type reference (TYPE) STRING 20081128
14 M_COMPONENT_USAGE_NAME Instance attribute Private Type reference (TYPE) STRING Component Usage Name 20081128
15 M_EXT_CONT_USAGE Instance attribute Private Object reference (TYPE REF TO) IF_WD_COMPONENT_USAGE Web Dynpro: Component Usage 20100827
16 M_EXT_CONT_USAGE_GROUP Instance attribute Private Object reference (TYPE REF TO) IF_WD_COMPONENT_USAGE_GROUP Web Dynpro: Group of Component Usages 20100827
17 M_REFRESH_TRIGGERED Instance attribute Private Type reference (TYPE) ABAP_BOOL 20090902
18 PHASE_MODEL Instance attribute Private Object reference (TYPE REF TO) CL_CHIP_WD_PHASE_MODEL CHIP WD Phase Model 20090324
19 _MT_CHIP_2_INSTANCE Static Attribute Private Type reference (TYPE) TP_T_CHIP_2_INSTANCE 20101215
20 _MT_COMPONENT_2_INSTANCE Static Attribute Private Type reference (TYPE) TP_T_COMPONENT_2_INSTANCE 20101215
21 _M_EVENT_SERVICE Static Attribute Private Object reference (TYPE REF TO) CL_CHIP_EVENT_SERVICE_WD CHIP Page Event Service 20090211
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Creates a CHIP instance Web Dynpro component 20081027
2 FIRE_INPORT_EVENT Instance method Private Method 20090826
3 GET_INSTANCE_BY_CHIP Static method Public Method 20091003
4 GET_INSTANCE_BY_COMPONENT Static method Public Method 20101215
5 HANDLE_PM_BEGIN Instance method Private Event handling method 20090324
6 HANDLE_PM_NAVIGATION Instance method Private Event handling method 20100527
7 HANDLE_PM_POST_NAVIGATION Instance method Private Event handling method 20090324
8 HANDLE_PM_POST_NAVIGATION_B Instance method Private Event handling method 20100519
9 HNDL_API_SIZE_CHANGED Instance method Private Event handling method 20110225
10 HNDL_API_VISIBILITY_CHANGED Instance method Private Event handling method 20110225
11 HNDL_API_WIRING_LOCK_CHANGED Instance method Private Event handling method 20110225
12 SET_HANDLER Instance method Private Method 20110225
Events
Class CL_CHIP_INSTANCE_WD has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TP_S_CHIP_2_INSTANCE Private See coding 20101215 begin of tp_s_chip_2_instance, chip type ref to iwci_if_chip, instance type ref to cl_chip_instance_wd, end of tp_s_chip_2_instance
2 TP_S_COMPONENT_2_INSTANCE Private See coding 20101215 begin of tp_s_component_2_instance, component type ref to if_wd_component, instance type ref to cl_chip_instance_wd, end of tp_s_component_2_instance
3 TP_T_CHIP_2_INSTANCE Private See coding 20101215 tp_t_chip_2_instance type hashed table of tp_s_chip_2_instance with unique key chip
4 TP_T_COMPONENT_2_INSTANCE Private See coding 20101215 tp_t_component_2_instance type hashed table of tp_s_component_2_instance with unique key component
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHIP_DEFINITION Call by reference Object reference (TYPE REF TO) IF_CHIP_DEFINITION 20090105
2 Importing CHIP_INSTANCE_ID Call by reference Type reference (TYPE) STRING CHIP Instanz ID 20081128
3 Importing ROOT_WD_COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20081128

Method CONSTRUCTOR on class CL_CHIP_INSTANCE_WD has no exception.

Method FIRE_INPORT_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPORT_EVENT Call by reference Object reference (TYPE REF TO) IF_CHIP_PORT_EVENT CHIP Port Event 20090826

Method FIRE_INPORT_EVENT on class CL_CHIP_INSTANCE_WD has no exception.

Method GET_INSTANCE_BY_CHIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHIP Call by reference Object reference (TYPE REF TO) IWCI_IF_CHIP WebDynpro Interface COMPONENTCONTROLLER 20091003
2 Returning INSTANCE Value transfer Object reference (TYPE REF TO) CL_CHIP_INSTANCE_WD CHIP Instanz Web Dynpro Component 20091003

Method GET_INSTANCE_BY_CHIP on class CL_CHIP_INSTANCE_WD has no exception.

Method GET_INSTANCE_BY_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT WebDynpro Interface COMPONENTCONTROLLER 20101215
2 Returning INSTANCE Value transfer Object reference (TYPE REF TO) CL_CHIP_INSTANCE_WD CHIP Instanz Web Dynpro Component 20101215

Method GET_INSTANCE_BY_COMPONENT on class CL_CHIP_INSTANCE_WD has no exception.

Method HANDLE_PM_BEGIN Signature

Method HANDLE_PM_BEGIN on class CL_CHIP_INSTANCE_WD has no parameter.
Method HANDLE_PM_BEGIN on class CL_CHIP_INSTANCE_WD has no exception.

Method HANDLE_PM_NAVIGATION Signature

Method HANDLE_PM_NAVIGATION on class CL_CHIP_INSTANCE_WD has no parameter.
Method HANDLE_PM_NAVIGATION on class CL_CHIP_INSTANCE_WD has no exception.

Method HANDLE_PM_POST_NAVIGATION Signature

Method HANDLE_PM_POST_NAVIGATION on class CL_CHIP_INSTANCE_WD has no parameter.
Method HANDLE_PM_POST_NAVIGATION on class CL_CHIP_INSTANCE_WD has no exception.

Method HANDLE_PM_POST_NAVIGATION_B Signature

Method HANDLE_PM_POST_NAVIGATION_B on class CL_CHIP_INSTANCE_WD has no parameter.
Method HANDLE_PM_POST_NAVIGATION_B on class CL_CHIP_INSTANCE_WD has no exception.

Method HNDL_API_SIZE_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FULLSCREEN Call by reference Attribute reference (LIKE) 20110227
2 Importing HEIGHT Call by reference Attribute reference (LIKE) 20110227
3 Importing WIDTH Value transfer Attribute reference (LIKE) 20110225

Method HNDL_API_SIZE_CHANGED on class CL_CHIP_INSTANCE_WD has no exception.

Method HNDL_API_VISIBILITY_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VISIBLE Value transfer Attribute reference (LIKE) 20110225

Method HNDL_API_VISIBILITY_CHANGED on class CL_CHIP_INSTANCE_WD has no exception.

Method HNDL_API_WIRING_LOCK_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing WIRING_LOCK Value transfer Attribute reference (LIKE) 20110225

Method HNDL_API_WIRING_LOCK_CHANGED on class CL_CHIP_INSTANCE_WD has no exception.

Method SET_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTIVATION Call by reference Type reference (TYPE) ABAP_BOOL 20110225

Method SET_HANDLER on class CL_CHIP_INSTANCE_WD has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 720