SAP ABAP Class CL_WDR_CHIP_ERROR_TRACE (CHIP Trace Tool Integration (Errors))
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 - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BADI_INTERFACE Tag Interface for BAdIs 20111212
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_BADI_TRACE_TOOL Interface for BAdI: WD_BADI_TRACE_TOOL 20111212
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_TRACE_TOOL_CALLBACK Call-Back Interface for the Trace Tool 20111212
Properties
Class CL_WDR_CHIP_ERROR_TRACE  
Short Description CHIP Trace Tool Integration (Errors)    
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 20111212   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)
2 CL_CHIP_DATA_CONTEXT_HELPER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_BADI_INTERFACE Tag Interface for BAdIs 20111212
2 IF_WD_BADI_TRACE_TOOL Interface for BAdI: WD_BADI_TRACE_TOOL 20111212
3 IF_WD_TRACE_TOOL_CALLBACK Call-Back Interface for the Trace Tool 20111212
Friends
Class CL_WDR_CHIP_ERROR_TRACE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_NAMESPACE_CHIP Constant Private Type reference (TYPE) STRING 'http://www.sap.com/namespaces/chipError' 20111212
2 C_PREFIX_CHIP Constant Private Type reference (TYPE) STRING 'chipError' 20111212
3 C_ROOT_NAME Constant Private Type reference (TYPE) STRING 'CHIPErrorTrace' 20111212
4 C_TAG_INVALID_SERVER_NAME Constant Private Type reference (TYPE) STRING 'PortalIntegrationServerNameInvalid' 20120201
5 C_TAG_IP_ADDRESS Constant Private Type reference (TYPE) STRING 'PortalIntegrationServerNameIpAddress' 20120128
6 C_TAG_NO_REMOTE_CONSUMER Constant Private Type reference (TYPE) STRING 'NoApplicationParameterForSidepanelRemoteConsumer' 20120129
7 C_TAG_NO_REMOTE_PRODUCER Constant Private Type reference (TYPE) STRING 'NoApplicationParameterForSidepanelRemoteProducer' 20120129
8 C_TAG_PORTAL_ENVIRONMENT Constant Private Type reference (TYPE) STRING 'PortalIntegrationNoPortalEnvironment' 20111213
9 C_TAG_PORTAL_PROTOCOL Constant Private Type reference (TYPE) STRING 'PortalIntegrationProtocolNotUnique' 20111213
10 C_TAG_SAME_ORIGIN Constant Private Type reference (TYPE) STRING 'PortalIntegrationDomainsNotSameOriginCompliant' 20120128
11 C_TAG_TAGGING_NON_UNIQUE Constant Private Type reference (TYPE) STRING 'AutomaticWiringTaggingNotUnique' 20120129
12 C_TAG_WRONG_DOTS Constant Private Type reference (TYPE) STRING 'PortalIntegrationServerNameWrongDots' 20120204
13 C_TAG_WRONG_PROTOCOL Constant Private Type reference (TYPE) STRING 'PortalIntegrationWrongProtocol' 20120128
14 C_TRACE_FILE_NAME Constant Private Type reference (TYPE) STRING 'CHIP_Error_Analysis.xml' File Name 20111212
15 M_DOCUMENT Static Attribute Private Object reference (TYPE REF TO) IF_IXML_DOCUMENT IF_IXML_DOCUMENT 20111212
16 M_FQDN_CHECKED Instance attribute Private Type reference (TYPE) ABAP_BOOL 20111212
17 M_INITIALIZED Instance attribute Private Type reference (TYPE) ABAP_BOOL 20111212
18 M_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_WDR_CHIP_ERROR_TRACE CHIP Trace Tool Integration (Errors) 20111212
19 M_NAMESPACE_HELPER Static Attribute Private Object reference (TYPE REF TO) CL_IXML_NAMESPACE_HELPER Support Namespace Handling in iXML 20111212
20 M_NON_UNIQUE_TAGGING Instance attribute Private Type reference (TYPE) ABAP_BOOL 20120129
21 M_NO_REMOTE_CONSUMER Instance attribute Private Type reference (TYPE) ABAP_BOOL 20120129
22 M_NO_REMOTE_PRODUCER Instance attribute Private Type reference (TYPE) ABAP_BOOL 20120129
23 M_PORTAL_ENVIRONMENT_CHECKED Instance attribute Private Type reference (TYPE) ABAP_BOOL 20111213
24 M_ROOT_ELEMENT Static Attribute Private Object reference (TYPE REF TO) IF_IXML_ELEMENT IF_IXML_ELEMENT 20111212
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_FQDN Instance method Private Method 20120128
2 CHECK_PORTAL_ENVIRONMENT Instance method Private Method 20111213
3 CHECK_PORTAL_INTEGRATION Static method Public Method 20111213
4 CHECK_PORTAL_URLS Instance method Private Method 20120128
5 CHECK_PROTOCOL Static method Private Method 20120128
6 CHECK_URL Instance method Private Method 20120128
7 CONSTRUCTOR Instance method Public Constructor 20120128
8 CREATE_ERROR_SUBELEMENT Static method Private Method Creates a subelement 20111212
9 CREATE_ROOT Static method Private Method Creation of Root 20111212
10 CREATE_SUBELEMENT Static method Private Method Creates a subelement 20111212
11 GET_URL Static method Private Method 20111212
12 INITIALIZE Instance method Private Method 20111212
13 NON_UNIQUE_TAGGING Instance method Private Method 20120129
14 NO_REMOTE_CONSUMER Instance method Private Method 20120129
15 NO_REMOTE_PRODUCER Instance method Private Method 20120129
16 ON_REQUEST_ENTRY Instance method Private Event handling method 20111212
17 ON_REQUEST_EXIT Instance method Private Event handling method 20111212
18 REPORT_NON_UNIQUE_TAGGING Static method Public Method 20120129
19 REPORT_NO_REMOTE_CONSUMER Static method Public Method 20120129
20 REPORT_NO_REMOTE_PRODUCER Static method Public Method 20120129
21 SPLIT_URL Static method Private Method 20111212
Events
Class CL_WDR_CHIP_ERROR_TRACE has no event.
Types
Class CL_WDR_CHIP_ERROR_TRACE has no local type.
Method Signatures

