SAP ABAP Class CL_SLD_CIM_METHOD (CIM Method Information)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CCM-SLD-ABA (Application Component) System Landscape Directory ABAP Connectivity
     SLD_API (Package) System Landscape Directory API
Properties
Class CL_SLD_CIM_METHOD  
Short Description CIM Method Information    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SLD_API   System Landscape Directory API 
Created 20070509   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_SLD_UTIL Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 SLDI Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_SLD_CIM_METHOD has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_SLD_ACCESSOR 20071207 Access to SLD Server
2 CL_SLD_ACCESSOR_WBEM_CLIENT 20081209 Access to SLD server through WBEM client
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DATATYPE Instance attribute Private Type reference (TYPE) SLD_DATATYPE Datatype 20070522
2 METHODNAME Instance attribute Private Type reference (TYPE) STRING Method Name 20070522
3 METHQUALIFIERS Instance attribute Private Type reference (TYPE) SLD_T_GENVALUE Method Qualifier Table 20070510
4 PARAMATTRIBUTES Instance attribute Private Type reference (TYPE) SLD_T_PARAMCAT Parameter Attributes 20070523
5 PARAMQUALIFIERS Instance attribute Private Type reference (TYPE) SLD_T_PARAMQUAL Parameter Qualifier Table 20070510
6 VALUEARRAYMAP Instance attribute Private Type reference (TYPE) SLD_T_ARRAYVALUEMAP Value Array Table 20070523
Methods
# Method Level Visibility Method type Description Created on
1 GET_CIMTYPE Instance method Public Method Returns the method data type 20070509
2 GET_NAME Instance method Public Method Returns the method name 20070509
3 GET_PARAMETERS Instance method Public Method Returns the list of parameter values 20070509
4 GET_QUALIFIER Instance method Public Method Returns qualifier value of a method and parameter 20070509
5 GET_QUALIFIERS Instance method Public Method Returns list of qualifier values for a method and parameter 20070509
6 GET_QUALIFIER_ARRAY Instance method Public Method Returns qualifier value array 20070511
7 GET_QUALIFIER_GEN Instance method Public Method Returns typed qualifier value 20070524
8 GET_QUALIFIER_TYPES Instance method Public Method Returns qualifier data type 20070511
9 GET_VALUEARRAY Instance method Protected Method Returns value array for index 20070523
10 SET_CIMMETHODDATA Instance method Public Method Sets method qualifiers and parameter catalog 20070528
Events
# Event Type Visibility Description Created on
1 CX_SLD_API_EXCEPTION Instance Event
(0)
Private
(0)
20070522
Types
Class CL_SLD_CIM_METHOD has no local type.
Method Signatures

Method GET_CIMTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RET Value transfer Type reference (TYPE) SLD_DATATYPE Data type of the method 20070509
# Exception Resumable Description Created on
1 CX_SLD_API_EXCEPTION SLD API Exceptions 20070528

Method GET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RET Value transfer Type reference (TYPE) STRING Name of the method 20070509
# Exception Resumable Description Created on
1 CX_SLD_API_EXCEPTION SLD API Exceptions 20070528

Method GET_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RET Value transfer Type reference (TYPE) SLD_T_PARAMLIST Parameter List 20070509

Method GET_PARAMETERS on class CL_SLD_CIM_METHOD has no exception.

Method GET_QUALIFIER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PARAMNAME Call by reference Type reference (TYPE) STRING Parameter Name 20070523
2 Importing QNAME Call by reference Type reference (TYPE) STRING Qualifier name 20070509
3 Returning RET Value transfer Type reference (TYPE) STRING Value 20070509

Method GET_QUALIFIER on class CL_SLD_CIM_METHOD has no exception.

Method GET_QUALIFIERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RET Value transfer Type reference (TYPE) SLD_T_MQVALUELIST Method Qualifier Value List 20070509

Method GET_QUALIFIERS on class CL_SLD_CIM_METHOD has no exception.

