SAP ABAP Interface IF_CHIP_INSTANCE (CHIP Instance)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA-PB (Application Component) WD ABAP Page Builder
     SWDP_CCP_API (Package) Web Dynpro ABAP: CCP Integration API
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_CHIP_INSTANCE_WD CHIP Instance Web Dynpro Component 20081027
2 Interface composition (i COMPRISING i_ref)  IF_TEST_CHIP_INSTANCE CHIP Instance Web Dynpro Component 20081223
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CHIP_INSTANCE CHIP Instance 20081212
Properties
Interface IF_CHIP_INSTANCE  
Short Description CHIP Instance    
General Data
Package SWDP_CCP_API   Web Dynpro ABAP: CCP Integration API 
Created 20081027   SAP 
Last changed 20130531   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)
2 IF_CHIP_API Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Interface IF_CHIP_INSTANCE has no interface.
Friends
Interface IF_CHIP_INSTANCE has no friend.
Attributes
Interface IF_CHIP_INSTANCE has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 FIRE_CUSTOM_TRAY_ACTION Instance method Public Method Fires a custom tray menu action 20090203
2 FIRE_CUSTOM_TRAY_TOGGLE Instance method Public Method Triggers a Custom Tray Checkbox Toggle 20090625
3 FIRE_INPORT_EVENT Instance method Public Method Fires an Inport Event 20090122
4 GET_CHIP Instance method Public Method Returns the CHIP object 20090210
5 GET_CHIP_DEFINITION Instance method Public Method Provides the CHIP description 20081027
6 GET_CHIP_DESCRIPTION_CHANGED Instance method Public Method Returns 'X' if the CHIP description has been changed 20100719
7 GET_CHIP_HEIGHT Instance method Public Method Returns the height of the CHIP 20110227
8 GET_CHIP_LAUNCHER_URL_PROVIDER Instance method Public Method Returns the Launcher URL Provider 20110427
9 GET_CHIP_PADDING Instance method Public Method Returns the CHIP Padding 20110407
10 GET_CHIP_STRETCH_HEIGHT Instance method Public Method Returns the CHIP stretch 20110227
11 GET_CONFIG Instance method Public Method Returns access to CHIP configuration 20100614
12 GET_CUSTOM_TRAY_MENU Instance method Public Method Returns the custom tray menu 20090203
13 GET_CUSTOM_TRAY_MENU_CHANGED Instance method Public Method Returns 'X' if Custom Tray Menu was changed 20100518
14 GET_EXEC_FULLSCREEN Instance method Public Method Returns the flag whether full screen mode is supported 20110421
15 GET_EXEC_FULLSCREEN_CHANGED Instance method Public Method Returns 'X' if flag for full screen mode was changed 20110427
16 GET_EXEC_REMOTE Instance method Public Method Returns the flag for remote execution support 20110421
17 GET_EXEC_REMOTE_CHANGED Instance method Public Method Returns 'X' if flag for remote execution has been changed 20110427
18 GET_INSTANCE_ID Instance method Public Method Returns the CHIP instance ID 20081027
19 GET_PANEL_VISIBILITY Instance method Public Method Returns the visibility of the panel 20120207
20 GET_TITLE Instance method Public Method Returns the title of the CHIP 20090122
21 GET_TITLE_CHANGED Instance method Public Method Returns 'X' if the title has been changed 20100719
22 HANDLE_NOTIFICATION Instance method Public Method Event Service Callback 20090123
23 INIT_CONFIG Instance method Public Method Initializes the configuration 20100526
24 REFRESH_WIRING Instance method Public Method Refresh Wiring 20090826
25 SET_CHIP_VISIBILITY Instance method Public Method Sets the visibility of the CHIP in CHIP Tray 20090924
26 SET_CONTAINER_VISIBILITY Instance method Public Method Sets the visibility of the CHIP in the Container 20090924
27 SET_FULLSCREEN Instance method Public Method Sets the full screen mode 20110227
28 SET_TITLE Instance method Public Method Sets the title of the CHIP 20090206
29 SET_WIDTH Instance method Public Method Sets the container width 20110227
30 SET_WIRING_LOCK Instance method Public Method Sets the status of the wiring lock 20090826
Events
# Event Type Visibility Description Created on
1 CHANGED Instance Event
(0)
Public
(2)
CHIP has changed 20090324
2 CHIP_DESCRIPTION_CHANGED Instance Event
(0)
Public
(2)
CHIP description has changed 20090125
3 CHIP_PADDING_CHANGED Instance Event
(0)
Public
(2)
CHIP padding has changed 20110407
4 CHIP_SIZE_CHANGED Instance Event
(0)
Public
(2)
CHIP size has changed 20110227
5 CONFIG_CHANGED Instance Event
(0)
Public
(2)
Configuration has changed 20100526
6 CUSTOM_TRAY_MENU_CHANGED Instance Event
(0)
Public
(2)
Custom Tray Menu Has Changed 20090716
7 EXEC_FULLSCREEN_CHANGED Instance Event
(0)
Public
(2)
Support for Full Screen Mode Has Changed 20110421
8 EXEC_REMOTE_CHANGED Instance Event
(0)
Public
(2)
Support for Remote Execution Has Changed 20110421
9 OUTPORT_EVENT Instance Event
(0)
Public
(2)
Outport Event 20090319
10 PANEL_VISIBILITY_CHANGED Instance Event
(0)
Public
(2)
Panel visibility has changed 20120207
11 TITLE_CHANGED Instance Event
(0)
Public
(2)
The title has changed 20090324
Types
Interface IF_CHIP_INSTANCE has no local type.
Method Signatures

