SAP ABAP Class /SDF/CL_E2E_PI_MON_HANDLER (/SDF/CL_E2E_PI_MON_HANDLER)
Hierarchy
ST-PI (Software Component) SAP Solution Tools Plug-In
   SV-SMG-SDD (Application Component) Service Data Download
     /SDF/STPI_6X (Package) Release 6.XX dependent Basis Addon SLM
Properties
Class /SDF/CL_E2E_PI_MON_HANDLER  
Short Description    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /SDF/STPI_6X   Release 6.XX dependent Basis Addon SLM 
Created 20090925   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /SDF/CL_E2E_PI_MON_HANDLER has no forward declaration.
Interfaces
Class /SDF/CL_E2E_PI_MON_HANDLER has no interface implemented.
Friends
Class /SDF/CL_E2E_PI_MON_HANDLER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_ACTION_PING Constant Private Type reference (TYPE) STRING 'PING' 20090925
2 MC_ACTION_SELFTEST Constant Private Type reference (TYPE) STRING 'SELFTEST' 20090925
3 MC_BPE_SELFTEST Constant Private Type reference (TYPE) STRING 'SWF_XI_BPM_SELFTEST' 20090925
4 MC_COMPONENT_BPE Constant Private Type reference (TYPE) STRING 'BP_ENGINE' 20090925
5 MC_COMPONENT_IE Constant Private Type reference (TYPE) STRING 'CI_ENGINE' 20090925
6 MC_COMPONENT_PROXY Constant Private Type reference (TYPE) STRING 'ABAP_PROXY' 20090925
7 MC_INFO Constant Private Type reference (TYPE) STRING 'INFO' 20090925
8 MC_INFO_LINE_NAME Constant Private Type reference (TYPE) STRING 'NAME' 20090925
9 MC_INFO_LINE_TYPE Constant Private Type reference (TYPE) STRING 'NAME2VALUE' 20090925
10 MC_INFO_LINE_VALUE Constant Private Type reference (TYPE) STRING 'VALUE' 20090925
11 MC_OVERALL_RESULT Constant Private Type reference (TYPE) STRING 'OVERALL_RESULT' 20090925
12 MC_PARM_NAME_ACTION Constant Private Type reference (TYPE) STRING 'ACTION' 20090925
13 MC_PARM_NAME_CLIENT Constant Private Type reference (TYPE) STRING 'CLIENT' 20090925
14 MC_PARM_NAME_COMPONENT Constant Private Type reference (TYPE) STRING 'COMPONENT' 20090925
15 MC_RESULT_EXECUTION_ERROR Constant Private Type reference (TYPE) INT4 13 exception during execution 20091124
16 MC_RESULT_FORBIDDEN_ACTION Constant Private Type reference (TYPE) INT4 11 requested action not allowed on component 20091124
17 MC_RESULT_INTERNAL_ERROR Constant Private Type reference (TYPE) INT4 12 internal error 20091124
18 MC_RESULT_INVALID_PARAM_VALUE Constant Private Type reference (TYPE) INT4 10 invalid parameter value 20091124
19 MC_RESULT_MISSING_PARAM Constant Private Type reference (TYPE) INT4 2 a required paramer is missing 20091124
20 MC_RESULT_WRONG_RELEASE Constant Private Type reference (TYPE) INT4 14 wrong release 20091124
21 MC_RWB_CHECK_RESULT_NOT_OK Constant Private Type reference (TYPE) STRING 'NOT_OK' 20090925
22 MC_RWB_CHECK_RESULT_OK Constant Private Type reference (TYPE) STRING 'OK' 20090925
23 MC_RWB_CHECK_RESULT_UNKNOWN Constant Private Type reference (TYPE) STRING 'UNKNOWN' 20090925
24 MC_RWB_CHECK_RESULT_WARNING Constant Private Type reference (TYPE) STRING 'WARNING' 20090925
25 MC_RWB_PING Constant Private Type reference (TYPE) STRING 'RWB_PING' 20090925
26 MC_RWB_PING_RESULT_TYPE Constant Private Type reference (TYPE) STRING 'RWBPINGRESULT' 20090925
27 MC_RWB_RESULT_CHECKED_FEATURE Instance attribute Private Type reference (TYPE) STRING 'CHECKED_FEATURE' 20090925
28 MC_RWB_RESULT_DETAILS Instance attribute Private Type reference (TYPE) STRING 'DETAILS' 20090925
29 MC_RWB_RESULT_FEATURE_DESCR Instance attribute Private Type reference (TYPE) STRING 'FEATURE_DESCR' 20090925
30 MC_RWB_SELFTEST Constant Private Type reference (TYPE) STRING 'RWB_SELFTEST' 20090925
31 MC_RWB_SINGLECHECK_RESULT_TYPE Constant Private Type reference (TYPE) STRING 'RWBSINGLECHECKRESULT' 20090925
32 MC_RWB_STRUC_RESULT_TYPE Constant Private Type reference (TYPE) STRING 'RWBSTRUCRESULT' 20090925
33 MC_UTF_8 Constant Private Type reference (TYPE) ABAP_ENCOD 'UTF-8' Identifier for Character Format (UTF-8, UCS-2, ...) 20091125
34 MT_REQUEST Instance attribute Private Type reference (TYPE) PI_REQUEST_TAB 20090925
35 MT_RESULT Instance attribute Private Type reference (TYPE) /SDF/E2E_RESULT_TT Table Type for the Result of the Data Collectors 20090925
36 MT_RETURN_STATUS Instance attribute Private Type reference (TYPE) /SDF/E2E_EFWKE_RETURN_STATUS_T Table Type for Return Status 20090925
Methods
# Method Level Visibility Method type Description Created on
1 CALC_RATING Instance method Private Method calculate rating for execution status 20090925
2 CHECK_CLIENT Instance method Private Method check if client is valid 20091102
3 CHECK_COMPONENT Instance method Private Method check if component is valid 20091102
4 CREATE Static method Public Method 20090925
5 EXECUTE Instance method Public Method 20090925
6 EXECUTE_PING Instance method Private Method execute rwb_ping 20090925
7 EXECUTE_SELFTEST Instance method Private Method execute RWB_SELFTEST / SWF_XI_BPM_SELFTEST 20090925
8 GET_PARAMETER_VALUE Static method Private Method 20090925
9 GET_RESULT Instance method Public Method 20090925
10 GET_RETURN_STATUS Instance method Public Method 20090925
11 INITIALIZE Instance method Private Method 20090925
Events
Class /SDF/CL_E2E_PI_MON_HANDLER has no event.
Types
Class /SDF/CL_E2E_PI_MON_HANDLER has no local type.
Method Signatures