Method GET_QUALIFIER_ARRAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PARAMNAME Call by reference Type reference (TYPE) STRING Parameter Name 20070511
2 Importing QNAME Call by reference Type reference (TYPE) STRING Qualifier Name 20070511
3 Returning RET Value transfer Type reference (TYPE) SLD_T_STRING Value Array 20070511

Method GET_QUALIFIER_ARRAY on class CL_SLD_CIM_METHOD has no exception.

Method GET_QUALIFIER_GEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PARAMNAME Call by reference Type reference (TYPE) STRING Parameter Name 20070524
2 Importing QNAME Call by reference Type reference (TYPE) STRING Qualifier Name 20070524
3 Exporting VALUE Call by reference Type reference (TYPE) STRING String Value 20070524
4 Exporting VALUE_ARRAY Call by reference Type reference (TYPE) SLD_T_STRING String Array 20070524
5 Exporting VALUE_C Call by reference Type reference (TYPE) SLDI_CHAR C Value 20070524
6 Exporting VALUE_C_A Call by reference Type reference (TYPE) SLD_T_C Character Array 20070524
7 Exporting VALUE_DT Call by reference Object reference (TYPE REF TO) CL_SLD_DATETIME CIM Date Time Object 20070524
8 Exporting VALUE_DT_A Call by reference Type reference (TYPE) SLD_T_DT Date Time Array 20070524
9 Exporting VALUE_F Call by reference Type reference (TYPE) F F Value 20070524
10 Exporting VALUE_F_A Call by reference Type reference (TYPE) SLD_T_F Float Array 20070524
11 Exporting VALUE_I Call by reference Type reference (TYPE) I I Value 20070524
12 Exporting VALUE_I_A Call by reference Type reference (TYPE) SLD_T_I Integer Table 20070524

Method GET_QUALIFIER_GEN on class CL_SLD_CIM_METHOD has no exception.

Method GET_QUALIFIER_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PARAMNAME Call by reference Type reference (TYPE) STRING Parameter Name 20070511
2 Importing QNAME Call by reference Type reference (TYPE) STRING Qualifier Name 20070511
3 Returning RET Value transfer Type reference (TYPE) SLD_S_DATATYPES Data Type of Property/Qualifier 20070511

Method GET_QUALIFIER_TYPES on class CL_SLD_CIM_METHOD has no exception.

Method GET_VALUEARRAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ARRAYKEY Call by reference Type reference (TYPE) I Index 20070523
2 Returning RET Value transfer Type reference (TYPE) SLD_T_STRING String Array 20070523

Method GET_VALUEARRAY on class CL_SLD_CIM_METHOD has no exception.

Method SET_CIMMETHODDATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ARRAYMAP_IN Call by reference Type reference (TYPE) SLD_T_ARRAYVALUEMAP Value-Array-Tabelle 20071207
2 Importing METHNAME_IN Call by reference Type reference (TYPE) STRING Method Name 20070606
3 Importing METHQUAL_IN Call by reference Type reference (TYPE) SLD_T_GENVALUE Method Qualifier Table 20070528
4 Importing METHTYPE_IN Call by reference Type reference (TYPE) SLD_DATATYPE CIM/ABAP Data Type 20070606
5 Importing PARAMLIST_IN Call by reference Type reference (TYPE) SLD_T_PARAMCAT Parameter Catalog Table 20070528
6 Importing PARAMQUAL_IN Call by reference Type reference (TYPE) SLD_T_PARAMQUAL Parameter Qualifier Table 20070528

Method SET_CIMMETHODDATA on class CL_SLD_CIM_METHOD has no exception.
Event Signatures

Event CX_SLD_API_EXCEPTION Signature
Event CX_SLD_API_EXCEPTION on class CL_SLD_CIM_METHOD has no parameter.
History
Last changed by/on SAP  20110908 
SAP Release Created in 710