SAP ABAP Class CL_SPFL_PROFILE_PARAMETER (Information About Profile Parameters)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CCM-CNF-PFL (Application Component) Maintain Profile
     SPFL (Package) Profiles
Properties
Class CL_SPFL_PROFILE_PARAMETER  
Short Description Information About Profile Parameters    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SPFL   Profiles 
Created 20120927   SAP 
Last change 20130531   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_SPFL_PROFILE_PARAMETER has no interface implemented.
Friends
Class CL_SPFL_PROFILE_PARAMETER has no friend class.
Attributes
Class CL_SPFL_PROFILE_PARAMETER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CHANGE_VALUE Static method Public Method Change parameter value dynamically 20120927
2 CHECK_VALUE Static method Public Method Check the parameter value 20120927
3 GET_ALL_METADATA Static method Public Method Get the metadata for all parameters 20120927
4 GET_ALL_PARAMETER Static method Public Method Get a list of all parameters 20120927
5 GET_ALL_VALUES Static method Public Method Get all resolution levels of a parameter 20120927
6 GET_DEFAULT_VALUE Static method Public Method Get the default value of a parameter 20120927
7 GET_METADATA Static method Public Method Get the metadata for a parameter 20120927
8 GET_SUB_METADATA Static method Public Method Get subparameter metadata for a parameter 20120927
9 GET_VALUE Static method Public Method Get the value of a parameter 20120927
10 _CHECK_VALUE Static method Private Method Kernel call to check the parameter value 20120927
11 _GET_ALL_METADATA Static method Private Method Kernel call to get the metadata for all parameters 20120927
12 _GET_ALL_PARAMETER Static method Private Method Kernel call to get all parameters 20120927
13 _GET_ALL_VALUES Static method Private Method Kernel call to get the resolution levels of a parameter 20120927
14 _GET_DEFAULT_VALUE Static method Private Method Kernel call to get the default value of a parameter 20120927
15 _GET_METADATA Static method Private Method Kernel call to get the metadata for a parameter 20120927
16 _GET_SUB_METADATA Static method Private Method Kernel call to get the subparameter metadata 20120927
17 _GET_VALUE Static method Private Method Kernel call to get the value of a parameter 20120927
Events
Class CL_SPFL_PROFILE_PARAMETER has no event.
Types
Class CL_SPFL_PROFILE_PARAMETER has no local type.
Method Signatures

Method CHANGE_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting MSG Value transfer Type reference (TYPE) STRING Error Text 20120927
2 Importing NAME Value transfer Type reference (TYPE) SPFL_PARAMETER_NAME Name of the Profile Parameter 20120927
3 Returning RC Value transfer Type reference (TYPE) I Return Value 20120927
4 Importing SERVER_NAME Value transfer Type reference (TYPE) SSI_SERVERNAME Name of the Application Server 20120927
5 Importing VALUE Value transfer Type reference (TYPE) SPFL_PARAMETER_VALUE Profile Parameter Value 20120927

Method CHANGE_VALUE on class CL_SPFL_PROFILE_PARAMETER has no exception.

Method CHECK_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CHECK_OK Value transfer Type reference (TYPE) ABAP_BOOL abap_true=Value is ok; abap_false otherwise 20120927
2 Exporting MESSAGE Value transfer Type reference (TYPE) STRING Check error message 20120927
3 Importing NAME Value transfer Type reference (TYPE) SPFL_PARAMETER_NAME Name of the Profile Parameter 20120927
4 Importing VALUE Value transfer Type reference (TYPE) SPFL_PARAMETER_VALUE Profile Parameter Value 20120927

Method CHECK_VALUE on class CL_SPFL_PROFILE_PARAMETER has no exception.

Method GET_ALL_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting METADATA Call by reference Type reference (TYPE) SPFL_PARAMETER_METADATA_LIST_T Table of All Parameter Metadata 20120927
2 Returning RC Value transfer Type reference (TYPE) I Return Value 20120927

Method GET_ALL_METADATA on class CL_SPFL_PROFILE_PARAMETER has no exception.

Method GET_ALL_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PARAMETER_SUB Call by reference Type reference (TYPE) SPFL_PARAMETER_LIST_T List of All Profile Parameters 20120927
2 Exporting PARAMETER_USUB Call by reference Type reference (TYPE) SPFL_PARAMETER_LIST_T List of All Profile Parameters 20120927
3 Returning RC Value transfer Type reference (TYPE) I Return Value 20120927

