SAP ABAP Interface /UI2/IF_CHIP_API (IF_CHIP_API CHIP API)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   CA-UI2-INT-BE (Application Component) Backend Enablement
     /UI2/ABAP_PAGE_BUILDER (Package) UI2: ABAP Pagebuilder
Properties
Interface /UI2/IF_CHIP_API  
Short Description IF_CHIP_API CHIP API    
General Data
Package /UI2/ABAP_PAGE_BUILDER   UI2: ABAP Pagebuilder 
Created 20130313   SAP 
Last changed 20131127   SAP 
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 /UI2/IF_CHIP_API has no interface.
Friends
Interface /UI2/IF_CHIP_API has no friend.
Attributes
Interface /UI2/IF_CHIP_API has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE_DYNAMIC_PORT_CHANGES Instance method Public Method 20130313
2 ADD_DYNAMIC_INPORT Instance method Public Method 20130313
3 ADD_DYNAMIC_OUTPORT Instance method Public Method 20130313
4 ATTACH_NOTIFICATION Instance method Public Method 20130313
5 CREATE_CHIP_MENU Instance method Public Method 20130313
6 CREATE_CHIP_MENU_ACTION_ITEM Instance method Public Method 20130313
7 CREATE_CHIP_MENU_CHECKBOX Instance method Public Method 20130313
8 CREATE_CHIP_MENU_SEPARATOR Instance method Public Method 20130313
9 CREATE_OUTPORT_EVENT_FROM_DATA Instance method Public Method 20130313
10 DETACH_ALL_NOTIFICATIONS Instance method Public Method 20130313
11 DETACH_NOTIFICATION Instance method Public Method 20130313
12 FIRE_INPORT_EVENT Instance method Public Method 20130313
13 FIRE_OUTPORT_EVENT Instance method Public Method 20130313
14 FLUSH_ALL_INPORTS Instance method Public Method 20130313
15 FLUSH_INPORT Instance method Public Method 20130313
16 GET_DATA_FROM_INPORT_EVENT Instance method Public Method 20130313
17 GET_DEFINITION Instance method Public Method 20130313
18 GET_ENVIRONMENT_PARAMETER Instance method Public Method 20130313
19 GET_ENVIRONMENT_PARAM_NAMES Instance method Public Method 20130313
20 GET_ENVIRONMENT_PARAM_POSITS Instance method Public Method 20130313
21 GET_FULLSCREEN Instance method Public Method 20130313
22 GET_HEIGHT Instance method Public Method 20130313
23 GET_INSTANCE_ID Instance method Public Method 20130313
24 GET_LAST_INPORT_EVENT Instance method Public Method 20130313
25 GET_PANEL_VISIBILITY Instance method Public Method 20130313
26 GET_REGISTERED_INPORTS Instance method Public Method 20130313
27 GET_REGISTERED_OUTPORT_TAGS Instance method Public Method 20130313
28 GET_TITLE Instance method Public Method 20130313
29 GET_VISIBILITY Instance method Public Method 20130313
30 GET_WIDTH Instance method Public Method 20130313
31 GET_WIRING_LOCK Instance method Public Method 20130313
32 HAS_ENVIRONMENT_PARAMETER Instance method Public Method 20130313
33 HAS_REGISTERED_OUTPORT_TAGS Instance method Public Method 20130313
34 NOTIFY Instance method Public Method 20130313
35 REGISTER_OUTPORT_TAG Instance method Public Method 20130313
36 REMOVE_ALL_DYNAMIC_PORTS Instance method Public Method 20130313
37 REMOVE_CUSTOM_TRAY_MENU Instance method Public Method 20130313
38 REMOVE_DYNAMIC_INPORT Instance method Public Method 20130313
39 REMOVE_DYNAMIC_OUTPORT Instance method Public Method 20130313
40 SET_CHIP_HEIGHT Instance method Public Method 20130313
41 SET_CHIP_LAUNCHER_URL_PROVIDER Instance method Public Method 20130313
42 SET_CHIP_PADDING Instance method Public Method 20130313
43 SET_CHIP_STRETCH_HEIGHT Instance method Public Method 20130313
44 SET_CUSTOM_TRAY_MENU Instance method Public Method 20130313
45 SET_DYNAMIC_PORTS Instance method Public Method 20130313
46 SET_EXEC_FULLSCREEN Instance method Public Method 20130313
47 SET_EXEC_REMOTE Instance method Public Method 20130313
48 SET_PANEL_VISIBILITY Instance method Public Method 20130313
49 SET_TITLE Instance method Public Method 20130313
50 UNREGISTER_ALL_OUTPORT_TAGS Instance method Public Method 20130313
51 UNREGISTER_OUTPORT_TAG Instance method Public Method 20130313
Events
# Event Type Visibility Description Created on
1 CUSTOM_TRAY_ACTION Instance Event
(0)
Public
(2)
20130313
2 CUSTOM_TRAY_TOGGLE Instance Event
(0)
Public
(2)
20130313
3 INPORT_EVENT Instance Event
(0)
Public
(2)
20130313
4 NOTIFICATION Instance Event
(0)
Public
(2)
20130313
5 SIZE_CHANGED Instance Event
(0)
Public
(2)
20130313
6 TITLE_CHANGED Instance Event
(0)
Public
(2)
20130313
7 VISIBILITY_CHANGED Instance Event
(0)
Public
(2)
20130313
8 WIRING_LOCK_CHANGED Instance Event
(0)
Public
(2)
20130313
9 WIRING_REFRESHED Instance Event
(0)
Public
(2)
20130313
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TP_T_CHIP_TRAY_ACTION Public See coding 20130313 tp_t_chip_tray_action TYPE SORTED TABLE OF /ui2/chip_tray_action WITH UNIQUE KEY id
2 TP_T_ENVIRONMENT_PARAM_NAME Public See coding 20130313 tp_t_environment_param_name TYPE STANDARD TABLE OF string WITH NON-UNIQUE KEY table_line
3 TP_T_ENVIRONMENT_PARAM_POSIT Public See coding 20130313 tp_t_environment_param_posit TYPE STANDARD TABLE OF i WITH NON-UNIQUE KEY table_line
Method Signatures

