SAP ABAP Class CL_CHIP_TRACER (CHIP Tracer)
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
Properties
Class CL_CHIP_TRACER  
Short Description CHIP Tracer    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_CCP_API   Web Dynpro ABAP: CCP Integration API 
Created 20110124   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_CHIP_TRACER has no forward declaration.
Interfaces
Class CL_CHIP_TRACER has no interface implemented.
Friends
Class CL_CHIP_TRACER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_ATTR_CHIP_INSTANCE_ID Constant Private Type reference (TYPE) STRING 'chip_instance_id' 20110124
2 C_NAMESPACE_CHIP Constant Private Type reference (TYPE) STRING 'http://www.sap.com/namespaces/chip' 20110124
3 C_PREFIX_CHIP Constant Private Type reference (TYPE) STRING 'chip' 20110124
4 C_ROOT_NAME Constant Private Type reference (TYPE) STRING 'CHIPTrace' 20110124
5 M_DOCUMENT Static Attribute Private Object reference (TYPE REF TO) IF_IXML_DOCUMENT IF_IXML_DOCUMENT 20110124
6 M_NAMESPACE_HELPER Static Attribute Private Object reference (TYPE REF TO) CL_IXML_NAMESPACE_HELPER Support Namespace Handling in iXML 20110124
7 M_PHASE_MODEL Static Attribute Private Object reference (TYPE REF TO) CL_CHIP_WD_PHASE_MODEL 20110124
8 M_ROOT_ELEMENT Static Attribute Private Object reference (TYPE REF TO) IF_IXML_ELEMENT IF_IXML_ELEMENT 20110124
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CALLSTACK_SUBELEMENT Static method Private Method Creates a subelement 20110220
2 CHECK_GENERATED_CLASSES Static method Private Method Checks call stack for generated classes 20120130
3 CLASS_CONSTRUCTOR Static method Public Constructor 20110124
4 CREATE_CALLSTACK Static method Public Method 20110220
5 CREATE_CHIP_SUBELEMENT Static method Private Method Creates a subelement 20110124
6 CREATE_ROOT Static method Private Method Creation of Root 20110124
7 CREATE_SUBELEMENT Static method Private Method Creates a subelement 20110124
8 END_REQUEST Static method Public Method 20110124
9 GET_CHIP_INSTANCE Static method Private Method 20110124
10 GET_COMPONENT_NAME_GEN_CLAS Static method Private Method Identifies component from generated class 20120130
11 GET_PORT_DESCRIPTION Static method Private Method 20110124
12 HNDL_API_INPORT_EVENT Static method Private Event handling method 20110124
13 HNDL_INSTANCE_DESCR_CHANGED Static method Private Event handling method 20110220
14 HNDL_INSTANCE_OUTPORT_EVENT Static method Private Event handling method 20110124
15 HNDL_RUNTIME_CHIP_CREATE Static method Private Event handling method 20110220
16 HNDL_RUNTIME_CHIP_DESTROY Static method Private Event handling method 20110220
17 HNDL_RUNTIME_CHIP_EXIT Static method Private Event handling method 20110220
18 HNDL_RUNTIME_CHIP_INIT Static method Private Event handling method 20110220
19 HNDL_SP_EXIT Static method Private Event handling method 20120131
20 HNDL_SP_INIT Static method Private Event handling method 20120131
21 HNDL_SP_OPEN Static method Private Event handling method 20120131
22 HNDL_SP_SET_AUTO_REFRESH Static method Private Event handling method 20120131
23 HNDL_SP_TRIGGER_REFRESH Static method Private Event handling method 20120131
24 HNDL_TAG_REMOVE Static method Private Event handling method 20120129
25 HNDL_TAG_SET Static method Private Event handling method 20120129
26 SET_HANDLER Static method Private Method 20110220
27 START_REQUEST Static method Public Method 20110124
Events
Class CL_CHIP_TRACER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TP_S_ABAP_CALLSTACK_LINE Public See coding 20110220 begin of tp_s_abap_callstack_line, mainprogram type syrepid, include type syrepid, line type i, eventtype type dbglevtype, event type dbglevent, flag_system(1) type c, end of tp_s_abap_callstack_line
2 TP_T_ABAP_CALLSTACK Public See coding 20110220 tp_t_abap_callstack type standard table of tp_s_abap_callstack_line with default key
Method Signatures

Method ADD_CALLSTACK_SUBELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PARENT Call by reference Object reference (TYPE REF TO) IF_IXML_ELEMENT IF_IXML_ELEMENT 20110220

Method ADD_CALLSTACK_SUBELEMENT on class CL_CHIP_TRACER has no exception.

Method CHECK_GENERATED_CLASSES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CALLSTACK Call by reference Type reference (TYPE) STRING 20120130
2 Returning CALLSTACK_WITH_COMPONENT Value transfer Type reference (TYPE) STRING 20120130