Method FIRE_CUSTOM_TRAY_ACTION Signature

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

Method FIRE_CUSTOM_TRAY_ACTION on Interface IF_CHIP_INSTANCE has no exception.

Method FIRE_CUSTOM_TRAY_TOGGLE 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 20090625
2 Importing ID Call by reference Type reference (TYPE) STRING ID 20090625

Method FIRE_CUSTOM_TRAY_TOGGLE on Interface IF_CHIP_INSTANCE 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 20090122
2 Returning NEW_INPORT_EVENT Value transfer Type reference (TYPE) ABAP_BOOL Neuer CHIP Inport Event 20090901

Method FIRE_INPORT_EVENT on Interface IF_CHIP_INSTANCE has no exception.

Method GET_CHIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CHIP Value transfer Object reference (TYPE REF TO) OBJECT 20090210

Method GET_CHIP on Interface IF_CHIP_INSTANCE has no exception.

Method GET_CHIP_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CHIP_DEFINITION Value transfer Object reference (TYPE REF TO) IF_CHIP_DEFINITION CHIP Definition 20081027

Method GET_CHIP_DEFINITION on Interface IF_CHIP_INSTANCE has no exception.

Method GET_CHIP_DESCRIPTION_CHANGED Signature

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

Method GET_CHIP_DESCRIPTION_CHANGED on Interface IF_CHIP_INSTANCE has no exception.

Method GET_CHIP_HEIGHT Signature

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

Method GET_CHIP_HEIGHT on Interface IF_CHIP_INSTANCE has no exception.

Method GET_CHIP_LAUNCHER_URL_PROVIDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning LAUNCHER_URL_PROVIDER Value transfer Object reference (TYPE REF TO) IF_CHIP_LAUNCHER_URL_PROVIDER Remote Launcher URL Provider 20110427

Method GET_CHIP_LAUNCHER_URL_PROVIDER on Interface IF_CHIP_INSTANCE has no exception.

Method GET_CHIP_PADDING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CHIP_PADDING Value transfer Type reference (TYPE) CHIP_PADDING_MODE Padding 20110407

Method GET_CHIP_PADDING on Interface IF_CHIP_INSTANCE has no exception.

Method GET_CHIP_STRETCH_HEIGHT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CHIP_STRETCH_HEIGHT Value transfer Type reference (TYPE) CHIP_STRETCH_HEIGHT_MODE Höhe ausdehnen 20110227

Method GET_CHIP_STRETCH_HEIGHT on Interface IF_CHIP_INSTANCE has no exception.

Method GET_CONFIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CHIP_CONFIG Value transfer Object reference (TYPE REF TO) IF_CHIP_CONFIG CHIP Konfiguration 20100614

Method GET_CONFIG on Interface IF_CHIP_INSTANCE has no exception.

Method GET_CUSTOM_TRAY_MENU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CUSTOM_TRAY_MENU Value transfer Object reference (TYPE REF TO) IF_CHIP_MENU CHIP Menü 20090203

Method GET_CUSTOM_TRAY_MENU on Interface IF_CHIP_INSTANCE has no exception.

Method GET_CUSTOM_TRAY_MENU_CHANGED Signature

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

Method GET_CUSTOM_TRAY_MENU_CHANGED on Interface IF_CHIP_INSTANCE has no exception.

Method GET_EXEC_FULLSCREEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EXEC_FULLSCREEN Value transfer Type reference (TYPE) CHIP_EXECUTE_FULLSCREEN CHIP: Im Vollbild-Modus ausführbar 20110421

Method GET_EXEC_FULLSCREEN on Interface IF_CHIP_INSTANCE has no exception.

Method GET_EXEC_FULLSCREEN_CHANGED Signature

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

Method GET_EXEC_FULLSCREEN_CHANGED on Interface IF_CHIP_INSTANCE has no exception.

Method GET_EXEC_REMOTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EXEC_REMOTE Value transfer Type reference (TYPE) CHIP_EXECUTE_REMOTE CHIP: Entfernt ausführbar 20110421

Method GET_EXEC_REMOTE on Interface IF_CHIP_INSTANCE has no exception.

Method GET_EXEC_REMOTE_CHANGED Signature

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

Method GET_EXEC_REMOTE_CHANGED on Interface IF_CHIP_INSTANCE 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 CHIP Instanz ID 20081027

Method GET_INSTANCE_ID on Interface IF_CHIP_INSTANCE 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 20120207