Method CHECK_FQDN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting HAS_WRONG_DOTS Call by reference Type reference (TYPE) ABAP_BOOL 20120128
2 Exporting IS_IP_ADDRESS Call by reference Type reference (TYPE) ABAP_BOOL 20120128
3 Exporting IS_VALID Call by reference Type reference (TYPE) ABAP_BOOL 20120128
4 Exporting RELAXED_SERVER_NAME Call by reference Type reference (TYPE) STRING 20120128
5 Importing SERVER_NAME Call by reference Type reference (TYPE) STRING 20120128

Method CHECK_FQDN on class CL_WDR_CHIP_ERROR_TRACE has no exception.

Method CHECK_PORTAL_ENVIRONMENT Signature

Method CHECK_PORTAL_ENVIRONMENT on class CL_WDR_CHIP_ERROR_TRACE has no parameter.
Method CHECK_PORTAL_ENVIRONMENT on class CL_WDR_CHIP_ERROR_TRACE has no exception.

Method CHECK_PORTAL_INTEGRATION Signature

Method CHECK_PORTAL_INTEGRATION on class CL_WDR_CHIP_ERROR_TRACE has no parameter.
Method CHECK_PORTAL_INTEGRATION on class CL_WDR_CHIP_ERROR_TRACE has no exception.

Method CHECK_PORTAL_URLS Signature

Method CHECK_PORTAL_URLS on class CL_WDR_CHIP_ERROR_TRACE has no parameter.
Method CHECK_PORTAL_URLS on class CL_WDR_CHIP_ERROR_TRACE has no exception.

Method CHECK_PROTOCOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_VALID Value transfer Type reference (TYPE) ABAP_BOOL 20120128
2 Importing PROTOCOL Call by reference Type reference (TYPE) STRING 20120128

Method CHECK_PROTOCOL on class CL_WDR_CHIP_ERROR_TRACE has no exception.

Method CHECK_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting IS_VALID Call by reference Type reference (TYPE) ABAP_BOOL 20120128
2 Importing PROTOCOL Call by reference Type reference (TYPE) STRING 20120128
3 Exporting RELAXED_SERVER_NAME Call by reference Type reference (TYPE) STRING 20120128
4 Importing SERVER_NAME Call by reference Type reference (TYPE) STRING 20120128

Method CHECK_URL on class CL_WDR_CHIP_ERROR_TRACE has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_WDR_CHIP_ERROR_TRACE has no parameter.
Method CONSTRUCTOR on class CL_WDR_CHIP_ERROR_TRACE has no exception.

Method CREATE_ERROR_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 20111212
2 Importing ERROR_TEXT Call by reference Type reference (TYPE) STRING 20111212
3 Importing TAG_NAME Call by reference Type reference (TYPE) STRING 20111212