Method GET_ALL_PARAMETER on class CL_SPFL_PROFILE_PARAMETER has no exception.

Method GET_ALL_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Value transfer Type reference (TYPE) SPFL_PARAMETER_NAME Parameter Name 20120927
2 Returning RC Value transfer Type reference (TYPE) I Return Value 20120927
3 Exporting VALUE11 Value transfer Type reference (TYPE) SPFL_PARAMETER_VALUE Parameter Value 20120927
4 Exporting VALUE13 Value transfer Type reference (TYPE) SPFL_PARAMETER_VALUE Parameter Value 20120927
5 Exporting VALUE21 Value transfer Type reference (TYPE) SPFL_PARAMETER_VALUE Parameter Value 20120927
6 Exporting VALUE23 Value transfer Type reference (TYPE) SPFL_PARAMETER_VALUE Parameter Value 20120927
7 Exporting VALUE24 Value transfer Type reference (TYPE) SPFL_PARAMETER_VALUE Parameter Value 20120927
8 Exporting VALUE31 Value transfer Type reference (TYPE) SPFL_PARAMETER_VALUE Parameter Value 20120927
9 Exporting VALUE32 Value transfer Type reference (TYPE) SPFL_PARAMETER_VALUE Parameter Value 20120927
10 Exporting VALUE33 Value transfer Type reference (TYPE) SPFL_PARAMETER_VALUE Parameter Value 20120927
11 Exporting VALUE34 Value transfer Type reference (TYPE) SPFL_PARAMETER_VALUE Parameter Value 20120927
12 Exporting VALUE44 Value transfer Type reference (TYPE) SPFL_PARAMETER_VALUE Parameter Value 20120927

Method GET_ALL_VALUES on class CL_SPFL_PROFILE_PARAMETER has no exception.

Method GET_DEFAULT_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Value transfer Type reference (TYPE) SPFL_PARAMETER_NAME Parameter Name 20120927
2 Returning RC Value transfer Type reference (TYPE) I Return Value 20120927
3 Exporting VALUE Value transfer Type reference (TYPE) SPFL_PARAMETER_VALUE Parameter Value 20120927

Method GET_DEFAULT_VALUE on class CL_SPFL_PROFILE_PARAMETER has no exception.

Method GET_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting METADATA Value transfer Type reference (TYPE) SPFL_PARAMETER_METADATA Parameter Metadata 20120927
2 Importing NAME Call by reference Type reference (TYPE) SPFL_PARAMETER_NAME Name of the Profile Parameter 20120927
3 Returning RC Value transfer Type reference (TYPE) I 0=OK; 4=not found; otherwise: internal error 20120927

Method GET_METADATA on class CL_SPFL_PROFILE_PARAMETER has no exception.

Method GET_SUB_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) SPFL_PARAMETER_NAME Name of the Profile Parameter 20120927
2 Returning RC Value transfer Type reference (TYPE) I 0=OK; 4=not found; otherwise: internal error 20120927
3 Exporting SUB_METADATA_LIST Value transfer Type reference (TYPE) SPFL_SUB_PARAMETER_METADATA_T Subparameter Metadata Table Type 20120927

Method GET_SUB_METADATA on class CL_SPFL_PROFILE_PARAMETER has no exception.

Method GET_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Value transfer Type reference (TYPE) SPFL_PARAMETER_NAME Parameter Name 20120927
2 Returning RC Value transfer Type reference (TYPE) I Return Value 20120927
3 Importing SERVER_NAME Value transfer Type reference (TYPE) SSI_SERVERNAME Name of the Application Server 20120927
4 Exporting VALUE Value transfer Type reference (TYPE) SPFL_PARAMETER_VALUE Parameter Value 20120927

Method GET_VALUE on class CL_SPFL_PROFILE_PARAMETER has no exception.

Method _CHECK_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CHECK_OK Value transfer Type reference (TYPE) ABAP_BOOL abap_true=Value is ok; abap_false otherwise 20120927
2 Exporting MESSAGE Value transfer Type reference (TYPE) STRING Check error message 20120927
3 Importing NAME Value transfer Type reference (TYPE) SPFL_PARAMETER_NAME Name of the Profile Parameter 20120927
4 Importing VALUE Value transfer Type reference (TYPE) SPFL_PARAMETER_VALUE Profile Parameter Value 20120927

Method _CHECK_VALUE on class CL_SPFL_PROFILE_PARAMETER has no exception.