Method ACTIVATE_DYNAMIC_PORT_CHANGES Signature

Method ACTIVATE_DYNAMIC_PORT_CHANGES on Interface /UI2/IF_CHIP_API has no parameter.
Method ACTIVATE_DYNAMIC_PORT_CHANGES on Interface /UI2/IF_CHIP_API has no exception.

Method ADD_DYNAMIC_INPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTIVATE_IMMEDIATELY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130313
2 Importing INPORT_DESCRIPTION Call by reference Object reference (TYPE REF TO) /UI2/IF_CHIP_PORT_DESCRIPTION 20130313

Method ADD_DYNAMIC_INPORT on Interface /UI2/IF_CHIP_API has no exception.

Method ADD_DYNAMIC_OUTPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTIVATE_IMMEDIATELY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130313
2 Importing OUTPORT_DESCRIPTION Call by reference Object reference (TYPE REF TO) /UI2/IF_CHIP_PORT_DESCRIPTION 20130313

Method ADD_DYNAMIC_OUTPORT on Interface /UI2/IF_CHIP_API has no exception.

Method ATTACH_NOTIFICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING 20130313
2 Importing NAMESPACE Call by reference Type reference (TYPE) STRING 20130313

Method ATTACH_NOTIFICATION on Interface /UI2/IF_CHIP_API has no exception.

Method CREATE_CHIP_MENU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CHIP_MENU Value transfer Object reference (TYPE REF TO) /UI2/IF_CHIP_MENU 20130313
2 Importing ID Call by reference Type reference (TYPE) STRING 20130313
3 Importing TITLE Call by reference Type reference (TYPE) STRING 20130313

Method CREATE_CHIP_MENU on Interface /UI2/IF_CHIP_API has no exception.

Method CREATE_CHIP_MENU_ACTION_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CHIP_MENU_ACTION_ITEM Value transfer Object reference (TYPE REF TO) /UI2/IF_CHIP_MENU_ACTION_ITEM 20130313
2 Importing ENABLED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20130313
3 Importing ID Call by reference Type reference (TYPE) STRING 20130313
4 Importing IMAGE_SOURCE Call by reference Type reference (TYPE) STRING 20130313
5 Importing NEEDS_MORE_INFO Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130313
6 Importing TEXT Call by reference Type reference (TYPE) STRING 20130313