Method CHECK_GENERATED_CLASSES on class CL_CHIP_TRACER has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_CHIP_TRACER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_CHIP_TRACER has no exception.

Method CREATE_CALLSTACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CALLSTACK Value transfer Type reference (TYPE) TP_T_ABAP_CALLSTACK 20110220

Method CREATE_CALLSTACK on class CL_CHIP_TRACER has no exception.

Method CREATE_CHIP_SUBELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CHILD Value transfer Object reference (TYPE REF TO) IF_IXML_ELEMENT IF_IXML_ELEMENT 20110124
2 Importing INSTANCE_ID Call by reference Type reference (TYPE) STRING 20110124
3 Importing TAG_NAME Call by reference Type reference (TYPE) STRING 20110124

Method CREATE_CHIP_SUBELEMENT on class CL_CHIP_TRACER has no exception.

Method CREATE_ROOT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing DOCUMENT Call by reference Object reference (TYPE REF TO) IF_IXML_DOCUMENT IF_IXML_DOCUMENT 20110124
2 Changing NAMESPACE_HELPER Call by reference Object reference (TYPE REF TO) CL_IXML_NAMESPACE_HELPER Unterstützung von Namensraumbehandlung bei iXML 20110124
3 Exporting ROOT Call by reference Object reference (TYPE REF TO) IF_IXML_ELEMENT IF_IXML_ELEMENT 20110124
4 Importing ROOTNAME Call by reference Type reference (TYPE) STRING 20110124

Method CREATE_ROOT on class CL_CHIP_TRACER has no exception.

Method CREATE_SUBELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CHILD Value transfer Object reference (TYPE REF TO) IF_IXML_ELEMENT IF_IXML_ELEMENT 20110124
2 Importing NAME Call by reference Type reference (TYPE) STRING 20110124
3 Importing PARENT Call by reference Object reference (TYPE REF TO) IF_IXML_ELEMENT IF_IXML_ELEMENT 20110124
4 Importing URI Call by reference Type reference (TYPE) STRING 20110124

Method CREATE_SUBELEMENT on class CL_CHIP_TRACER has no exception.

Method END_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning XML Value transfer Type reference (TYPE) XSTRING 20110124

Method END_REQUEST on class CL_CHIP_TRACER has no exception.

Method GET_CHIP_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CHIP_INSTANCE Value transfer Object reference (TYPE REF TO) IF_CHIP_INSTANCE CHIP Instanz 20110124
2 Importing INSTANCE_ID Call by reference Type reference (TYPE) STRING 20110124

Method GET_CHIP_INSTANCE on class CL_CHIP_TRACER has no exception.

Method GET_COMPONENT_NAME_GEN_CLAS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting COMPONENT_NAME Call by reference Type reference (TYPE) WDY_COMPONENT_NAME Web Dynpro: Component Name 20120130
2 Exporting CONTROLLER_NAME Call by reference Type reference (TYPE) WDY_CONTROLLER_NAME Web Dynpro: Name of a Web Dynpro Controller 20120130
3 Importing GUID Call by reference Type reference (TYPE) STRING 20120130

Method GET_COMPONENT_NAME_GEN_CLAS on class CL_CHIP_TRACER has no exception.

Method GET_PORT_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INSTANCE_ID Call by reference Type reference (TYPE) STRING 20110124
2 Returning PORT_DESCRIPTION Value transfer Object reference (TYPE REF TO) IF_CHIP_PORT_DESCRIPTION CHIP Port Beschreibung 20110124
3 Importing PORT_EVENT Call by reference Object reference (TYPE REF TO) IF_CHIP_PORT_EVENT CHIP Port Event 20110124
4 Importing PORT_TYPE Call by reference Type reference (TYPE) CHIP_PORT_TYPE PageBuilder: Typ eines CHIP-Ports 20110124

Method GET_PORT_DESCRIPTION on class CL_CHIP_TRACER has no exception.

Method HNDL_API_INPORT_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPORT_EVENT Call by reference Attribute reference (LIKE) 20110124
2 Importing SENDER Call by reference Attribute reference (LIKE) 20110124

Method HNDL_API_INPORT_EVENT on class CL_CHIP_TRACER has no exception.

Method HNDL_INSTANCE_DESCR_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHIP_DESCRIPTION Call by reference Attribute reference (LIKE) 20110220
2 Importing SENDER Call by reference Attribute reference (LIKE) 20110220

Method HNDL_INSTANCE_DESCR_CHANGED on class CL_CHIP_TRACER has no exception.

Method HNDL_INSTANCE_OUTPORT_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OUTPORT_EVENT Call by reference Attribute reference (LIKE) 20110124
2 Importing SENDER Call by reference Attribute reference (LIKE) 20110124

