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 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | 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 | Instance attribute | Private | Type reference (TYPE) | SLD_DATATYPE | Datatype | 20070522 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | STRING | Method Name | 20070522 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | SLD_T_GENVALUE | Method Qualifier Table | 20070510 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | SLD_T_PARAMCAT | Parameter Attributes | 20070523 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | SLD_T_PARAMQUAL | Parameter Qualifier Table | 20070510 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | SLD_T_ARRAYVALUEMAP | Value Array Table | 20070523 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Returns the method data type | 20070509 | |
| 2 | Instance method | Public | Method | Returns the method name | 20070509 | |
| 3 | Instance method | Public | Method | Returns the list of parameter values | 20070509 | |
| 4 | Instance method | Public | Method | Returns qualifier value of a method and parameter | 20070509 | |
| 5 | Instance method | Public | Method | Returns list of qualifier values for a method and parameter | 20070509 | |
| 6 | Instance method | Public | Method | Returns qualifier value array | 20070511 | |
| 7 | Instance method | Public | Method | Returns typed qualifier value | 20070524 | |
| 8 | Instance method | Public | Method | Returns qualifier data type | 20070511 | |
| 9 | Instance method | Protected | Method | Returns value array for index | 20070523 | |
| 10 | 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 | RET | Value transfer | Type reference (TYPE) | SLD_DATATYPE | Data type of the method | 20070509 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SLD API Exceptions | 20070528 |
Method GET_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RET | Value transfer | Type reference (TYPE) | STRING | Name of the method | 20070509 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SLD API Exceptions | 20070528 |
Method GET_PARAMETERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | 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 | PARAMNAME | Call by reference | Type reference (TYPE) | STRING | Parameter Name | 20070523 | |||
| 2 | QNAME | Call by reference | Type reference (TYPE) | STRING | Qualifier name | 20070509 | |||
| 3 | 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 | 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 | PARAMNAME | Call by reference | Type reference (TYPE) | STRING | Parameter Name | 20070511 | |||
| 2 | QNAME | Call by reference | Type reference (TYPE) | STRING | Qualifier Name | 20070511 | |||
| 3 | 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 | PARAMNAME | Call by reference | Type reference (TYPE) | STRING | Parameter Name | 20070524 | |||
| 2 | QNAME | Call by reference | Type reference (TYPE) | STRING | Qualifier Name | 20070524 | |||
| 3 | VALUE | Call by reference | Type reference (TYPE) | STRING | String Value | 20070524 | |||
| 4 | VALUE_ARRAY | Call by reference | Type reference (TYPE) | SLD_T_STRING | String Array | 20070524 | |||
| 5 | VALUE_C | Call by reference | Type reference (TYPE) | SLDI_CHAR | C Value | 20070524 | |||
| 6 | VALUE_C_A | Call by reference | Type reference (TYPE) | SLD_T_C | Character Array | 20070524 | |||
| 7 | VALUE_DT | Call by reference | Object reference (TYPE REF TO) | CL_SLD_DATETIME | CIM Date Time Object | 20070524 | |||
| 8 | VALUE_DT_A | Call by reference | Type reference (TYPE) | SLD_T_DT | Date Time Array | 20070524 | |||
| 9 | VALUE_F | Call by reference | Type reference (TYPE) | F | F Value | 20070524 | |||
| 10 | VALUE_F_A | Call by reference | Type reference (TYPE) | SLD_T_F | Float Array | 20070524 | |||
| 11 | VALUE_I | Call by reference | Type reference (TYPE) | I | I Value | 20070524 | |||
| 12 | 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 | PARAMNAME | Call by reference | Type reference (TYPE) | STRING | Parameter Name | 20070511 | |||
| 2 | QNAME | Call by reference | Type reference (TYPE) | STRING | Qualifier Name | 20070511 | |||
| 3 | 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 | ARRAYKEY | Call by reference | Type reference (TYPE) | I | Index | 20070523 | |||
| 2 | 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 | ARRAYMAP_IN | Call by reference | Type reference (TYPE) | SLD_T_ARRAYVALUEMAP | Value-Array-Tabelle | 20071207 | |||
| 2 | METHNAME_IN | Call by reference | Type reference (TYPE) | STRING | Method Name | 20070606 | |||
| 3 | METHQUAL_IN | Call by reference | Type reference (TYPE) | SLD_T_GENVALUE | Method Qualifier Table | 20070528 | |||
| 4 | METHTYPE_IN | Call by reference | Type reference (TYPE) | SLD_DATATYPE | CIM/ABAP Data Type | 20070606 | |||
| 5 | PARAMLIST_IN | Call by reference | Type reference (TYPE) | SLD_T_PARAMCAT | Parameter Catalog Table | 20070528 | |||
| 6 | 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 |