Method CREATE_CHIP_MENU_ACTION_ITEM on Interface /UI2/IF_CHIP_API has no exception.

Method CREATE_CHIP_MENU_CHECKBOX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHECKED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130313
2 Returning CHIP_MENU_CHECKBOX Value transfer Object reference (TYPE REF TO) /UI2/IF_CHIP_MENU_CHECKBOX 20130313
3 Importing ENABLED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20130313
4 Importing ID Call by reference Type reference (TYPE) STRING 20130313
5 Importing NEEDS_MORE_INFO Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130313
6 Importing TEXT Call by reference Type reference (TYPE) STRING 20130313

Method CREATE_CHIP_MENU_CHECKBOX on Interface /UI2/IF_CHIP_API has no exception.

Method CREATE_CHIP_MENU_SEPARATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CHIP_MENU_SEPARATOR Value transfer Object reference (TYPE REF TO) /UI2/IF_CHIP_MENU_SEPARATOR 20130313
2 Importing ID Call by reference Type reference (TYPE) STRING 20130313

Method CREATE_CHIP_MENU_SEPARATOR on Interface /UI2/IF_CHIP_API has no exception.

Method CREATE_OUTPORT_EVENT_FROM_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA Call by reference Type reference (TYPE) DATA 20130313
2 Returning OUTPORT_EVENT Value transfer Object reference (TYPE REF TO) /UI2/IF_CHIP_PORT_EVENT 20130313
3 Importing OUTPORT_NAME Call by reference Type reference (TYPE) STRING 20130313

Method CREATE_OUTPORT_EVENT_FROM_DATA on Interface /UI2/IF_CHIP_API has no exception.

Method DETACH_ALL_NOTIFICATIONS Signature

Method DETACH_ALL_NOTIFICATIONS on Interface /UI2/IF_CHIP_API has no parameter.
Method DETACH_ALL_NOTIFICATIONS on Interface /UI2/IF_CHIP_API has no exception.

Method DETACH_NOTIFICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING 20130313
2 Importing NAMESPACE Call by reference Type reference (TYPE) STRING 20130313

Method DETACH_NOTIFICATION on Interface /UI2/IF_CHIP_API 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) /UI2/IF_CHIP_PORT_EVENT 20130313
2 Returning NEW_INPORT_EVENT Value transfer Type reference (TYPE) ABAP_BOOL 20130313

Method FIRE_INPORT_EVENT on Interface /UI2/IF_CHIP_API has no exception.

Method FIRE_OUTPORT_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OUTPORT_EVENT Call by reference Object reference (TYPE REF TO) /UI2/IF_CHIP_PORT_EVENT 20130313

Method FIRE_OUTPORT_EVENT on Interface /UI2/IF_CHIP_API has no exception.

Method FLUSH_ALL_INPORTS Signature

Method FLUSH_ALL_INPORTS on Interface /UI2/IF_CHIP_API has no parameter.
Method FLUSH_ALL_INPORTS on Interface /UI2/IF_CHIP_API has no exception.

Method FLUSH_INPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPORT_NAME Call by reference Type reference (TYPE) STRING 20130313

Method FLUSH_INPORT on Interface /UI2/IF_CHIP_API has no exception.

Method GET_DATA_FROM_INPORT_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing DATA_CHANGE Call by reference Type reference (TYPE) DATA 20130313
2 Exporting DATA_EXPORT Value transfer Type reference (TYPE) STANDARD TABLE 20130313
3 Importing INPORT_EVENT Call by reference Object reference (TYPE REF TO) /UI2/IF_CHIP_PORT_EVENT 20130313

Method GET_DATA_FROM_INPORT_EVENT on Interface /UI2/IF_CHIP_API has no exception.

Method GET_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DEFINITION Value transfer Object reference (TYPE REF TO) /UI2/IF_CHIP_DEFINITION 20130313

Method GET_DEFINITION on Interface /UI2/IF_CHIP_API has no exception.

Method GET_ENVIRONMENT_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PARAMETER_NAME Call by reference Type reference (TYPE) STRING 20130313
2 Importing PARAMETER_POSITION Call by reference Type reference (TYPE) I 20130313
3 Returning PARAMETER_VALUE Value transfer Type reference (TYPE) STRING 20130313