Method _GET_ALL_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting METADATA Value transfer Type reference (TYPE) SPFL_PARAMETER_METADATA_LIST_T Table of All Parameter Metadata 20120927
2 Returning RC Value transfer Type reference (TYPE) I Return Value 20120927

Method _GET_ALL_METADATA on class CL_SPFL_PROFILE_PARAMETER has no exception.

Method _GET_ALL_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PARAMETER_SUB Value transfer Type reference (TYPE) SPFL_PARAMETER_LIST_T Parameter Name 20120927
2 Exporting PARAMETER_USUB Value transfer Type reference (TYPE) SPFL_PARAMETER_LIST_T Parameter Value 20120927
3 Returning RC Value transfer Type reference (TYPE) I Return Value 20120927

Method _GET_ALL_PARAMETER on class CL_SPFL_PROFILE_PARAMETER has no exception.

Method _GET_ALL_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) SPFL_PARAMETER_NAME Parameter Name 20120927
2 Returning RC Value transfer Type reference (TYPE) I Return Value 20121018
3 Exporting VALUE11 Call by reference Type reference (TYPE) SPFL_PARAMETER_VALUE Parameter Value 20120927
4 Exporting VALUE13 Call by reference Type reference (TYPE) SPFL_PARAMETER_VALUE Parameter Value 20120927
5 Exporting VALUE21 Call by reference Type reference (TYPE) SPFL_PARAMETER_VALUE Parameter Value 20120927
6 Exporting VALUE23 Call by reference Type reference (TYPE) SPFL_PARAMETER_VALUE Parameter Value 20120927
7 Exporting VALUE24 Call by reference Type reference (TYPE) SPFL_PARAMETER_VALUE Parameter Value 20120927
8 Exporting VALUE31 Call by reference Type reference (TYPE) SPFL_PARAMETER_VALUE Parameter Value 20120927
9 Exporting VALUE32 Call by reference Type reference (TYPE) SPFL_PARAMETER_VALUE Parameter Value 20120927
10 Exporting VALUE33 Call by reference Type reference (TYPE) SPFL_PARAMETER_VALUE Parameter Value 20120927
11 Exporting VALUE34 Call by reference Type reference (TYPE) SPFL_PARAMETER_VALUE Parameter Value 20120927
12 Exporting VALUE44 Call by reference Type reference (TYPE) SPFL_PARAMETER_VALUE Parameter Value 20120927

Method _GET_ALL_VALUES on class CL_SPFL_PROFILE_PARAMETER has no exception.

Method _GET_DEFAULT_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Value transfer Type reference (TYPE) SPFL_PARAMETER_NAME Parameter Name 20120927
2 Returning RC Value transfer Type reference (TYPE) I Return Value 20120927
3 Exporting VALUE Value transfer Type reference (TYPE) SPFL_PARAMETER_VALUE Parameter Value 20120927

Method _GET_DEFAULT_VALUE on class CL_SPFL_PROFILE_PARAMETER has no exception.

Method _GET_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting METADATA Value transfer Type reference (TYPE) SPFL_PARAMETER_METADATA Parameter Metadata 20120927
2 Importing NAME Call by reference Type reference (TYPE) SPFL_PARAMETER_NAME Name of the Profile Parameter 20120927
3 Returning RC Value transfer Type reference (TYPE) I 0=OK; 4=not found; otherwise: internal error 20120927

Method _GET_METADATA on class CL_SPFL_PROFILE_PARAMETER has no exception.

Method _GET_SUB_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) SPFL_PARAMETER_NAME Name of the Profile Parameter 20120927
2 Returning RC Value transfer Type reference (TYPE) I 0=OK; 4=not found; otherwise: internal error 20120927
3 Exporting SUB_METADATA_LIST Value transfer Type reference (TYPE) SPFL_SUB_PARAMETER_METADATA_T Subparameter Metadata Table Type 20120927

Method _GET_SUB_METADATA on class CL_SPFL_PROFILE_PARAMETER has no exception.

Method _GET_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Value transfer Type reference (TYPE) SPFL_PARAMETER_NAME Parameter Name 20120927
2 Returning RC Value transfer Type reference (TYPE) I Return Value 20120927
3 Exporting VALUE Value transfer Type reference (TYPE) SPFL_PARAMETER_VALUE Parameter Value 20120927

Method _GET_VALUE on class CL_SPFL_PROFILE_PARAMETER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 740