SAP ABAP Class IF_CHIP_DATA_CONTEXT (CHIP Data Context)
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
Class IF_CHIP_DATA_CONTEXT  
Short Description CHIP Data Context    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20101129   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
Class IF_CHIP_DATA_CONTEXT has no interface implemented.
Friends
Class IF_CHIP_DATA_CONTEXT has no friend class.
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 GET_CANVAS_DATA Instance method Public Method 20101129
2 GET_CONTEXT_ENTRIES Instance method Public Method 20101129
3 GET_WIRING_LOCK 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 Returning DATA_CONTEXT Value transfer Type reference (TYPE) TP_T_NVP_INDEX 20101129

Method GET_CANVAS_DATA on class 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 Returning CONTEXT_ENTRIES Value transfer Type reference (TYPE) TP_T_CONTEXT_ENTRY 20101129

Method GET_CONTEXT_ENTRIES on class 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 Returning WIRING_LOCK Value transfer Type reference (TYPE) ABAP_BOOL 20110601

Method GET_WIRING_LOCK on class IF_CHIP_DATA_CONTEXT has no exception.
Event Signatures

Event CONTEXT_CHANGED Signature
Event CONTEXT_CHANGED on class IF_CHIP_DATA_CONTEXT has no parameter.
Event REFRESHED Signature
Event REFRESHED on class 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