Method GET_ENVIRONMENT_PARAMETER on Interface /UI2/IF_CHIP_API has no exception.

Method GET_ENVIRONMENT_PARAM_NAMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PARAMETER_NAMES Value transfer Type reference (TYPE) TP_T_ENVIRONMENT_PARAM_NAME 20130313

Method GET_ENVIRONMENT_PARAM_NAMES on Interface /UI2/IF_CHIP_API has no exception.

Method GET_ENVIRONMENT_PARAM_POSITS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PARAMETER_NAME Call by reference Type reference (TYPE) STRING 20130313
2 Returning PARAMETER_POSITIONS Value transfer Type reference (TYPE) TP_T_ENVIRONMENT_PARAM_POSIT 20130313

Method GET_ENVIRONMENT_PARAM_POSITS on Interface /UI2/IF_CHIP_API has no exception.

Method GET_FULLSCREEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FULLSCREEN Value transfer Type reference (TYPE) /UI2/CHIP_FULLSCREEN_MODE 20130313

Method GET_FULLSCREEN on Interface /UI2/IF_CHIP_API has no exception.

Method GET_HEIGHT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_HEIGHT Value transfer Type reference (TYPE) STRING 20130313

Method GET_HEIGHT on Interface /UI2/IF_CHIP_API has no exception.

Method GET_INSTANCE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning INSTANCE_ID Value transfer Type reference (TYPE) STRING 20130313

Method GET_INSTANCE_ID on Interface /UI2/IF_CHIP_API has no exception.

Method GET_LAST_INPORT_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning INPORT_EVENT Value transfer Object reference (TYPE REF TO) /UI2/IF_CHIP_PORT_EVENT 20130313
2 Importing INPORT_NAME Call by reference Type reference (TYPE) STRING 20130313

Method GET_LAST_INPORT_EVENT on Interface /UI2/IF_CHIP_API has no exception.

Method GET_PANEL_VISIBILITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VISIBLE Value transfer Type reference (TYPE) ABAP_BOOL 20130313

Method GET_PANEL_VISIBILITY on Interface /UI2/IF_CHIP_API has no exception.

Method GET_REGISTERED_INPORTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning INPORT_NAMES Value transfer Type reference (TYPE) STRING_TABLE 20130313

Method GET_REGISTERED_INPORTS on Interface /UI2/IF_CHIP_API has no exception.

Method GET_REGISTERED_OUTPORT_TAGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPORT_NAME Call by reference Type reference (TYPE) STRING 20130313
2 Returning OUTPORT_TAGGING_INFOS Value transfer Type reference (TYPE) /UI2/CHIP_TAGGING_INFOS 20130313

Method GET_REGISTERED_OUTPORT_TAGS on Interface /UI2/IF_CHIP_API has no exception.

Method GET_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing RESOLVE_TEXT_ALIASES Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20130313
2 Returning TITLE Value transfer Type reference (TYPE) /UI2/CHIP_TITLE 20130313

Method GET_TITLE on Interface /UI2/IF_CHIP_API has no exception.

Method GET_VISIBILITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VISIBLE Value transfer Type reference (TYPE) ABAP_BOOL 20130313

Method GET_VISIBILITY on Interface /UI2/IF_CHIP_API has no exception.

Method GET_WIDTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_WIDTH Value transfer Type reference (TYPE) STRING 20130313

Method GET_WIDTH on Interface /UI2/IF_CHIP_API has no exception.

Method GET_WIRING_LOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning WIRING_LOCK Value transfer Type reference (TYPE) ABAP_BOOL 20130313

Method GET_WIRING_LOCK on Interface /UI2/IF_CHIP_API has no exception.

Method HAS_ENVIRONMENT_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning HAS_ENVIRONMENT_PARAMETER Value transfer Type reference (TYPE) ABAP_BOOL 20130313
2 Importing PARAMETER_NAME Call by reference Type reference (TYPE) STRING 20130313
3 Importing PARAMETER_POSITION Call by reference Type reference (TYPE) I 20130313

Method HAS_ENVIRONMENT_PARAMETER on Interface /UI2/IF_CHIP_API has no exception.