Method CALC_RATING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_STATUS Call by reference Type reference (TYPE) STRING 20090925
2 Returning R_RATING Value transfer Type reference (TYPE) /SDF/E2E_TRAFFIC_LIGHT_NUMERIC Numeric values for traffic lights 20090925

Method CALC_RATING on class /SDF/CL_E2E_PI_MON_HANDLER has no exception.

Method CHECK_CLIENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_CLIENT Call by reference Type reference (TYPE) SYMANDT R/3 System, client number from logon 20091102
# Exception Resumable Description Created on
1 /SDF/CX_E2E_PI_MON_HANDLER 20091102

Method CHECK_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_COMPONENT Call by reference Type reference (TYPE) STRING 20091102
# Exception Resumable Description Created on
1 /SDF/CX_E2E_PI_MON_HANDLER 20091102

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SELOPT_PARA Call by reference Type reference (TYPE) /SDF/E2E_SELECTION_PARA_T Table Type of Selection Parameter for Data Collectors 20090925
2 Returning RR_HANDLER Value transfer Object reference (TYPE REF TO) /SDF/CL_E2E_PI_MON_HANDLER 20090925

Method CREATE on class /SDF/CL_E2E_PI_MON_HANDLER has no exception.

Method EXECUTE Signature

Method EXECUTE on class /SDF/CL_E2E_PI_MON_HANDLER has no parameter.
Method EXECUTE on class /SDF/CL_E2E_PI_MON_HANDLER has no exception.

Method EXECUTE_PING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_REQUEST Call by reference Type reference (TYPE) PI_REQUEST 20090925

Method EXECUTE_PING on class /SDF/CL_E2E_PI_MON_HANDLER has no exception.

Method EXECUTE_SELFTEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_REQUEST Call by reference Type reference (TYPE) PI_REQUEST 20090925

Method EXECUTE_SELFTEST on class /SDF/CL_E2E_PI_MON_HANDLER has no exception.

Method GET_PARAMETER_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_PARAM_NAME Call by reference Type reference (TYPE) STRING 20090925
2 Importing IP_REQUIRED Call by reference Type reference (TYPE) BOOLEAN 'X' Missing required parameter will throw exception 20091102
3 Importing IT_SELECTION_PARAM Call by reference Type reference (TYPE) /SDF/E2E_SELECTION_PARAMS_T Selection Parameter for Data Collectors 20090925
4 Returning RP_PARAM_VALUE Value transfer Type reference (TYPE) STRING 20090925
# Exception Resumable Description Created on
1 /SDF/CX_E2E_PI_MON_HANDLER 20090925

Method GET_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_RESULT Value transfer Type reference (TYPE) /SDF/E2E_RESULT_TT Table Type for the Result of the Data Collectors 20090925

Method GET_RESULT on class /SDF/CL_E2E_PI_MON_HANDLER has no exception.

Method GET_RETURN_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_STATUS Value transfer Type reference (TYPE) /SDF/E2E_EFWKE_RETURN_STATUS_T Table Type for Return Status 20090925

Method GET_RETURN_STATUS on class /SDF/CL_E2E_PI_MON_HANDLER has no exception.

Method INITIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SELOPT_PARA Call by reference Type reference (TYPE) /SDF/E2E_SELECTION_PARA_T Table Type of Selection Parameter for Data Collectors 20090925

Method INITIALIZE on class /SDF/CL_E2E_PI_MON_HANDLER has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 2008_1_620