SAP ABAP Interface IF_CHIP_DATA_CONTEXT (CHIP Data Context)
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 - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CHIP_DATA_CONTEXT_IMPL | CHIP Data Context Implementation | 20110119 |
Properties
| Interface | IF_CHIP_DATA_CONTEXT | |
| Short Description | CHIP Data Context |
General Data
| Package | SWDP_CCP_WD_API | Web Dynpro ABAP: WDA Page Builder WD Integration API |
| Created | 20101129 | 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) |
Interfaces
Interface IF_CHIP_DATA_CONTEXT has no interface.
Friends
Interface IF_CHIP_DATA_CONTEXT has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_CANVAS_APP_DATA | Constant | Public | Type reference (TYPE) | STRING | 'CANVAS_appData' | 20110124 | ||
| 2 | CO_SHELL_CURRENT_APP | Constant | Public | Type reference (TYPE) | STRING | 'SHELL_currentApp' | 20110124 | ||
| 3 | CO_SHELL_CURRENT_SYSTEM | Constant | Public | Type reference (TYPE) | STRING | 'SHELL_currentSystem' | 20110124 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20101129 | ||
| 2 | Instance method | Public | Method | 20101129 | ||
| 3 | Instance method | Public | Method | 20110601 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | CONTEXT_CHANGED | Instance Event (0) |
Public (2) |
20101129 | |
| 2 | REFRESHED | Instance Event (0) |
Public (2) |
20110608 | |
| 3 | WIRING_LOCK_CHANGED | Instance Event (0) |
Public (2) |
20110601 |
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TP_S_ARG | Public | See coding | 20101202 | begin of tp_s_arg,
arg type string,
end of tp_s_arg
|
||
| 2 | TP_S_CONTEXT_ENTRY | Public | See coding | 20101129 | begin of tp_s_context_entry,
name type string,
entries type tp_t_nvp,
end of tp_s_context_entry
|
||
| 3 | TP_S_NVP | Public | See coding | 20101129 | begin of tp_s_nvp,
name type string,
args type tp_t_arg,
value type string,
end of tp_s_nvp
|
||
| 4 | TP_S_NVP_INDEX | Public | See coding | 20101129 | begin of tp_s_nvp_index,
name type string,
index type i,
value type string,
end of tp_s_nvp_index
|
||
| 5 | TP_T_ARG | Public | See coding | 20101202 | tp_t_arg type standard table of tp_s_arg with non-unique key arg
|
||
| 6 | TP_T_CONTEXT_ENTRY | Public | See coding | 20101129 | tp_t_context_entry type hashed table of tp_s_context_entry with unique key name
|
||
| 7 | TP_T_NVP | Public | See coding | 20101129 | tp_t_nvp type standard table of tp_s_nvp with non-unique key name
|
||
| 8 | TP_T_NVP_INDEX | Public | See coding | 20101129 | tp_t_nvp_index type sorted table of tp_s_nvp_index with unique key name index
|
Method Signatures
Method GET_CANVAS_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA_CONTEXT | Value transfer | Type reference (TYPE) | TP_T_NVP_INDEX | 20101129 |
Method GET_CANVAS_DATA on Interface IF_CHIP_DATA_CONTEXT has no exception.
Method GET_CONTEXT_ENTRIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT_ENTRIES | Value transfer | Type reference (TYPE) | TP_T_CONTEXT_ENTRY | 20101129 |
Method GET_CONTEXT_ENTRIES on Interface IF_CHIP_DATA_CONTEXT has no exception.
Method GET_WIRING_LOCK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | WIRING_LOCK | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110601 |
Method GET_WIRING_LOCK on Interface IF_CHIP_DATA_CONTEXT has no exception.
Event Signatures
Event CONTEXT_CHANGED Signature
Event CONTEXT_CHANGED on Interface IF_CHIP_DATA_CONTEXT has no parameter.
Event REFRESHED Signature
Event REFRESHED on Interface IF_CHIP_DATA_CONTEXT has no parameter.
Event WIRING_LOCK_CHANGED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | WIRING_LOCK | Exporting | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110601 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 703 |