SAP ABAP Class CL_SALV_BOQ_CRYSTAL_CLIENT_VER (Checks which Crystal version is installed)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-SRV-ALV (Application Component) SAP List Viewer
     SALV_BOQ (Package) Customizing and Logging Services
Properties
Class CL_SALV_BOQ_CRYSTAL_CLIENT_VER  
Short Description Checks which Crystal version is installed    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SALV_BOQ   Customizing and Logging Services 
Created 20090511   SAP 
Last change 20110908   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 CL_SALV_BOQ_CRYSTAL_CLIENT_VER has no interface implemented.
Friends
Class CL_SALV_BOQ_CRYSTAL_CLIENT_VER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_DLL_NAME Constant Public See coding 20100722
2 C_ENV Constant Private See coding 20100722
3 C_REL_PATH Constant Private See coding 20100722
4 PT_DLL_VERSIONS Static Attribute Private Type reference (TYPE) YT_DLL_VERSION 20100722
5 PT_REGISTRY_VERSIONS Static Attribute Private Type reference (TYPE) YT_REGISTRY_VERSION 20100722
Methods
# Method Level Visibility Method type Description Created on
1 GET_DLL_LIST Static method Private Method 20100722
2 GET_DLL_VERSIONS Static method Public Method 20100722
3 GET_REGISTRY_VERSIONS Static method Public Method 20100722
4 IS_DLL_INSTALLED Static method Public Method 20100722
Events
Class CL_SALV_BOQ_CRYSTAL_CLIENT_VER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_DLL_VERSION Public See coding 20090515 begin of ys_dll_version, filename type string, path type string, version type string, end of ys_dll_version
2 YS_REGISTRY_VERSION Public See coding 20090515 begin of ys_registry_version, root type i, key type string, value type string, data type string, end of ys_registry_version
3 YT_DLL_VERSION Public See coding 20090515 yt_dll_version type standard table of ys_dll_version with default key
4 YT_REGISTRY_VERSION Public See coding 20090515 yt_registry_version type standard table of ys_registry_version with default key
Method Signatures

Method GET_DLL_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DLL_LIST Call by reference Type reference (TYPE) YT_DLL_VERSION 20100722
# Exception Resumable Description Created on
1 ERROR_RETRIEVING_DLL_VERSION 20100722

Method GET_DLL_VERSIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TABLE_DLL_VERSION Call by reference Type reference (TYPE) YT_DLL_VERSION 20100722
# Exception Resumable Description Created on
1 ERROR_RETRIEVING_DLL_VERSION 20100722

Method GET_REGISTRY_VERSIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TABLE_REGISTRY_VERSION Call by reference Type reference (TYPE) YT_REGISTRY_VERSION 20100722
# Exception Resumable Description Created on
1 ERROR_RETRIEVING_DLL_VERSION 20100722

Method IS_DLL_INSTALLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DLL_NAME Call by reference Type reference (TYPE) STRING 20100722
2 Returning IS_DLL_INSTALLED Value transfer Type reference (TYPE) ABAP_BOOL 20100722
3 Importing REQUIRED_VERSION Call by reference Type reference (TYPE) STRING 20100722

Method IS_DLL_INSTALLED on class CL_SALV_BOQ_CRYSTAL_CLIENT_VER has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 703