SAP ABAP Class CL_WS_IDP_HEALTH_CHECKS (Provides set of health checks concering IDP configuration)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-WS-ABA-RT (Application Component) WebServices ABAP Runtime
     SOAP_IDP_HELPER (Package) SOAP Idempotent Service Layer for WS
Properties
Class CL_WS_IDP_HEALTH_CHECKS  
Short Description Provides set of health checks concering IDP configuration    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SOAP_IDP_HELPER   SOAP Idempotent Service Layer for WS 
Created 20080311   SAP 
Last change 20140121   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_WS_IDP_HEALTH_CHECKS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_WS_IDP_HEALTH_CHECKS has no interface implemented.
Friends
Class CL_WS_IDP_HEALTH_CHECKS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_CHECK_RESULT_GREEN Static Attribute Public Type reference (TYPE) GT_IDP_HEALTH_RESULT '0' status GREEN 20080311
2 GC_CHECK_RESULT_RED Static Attribute Public Type reference (TYPE) GT_IDP_HEALTH_RESULT '2' status RED 20080311
3 GC_CHECK_RESULT_YELLOW Static Attribute Public Type reference (TYPE) GT_IDP_HEALTH_RESULT '1' status yellow 20080311
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_CONFIGURATION Static method Public Method check idp configuration and jobs for provided client 20080311
2 CHECK_DDIC_GENERATION Static method Public Method check if IDP tables and classes are generated 20080313
3 CHECK_IDP_FULL Static method Public Method 20110325
4 CHECK_IDP_JOBS Static method Public Method check if IDP jobs exist and if they are started 20080313
5 IS_DDIC_EXIST Static method Private Method check if object exists 20080313
Events
Class CL_WS_IDP_HEALTH_CHECKS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GT_IDP_HEALTH_RESULT Public Type reference (TYPE) CHAR1 20080311
2 GT_STATUS_LINE Public See coding 20080311 begin of gt_status_line, status TYPE boolean, text TYPE string, END OF gt_status_line
3 GT_STATUS_TABLE Public See coding 20080311 gt_status_table TYPE STANDARD TABLE OF gt_status_line
Method Signatures

Method CHECK_CONFIGURATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing DESC Call by reference Type reference (TYPE) STRING error description 20080313
2 Importing IM_CLIENT Call by reference Type reference (TYPE) SYMANDT Client ID of Current User 20080311
3 Importing IV_CCMS_MODE Call by reference Type reference (TYPE) BOOLEAN ABAP_FALSE 20130606
4 Changing RESULT Value transfer Type reference (TYPE) GT_IDP_HEALTH_RESULT Result of the check 20080311

Method CHECK_CONFIGURATION on class CL_WS_IDP_HEALTH_CHECKS has no exception.

Method CHECK_DDIC_GENERATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing DESC Call by reference Type reference (TYPE) STRING add. error info 20080313
2 Importing IM_CLIENT Call by reference Type reference (TYPE) SYMANDT Client ID of Current User 20080313
3 Changing RESULT Value transfer Type reference (TYPE) GT_IDP_HEALTH_RESULT Single-Character Flag 20080313

Method CHECK_DDIC_GENERATION on class CL_WS_IDP_HEALTH_CHECKS has no exception.

Method CHECK_IDP_FULL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing DESC Call by reference Type reference (TYPE) STRING 20110325
2 Importing IM_CLIENT Call by reference Type reference (TYPE) SYMANDT Client ID of Current User 20110325
3 Changing RESULT Call by reference Type reference (TYPE) GT_IDP_HEALTH_RESULT 20110325

Method CHECK_IDP_FULL on class CL_WS_IDP_HEALTH_CHECKS has no exception.

Method CHECK_IDP_JOBS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing DESC Call by reference Type reference (TYPE) STRING add. error info 20080313
2 Importing IM_CLIENT Call by reference Type reference (TYPE) SYMANDT Client ID of Current User 20080313
3 Changing RESULT Value transfer Type reference (TYPE) GT_IDP_HEALTH_RESULT result of the check 20080313

Method CHECK_IDP_JOBS on class CL_WS_IDP_HEALTH_CHECKS has no exception.

Method IS_DDIC_EXIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJ_NAME Call by reference Type reference (TYPE) CHAR30 object name 20080313
2 Returning RESULT Value transfer Type reference (TYPE) GT_IDP_HEALTH_RESULT Single-Character Flag 20080313

Method IS_DDIC_EXIST on class CL_WS_IDP_HEALTH_CHECKS has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 711