Method CREATE_ERROR_SUBELEMENT on class CL_WDR_CHIP_ERROR_TRACE 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 20111212
2 Changing NAMESPACE_HELPER Call by reference Object reference (TYPE REF TO) CL_IXML_NAMESPACE_HELPER Support Namespace Handling in iXML 20111212
3 Exporting ROOT Call by reference Object reference (TYPE REF TO) IF_IXML_ELEMENT IF_IXML_ELEMENT 20111212
4 Importing ROOTNAME Call by reference Type reference (TYPE) STRING 20111212

Method CREATE_ROOT on class CL_WDR_CHIP_ERROR_TRACE 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 20111212
2 Importing NAME Call by reference Type reference (TYPE) STRING 20111212
3 Importing PARENT Call by reference Object reference (TYPE REF TO) IF_IXML_ELEMENT IF_IXML_ELEMENT 20111212
4 Importing URI Call by reference Type reference (TYPE) STRING 20111212

Method CREATE_SUBELEMENT on class CL_WDR_CHIP_ERROR_TRACE has no exception.

Method GET_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PROTOCOL Call by reference Type reference (TYPE) STRING 20111212
2 Exporting SERVER_NAME Call by reference Type reference (TYPE) STRING 20111212

Method GET_URL on class CL_WDR_CHIP_ERROR_TRACE has no exception.

Method INITIALIZE Signature

Method INITIALIZE on class CL_WDR_CHIP_ERROR_TRACE has no parameter.
Method INITIALIZE on class CL_WDR_CHIP_ERROR_TRACE has no exception.

Method NON_UNIQUE_TAGGING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NON_UNIQUE_TAGGING_TAB Call by reference Type reference (TYPE) CL_CHIP_DATA_CONTEXT_HELPER=>TP_T_NON_UNIQUE_TAGGING 20120201

Method NON_UNIQUE_TAGGING on class CL_WDR_CHIP_ERROR_TRACE has no exception.

Method NO_REMOTE_CONSUMER Signature

Method NO_REMOTE_CONSUMER on class CL_WDR_CHIP_ERROR_TRACE has no parameter.
Method NO_REMOTE_CONSUMER on class CL_WDR_CHIP_ERROR_TRACE has no exception.

Method NO_REMOTE_PRODUCER Signature

Method NO_REMOTE_PRODUCER on class CL_WDR_CHIP_ERROR_TRACE has no parameter.
Method NO_REMOTE_PRODUCER on class CL_WDR_CHIP_ERROR_TRACE has no exception.

Method ON_REQUEST_ENTRY Signature

Method ON_REQUEST_ENTRY on class CL_WDR_CHIP_ERROR_TRACE has no parameter.
Method ON_REQUEST_ENTRY on class CL_WDR_CHIP_ERROR_TRACE has no exception.

Method ON_REQUEST_EXIT Signature

Method ON_REQUEST_EXIT on class CL_WDR_CHIP_ERROR_TRACE has no parameter.
Method ON_REQUEST_EXIT on class CL_WDR_CHIP_ERROR_TRACE has no exception.

Method REPORT_NON_UNIQUE_TAGGING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NON_UNIQUE_TAGGING_TAB Call by reference Type reference (TYPE) CL_CHIP_DATA_CONTEXT_HELPER=>TP_T_NON_UNIQUE_TAGGING 20120201

Method REPORT_NON_UNIQUE_TAGGING on class CL_WDR_CHIP_ERROR_TRACE has no exception.

Method REPORT_NO_REMOTE_CONSUMER Signature

Method REPORT_NO_REMOTE_CONSUMER on class CL_WDR_CHIP_ERROR_TRACE has no parameter.
Method REPORT_NO_REMOTE_CONSUMER on class CL_WDR_CHIP_ERROR_TRACE has no exception.

Method REPORT_NO_REMOTE_PRODUCER Signature

Method REPORT_NO_REMOTE_PRODUCER on class CL_WDR_CHIP_ERROR_TRACE has no parameter.
Method REPORT_NO_REMOTE_PRODUCER on class CL_WDR_CHIP_ERROR_TRACE has no exception.

Method SPLIT_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PROTOCOL Call by reference Type reference (TYPE) STRING 20111212
2 Exporting SERVER_NAME Call by reference Type reference (TYPE) STRING 20111212
3 Importing URL Call by reference Type reference (TYPE) STRING 20111212

Method SPLIT_URL on class CL_WDR_CHIP_ERROR_TRACE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 732