Method HAS_REGISTERED_OUTPORT_TAGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning HAS_REGISTERED_OUTPORT_TAGS Value transfer Type reference (TYPE) ABAP_BOOL 20130313
2 Importing INPORT_NAME Call by reference Type reference (TYPE) STRING 20130313
3 Importing OUTPORT_TAGGING_INFO Call by reference Type reference (TYPE) /UI2/CHIP_TAGGING_INFO 20130313

Method HAS_REGISTERED_OUTPORT_TAGS on Interface /UI2/IF_CHIP_API has no exception.

Method NOTIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING 20130313
2 Importing NAMESPACE Call by reference Type reference (TYPE) STRING 20130313
3 Importing PROPERTY_TAB Call by reference Type reference (TYPE) /UI2/CHIP_PROPERTY_TAB 20130313

Method NOTIFY on Interface /UI2/IF_CHIP_API has no exception.

Method REGISTER_OUTPORT_TAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPORT_NAME Call by reference Type reference (TYPE) STRING 20130313
2 Importing OUTPORT_TAGGING_INFO Call by reference Type reference (TYPE) /UI2/CHIP_TAGGING_INFO 20130313
3 Returning SUCCESS Value transfer Type reference (TYPE) ABAP_BOOL 20130313

Method REGISTER_OUTPORT_TAG on Interface /UI2/IF_CHIP_API has no exception.

Method REMOVE_ALL_DYNAMIC_PORTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTIVATE_IMMEDIATELY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20130313
2 Importing REMOVE_INPORTS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20130313
3 Importing REMOVE_OUTPORTS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20130313

Method REMOVE_ALL_DYNAMIC_PORTS on Interface /UI2/IF_CHIP_API has no exception.

Method REMOVE_CUSTOM_TRAY_MENU Signature

Method REMOVE_CUSTOM_TRAY_MENU on Interface /UI2/IF_CHIP_API has no parameter.
Method REMOVE_CUSTOM_TRAY_MENU on Interface /UI2/IF_CHIP_API has no exception.

Method REMOVE_DYNAMIC_INPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTIVATE_IMMEDIATELY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130313
2 Importing INPORT_NAME Call by reference Type reference (TYPE) STRING 20130313

Method REMOVE_DYNAMIC_INPORT on Interface /UI2/IF_CHIP_API has no exception.

Method REMOVE_DYNAMIC_OUTPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTIVATE_IMMEDIATELY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130313
2 Importing OUTPORT_NAME Call by reference Type reference (TYPE) STRING 20130313

Method REMOVE_DYNAMIC_OUTPORT on Interface /UI2/IF_CHIP_API has no exception.

Method SET_CHIP_HEIGHT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHIP_HEIGHT Call by reference Type reference (TYPE) STRING 20130313
# Exception Resumable Description Created on
1 /UI2/CX_CHIP_SIZE 20130313

Method SET_CHIP_LAUNCHER_URL_PROVIDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LAUNCHER_URL_PROVIDER Call by reference Object reference (TYPE REF TO) /UI2/IF_CHIP_LAUNCHER_URL_PROV 20130313

Method SET_CHIP_LAUNCHER_URL_PROVIDER on Interface /UI2/IF_CHIP_API has no exception.

Method SET_CHIP_PADDING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHIP_PADDING Call by reference Type reference (TYPE) /UI2/CHIP_PADDING_MODE 20130313

Method SET_CHIP_PADDING on Interface /UI2/IF_CHIP_API has no exception.

Method SET_CHIP_STRETCH_HEIGHT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHIP_STRETCH_HEIGHT Call by reference Type reference (TYPE) /UI2/CHIP_STRETCH_HEIGHT_MODE 20130313

Method SET_CHIP_STRETCH_HEIGHT on Interface /UI2/IF_CHIP_API has no exception.

Method SET_CUSTOM_TRAY_MENU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CUSTOM_TRAY_MENU Call by reference Object reference (TYPE REF TO) /UI2/IF_CHIP_MENU 20130313

Method SET_CUSTOM_TRAY_MENU on Interface /UI2/IF_CHIP_API has no exception.