Method HNDL_INSTANCE_OUTPORT_EVENT on class CL_CHIP_TRACER has no exception.

Method HNDL_RUNTIME_CHIP_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INSTANCE_ID Call by reference Attribute reference (LIKE) 20110220

Method HNDL_RUNTIME_CHIP_CREATE on class CL_CHIP_TRACER has no exception.

Method HNDL_RUNTIME_CHIP_DESTROY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INSTANCE_ID Call by reference Attribute reference (LIKE) 20110220

Method HNDL_RUNTIME_CHIP_DESTROY on class CL_CHIP_TRACER has no exception.

Method HNDL_RUNTIME_CHIP_EXIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INSTANCE_ID Call by reference Attribute reference (LIKE) 20110220

Method HNDL_RUNTIME_CHIP_EXIT on class CL_CHIP_TRACER has no exception.

Method HNDL_RUNTIME_CHIP_INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INSTANCE_ID Call by reference Attribute reference (LIKE) 20110220

Method HNDL_RUNTIME_CHIP_INIT on class CL_CHIP_TRACER has no exception.

Method HNDL_SP_EXIT Signature

Method HNDL_SP_EXIT on class CL_CHIP_TRACER has no parameter.
Method HNDL_SP_EXIT on class CL_CHIP_TRACER has no exception.

Method HNDL_SP_INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ALLOW_SIDE_PANEL_CONFIG Call by reference Attribute reference (LIKE) 20120131
2 Importing APPLY_CONFIGURATION Call by reference Attribute reference (LIKE) 20120131
3 Importing AUTO_REFRESH Call by reference Attribute reference (LIKE) 20120131
4 Importing IS_OPEN Call by reference Attribute reference (LIKE) 20120131
5 Importing LINK_TEXT Call by reference Attribute reference (LIKE) 20120131
6 Importing LINK_TEXT_CONFIG_MODE Call by reference Attribute reference (LIKE) 20120131
7 Importing OPEN_ACTION_NAME Call by reference Attribute reference (LIKE) 20120131
8 Importing SIDE_PANEL_CONFIG_ID Call by reference Attribute reference (LIKE) 20120131
9 Importing VIEW_CONTROLLER Call by reference Attribute reference (LIKE) 20120131
10 Importing WIDTH Call by reference Attribute reference (LIKE) 20120131

Method HNDL_SP_INIT on class CL_CHIP_TRACER has no exception.

Method HNDL_SP_OPEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SIDE_PANEL_CONFIG_ID Call by reference Attribute reference (LIKE) 20120131

Method HNDL_SP_OPEN on class CL_CHIP_TRACER has no exception.

Method HNDL_SP_SET_AUTO_REFRESH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AUTO_REFRESH Call by reference Attribute reference (LIKE) 20120131

Method HNDL_SP_SET_AUTO_REFRESH on class CL_CHIP_TRACER has no exception.

Method HNDL_SP_TRIGGER_REFRESH Signature

Method HNDL_SP_TRIGGER_REFRESH on class CL_CHIP_TRACER has no parameter.
Method HNDL_SP_TRIGGER_REFRESH on class CL_CHIP_TRACER has no exception.

Method HNDL_TAG_REMOVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_PATH Call by reference Attribute reference (LIKE) 20120129
2 Importing CONTROLLER_NAME Call by reference Attribute reference (LIKE) 20120129
3 Importing SCOPE Call by reference Attribute reference (LIKE) 20120129
4 Importing SEND_CHANGE_EVENT Call by reference Attribute reference (LIKE) 20120129
5 Importing TAG Call by reference Attribute reference (LIKE) 20120129

Method HNDL_TAG_REMOVE on class CL_CHIP_TRACER has no exception.

Method HNDL_TAG_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_PATH Call by reference Attribute reference (LIKE) 20120129
2 Importing CONTROLLER_NAME Call by reference Attribute reference (LIKE) 20120129
3 Importing IS_DELETION Call by reference Attribute reference (LIKE) 20120129
4 Importing IS_FINAL Call by reference Attribute reference (LIKE) 20120129
5 Importing SCOPE Call by reference Attribute reference (LIKE) 20120129
6 Importing SEND_CHANGE_EVENT Call by reference Attribute reference (LIKE) 20120129
7 Importing TAG Call by reference Attribute reference (LIKE) 20120129

Method HNDL_TAG_SET on class CL_CHIP_TRACER 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 20110220

Method SET_HANDLER on class CL_CHIP_TRACER has no exception.

Method START_REQUEST Signature

Method START_REQUEST on class CL_CHIP_TRACER has no parameter.
Method START_REQUEST on class CL_CHIP_TRACER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 731