Method GET_PANEL_VISIBILITY on Interface IF_CHIP_INSTANCE 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 20110625
2 Returning TITLE Value transfer Type reference (TYPE) CHIP_TITLE Titel eines Chips in Layout Konfiguration 20090122

Method GET_TITLE on Interface IF_CHIP_INSTANCE has no exception.

Method GET_TITLE_CHANGED Signature

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

Method GET_TITLE_CHANGED on Interface IF_CHIP_INSTANCE has no exception.

Method HANDLE_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 20090123
2 Importing NAMESPACE Call by reference Type reference (TYPE) STRING 20090123
3 Importing PROPERTY_TAB Call by reference Type reference (TYPE) CHIP_PROPERTY_TAB Tabelle von Eigenschaften als Name Wert Paar 20090123

Method HANDLE_NOTIFICATION on Interface IF_CHIP_INSTANCE has no exception.

Method INIT_CONFIG Signature

Method INIT_CONFIG on Interface IF_CHIP_INSTANCE has no parameter.
Method INIT_CONFIG on Interface IF_CHIP_INSTANCE has no exception.

Method REFRESH_WIRING Signature

Method REFRESH_WIRING on Interface IF_CHIP_INSTANCE has no parameter.
Method REFRESH_WIRING on Interface IF_CHIP_INSTANCE has no exception.

Method SET_CHIP_VISIBILITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VISIBLE Call by reference Type reference (TYPE) ABAP_BOOL Sichtbarkeit des CHIPs im Tray 20090924

Method SET_CHIP_VISIBILITY on Interface IF_CHIP_INSTANCE has no exception.

Method SET_CONTAINER_VISIBILITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VISIBLE Call by reference Type reference (TYPE) ABAP_BOOL Sichtbarkeit des CHIPs im Container 20090924

Method SET_CONTAINER_VISIBILITY on Interface IF_CHIP_INSTANCE has no exception.

Method SET_FULLSCREEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FULLSCREEN Call by reference Type reference (TYPE) CHIP_FULLSCREEN_MODE Vollbild 20110227

Method SET_FULLSCREEN on Interface IF_CHIP_INSTANCE 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 20091215
2 Importing TITLE Call by reference Type reference (TYPE) STRING Title des CHIPs 20090206

Method SET_TITLE on Interface IF_CHIP_INSTANCE has no exception.

Method SET_WIDTH Signature

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

Method SET_WIDTH on Interface IF_CHIP_INSTANCE has no exception.

Method SET_WIRING_LOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing WIRING_LOCK Call by reference Type reference (TYPE) ABAP_BOOL Wiring Lock Zustand 20090826

Method SET_WIRING_LOCK on Interface IF_CHIP_INSTANCE has no exception.
Event Signatures

Event CHANGED Signature
Event CHANGED on Interface IF_CHIP_INSTANCE has no parameter.
Event CHIP_DESCRIPTION_CHANGED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 CHIP_DESCRIPTION Exporting Value transfer Object reference (TYPE REF TO) IF_CHIP_DESCRIPTION CHIP Beschreibung 20090125

Event CHIP_PADDING_CHANGED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 CHIP_PADDING Exporting Value transfer Type reference (TYPE) CHIP_PADDING_MODE Padding 20110407

Event CHIP_SIZE_CHANGED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 CHIP_HEIGHT Exporting Value transfer Type reference (TYPE) STRING 20110227
2 CHIP_STRETCH_HEIGHT Exporting Value transfer Type reference (TYPE) CHIP_STRETCH_HEIGHT_MODE Höhe ausdehnen 20110227

Event CONFIG_CHANGED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 CONFIG Exporting Value transfer Type reference (TYPE) CHIP_CONFIG CHIP Configuration 20100526

Event CUSTOM_TRAY_MENU_CHANGED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 CUSTOM_TRAY_MENU Exporting Value transfer Object reference (TYPE REF TO) IF_CHIP_MENU CHIP Menü 20090716

Event EXEC_FULLSCREEN_CHANGED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 EXEC_FULLSCREEN Exporting Value transfer Type reference (TYPE) CHIP_EXECUTE_FULLSCREEN CHIP: Im Vollbild-Modus ausführbar 20110421

Event EXEC_REMOTE_CHANGED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 EXEC_REMOTE Exporting Value transfer Type reference (TYPE) CHIP_EXECUTE_REMOTE CHIP: Entfernt ausführbar 20110421

Event OUTPORT_EVENT Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 OUTPORT_EVENT Exporting Value transfer Object reference (TYPE REF TO) IF_CHIP_PORT_EVENT CHIP Port Event 20090319

Event PANEL_VISIBILITY_CHANGED Signature
Event PANEL_VISIBILITY_CHANGED on Interface IF_CHIP_INSTANCE has no parameter.
Event TITLE_CHANGED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 INSTANCE_ID Exporting Value transfer Type reference (TYPE) STRING 20090515
2 PERSONALIZE Exporting Value transfer Type reference (TYPE) ABAP_BOOL 20091215
3 TITLE Exporting Value transfer Type reference (TYPE) STRING Titel 20090324
History
Last changed by/on SAP  20130531 
SAP Release Created in 720