Method SET_DYNAMIC_PORTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPORTS Call by reference Type reference (TYPE) /UI2/CHIP_PORT_INFO_TAB 20130313
2 Importing OUTPORTS Call by reference Type reference (TYPE) /UI2/CHIP_PORT_INFO_TAB 20130313
3 Importing SET_INPORTS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20130313
4 Importing SET_OUTPORTS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20130313

Method SET_DYNAMIC_PORTS on Interface /UI2/IF_CHIP_API has no exception.

Method SET_EXEC_FULLSCREEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EXEC_FULLSCREEN Call by reference Type reference (TYPE) /UI2/CHIP_EXECUTE_FULLSCREEN 20130313

Method SET_EXEC_FULLSCREEN on Interface /UI2/IF_CHIP_API has no exception.

Method SET_EXEC_REMOTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EXEC_REMOTE Call by reference Type reference (TYPE) /UI2/CHIP_EXECUTE_REMOTE 20130313

Method SET_EXEC_REMOTE on Interface /UI2/IF_CHIP_API has no exception.

Method SET_PANEL_VISIBILITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VISIBLE Value transfer Type reference (TYPE) ABAP_BOOL 20130313

Method SET_PANEL_VISIBILITY on Interface /UI2/IF_CHIP_API has no exception.

Method SET_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PERSONALIZE Call by reference Type reference (TYPE) ABAP_BOOL 20130313
2 Importing TITLE Value transfer Type reference (TYPE) /UI2/CHIP_TITLE 20130313

Method SET_TITLE on Interface /UI2/IF_CHIP_API has no exception.

Method UNREGISTER_ALL_OUTPORT_TAGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPORT_NAME Call by reference Type reference (TYPE) STRING 20130313

Method UNREGISTER_ALL_OUTPORT_TAGS on Interface /UI2/IF_CHIP_API has no exception.

Method UNREGISTER_OUTPORT_TAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPORT_NAME Call by reference Type reference (TYPE) STRING 20130313
2 Importing OUTPORT_TAGGING_INFO Call by reference Type reference (TYPE) /UI2/CHIP_TAGGING_INFO 20130313
3 Returning SUCCESS Value transfer Type reference (TYPE) ABAP_BOOL 20130313

Method UNREGISTER_OUTPORT_TAG on Interface /UI2/IF_CHIP_API has no exception.
Event Signatures

Event CUSTOM_TRAY_ACTION Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 ID Exporting Call by reference Type reference (TYPE) STRING 20130313

Event CUSTOM_TRAY_TOGGLE Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 CHECKED Exporting Call by reference Type reference (TYPE) ABAP_BOOL 20130313
2 ID Exporting Call by reference Type reference (TYPE) STRING 20130313

Event INPORT_EVENT Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 INPORT_EVENT Exporting Call by reference Object reference (TYPE REF TO) /UI2/IF_CHIP_PORT_EVENT 20130313

Event NOTIFICATION Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 NAME Exporting Call by reference Type reference (TYPE) STRING 20130313
2 NAMESPACE Exporting Call by reference Type reference (TYPE) STRING 20130313
3 PROPERTY_TAB Exporting Call by reference Type reference (TYPE) /UI2/CHIP_PROPERTY_TAB 20130313

Event SIZE_CHANGED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 FULLSCREEN Exporting Call by reference Type reference (TYPE) /UI2/CHIP_FULLSCREEN_MODE 20130313
2 HEIGHT Exporting Call by reference Type reference (TYPE) STRING 20130313
3 WIDTH Exporting Call by reference Type reference (TYPE) STRING 20130313

Event TITLE_CHANGED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 CHIP_USAGE_ID Exporting Call by reference Type reference (TYPE) STRING 20130313
2 PERSONALIZE Exporting Call by reference Type reference (TYPE) ABAP_BOOL 20130313
3 TITLE Exporting Call by reference Type reference (TYPE) STRING 20130313

Event VISIBILITY_CHANGED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 VISIBLE Exporting Call by reference Type reference (TYPE) ABAP_BOOL 20130313

Event WIRING_LOCK_CHANGED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 WIRING_LOCK Exporting Call by reference Type reference (TYPE) ABAP_BOOL 20130313

Event WIRING_REFRESHED Signature
Event WIRING_REFRESHED on Interface /UI2/IF_CHIP_API has no parameter.
History
Last changed by/on SAP  20131127 
SAP Release Created in 100