SAP ABAP Class CL_CSI_PARAMETER (CSI Parameter Store)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-RCC (Application Component) Remote Control and Communication Framework
     CSI_COMMON (Package) Common objects used in CSI
Properties
Class CL_CSI_PARAMETER  
Short Description CSI Parameter Store    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CSI_COMMON   Common objects used in CSI 
Created 20100303   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_CSI_PARAMETER has no forward declaration.
Interfaces
Class CL_CSI_PARAMETER has no interface implemented.
Friends
Class CL_CSI_PARAMETER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_PARAMETER Instance attribute Private Type reference (TYPE) CSIT_PARAMETER CSI Provider Parameter Table 20100303
Methods
# Method Level Visibility Method type Description Created on
1 DELETE_PARAMETER Instance method Public Method Delete a Parameter for a given Name 20100303
2 FREE Instance method Public Method Initialize 20100303
3 GET_PARAMETERS Instance method Public Method Get all Parameter 20100303
4 GET_VALUE Instance method Public Method Get a given value for a parameter 20100303
5 SET_PARAMETER Instance method Public Method Add a new Parameter or change the Value of an existing Param 20100303
Events
Class CL_CSI_PARAMETER has no event.
Types
Class CL_CSI_PARAMETER has no local type.
Method Signatures

Method DELETE_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) CSI_PARAMETER_NAME 20100303

Method DELETE_PARAMETER on class CL_CSI_PARAMETER has no exception.

Method FREE Signature

Method FREE on class CL_CSI_PARAMETER has no parameter.
Method FREE on class CL_CSI_PARAMETER has no exception.

Method GET_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PARAMETER Call by reference Type reference (TYPE) CSIT_PARAMETER CSI Provider Parameter Table 20100303
2 Importing IV_NAME Call by reference Type reference (TYPE) CSI_PARAMETER_NAME 20100303

Method GET_PARAMETERS on class CL_CSI_PARAMETER has no exception.

Method GET_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) CSI_PARAMETER_NAME 20100303
2 Returning RV_VALUE Value transfer Type reference (TYPE) CSI_PARAMETER_VALUE CSI Provider Parameter Value 20100303

Method GET_VALUE on class CL_CSI_PARAMETER has no exception.

Method SET_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) CSI_PARAMETER_NAME CSI Provider Parameter Name 20100303
2 Importing IV_VALUE Call by reference Type reference (TYPE) CSI_PARAMETER_VALUE CSI Provider Parameter Value 20100303

Method SET_PARAMETER on class CL_CSI_PARAMETER has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 702