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 | 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 | Static method | Public | Method | Change parameter value dynamically | 20120927 | |
| 2 | Static method | Public | Method | Check the parameter value | 20120927 | |
| 3 | Static method | Public | Method | Get the metadata for all parameters | 20120927 | |
| 4 | Static method | Public | Method | Get a list of all parameters | 20120927 | |
| 5 | Static method | Public | Method | Get all resolution levels of a parameter | 20120927 | |
| 6 | Static method | Public | Method | Get the default value of a parameter | 20120927 | |
| 7 | Static method | Public | Method | Get the metadata for a parameter | 20120927 | |
| 8 | Static method | Public | Method | Get subparameter metadata for a parameter | 20120927 | |
| 9 | Static method | Public | Method | Get the value of a parameter | 20120927 | |
| 10 | Static method | Private | Method | Kernel call to check the parameter value | 20120927 | |
| 11 | Static method | Private | Method | Kernel call to get the metadata for all parameters | 20120927 | |
| 12 | Static method | Private | Method | Kernel call to get all parameters | 20120927 | |
| 13 | Static method | Private | Method | Kernel call to get the resolution levels of a parameter | 20120927 | |
| 14 | Static method | Private | Method | Kernel call to get the default value of a parameter | 20120927 | |
| 15 | Static method | Private | Method | Kernel call to get the metadata for a parameter | 20120927 | |
| 16 | Static method | Private | Method | Kernel call to get the subparameter metadata | 20120927 | |
| 17 | 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 | MSG | Value transfer | Type reference (TYPE) | STRING | Error Text | 20120927 | |||
| 2 | NAME | Value transfer | Type reference (TYPE) | SPFL_PARAMETER_NAME | Name of the Profile Parameter | 20120927 | |||
| 3 | RC | Value transfer | Type reference (TYPE) | I | Return Value | 20120927 | |||
| 4 | SERVER_NAME | Value transfer | Type reference (TYPE) | SSI_SERVERNAME | Name of the Application Server | 20120927 | |||
| 5 | 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 | CHECK_OK | Value transfer | Type reference (TYPE) | ABAP_BOOL | abap_true=Value is ok; abap_false otherwise | 20120927 | |||
| 2 | MESSAGE | Value transfer | Type reference (TYPE) | STRING | Check error message | 20120927 | |||
| 3 | NAME | Value transfer | Type reference (TYPE) | SPFL_PARAMETER_NAME | Name of the Profile Parameter | 20120927 | |||
| 4 | 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 | METADATA | Call by reference | Type reference (TYPE) | SPFL_PARAMETER_METADATA_LIST_T | Table of All Parameter Metadata | 20120927 | |||
| 2 | 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 | PARAMETER_SUB | Call by reference | Type reference (TYPE) | SPFL_PARAMETER_LIST_T | List of All Profile Parameters | 20120927 | |||
| 2 | PARAMETER_USUB | Call by reference | Type reference (TYPE) | SPFL_PARAMETER_LIST_T | List of All Profile Parameters | 20120927 | |||
| 3 | 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 | NAME | Value transfer | Type reference (TYPE) | SPFL_PARAMETER_NAME | Parameter Name | 20120927 | |||
| 2 | RC | Value transfer | Type reference (TYPE) | I | Return Value | 20120927 | |||
| 3 | VALUE11 | Value transfer | Type reference (TYPE) | SPFL_PARAMETER_VALUE | Parameter Value | 20120927 | |||
| 4 | VALUE13 | Value transfer | Type reference (TYPE) | SPFL_PARAMETER_VALUE | Parameter Value | 20120927 | |||
| 5 | VALUE21 | Value transfer | Type reference (TYPE) | SPFL_PARAMETER_VALUE | Parameter Value | 20120927 | |||
| 6 | VALUE23 | Value transfer | Type reference (TYPE) | SPFL_PARAMETER_VALUE | Parameter Value | 20120927 | |||
| 7 | VALUE24 | Value transfer | Type reference (TYPE) | SPFL_PARAMETER_VALUE | Parameter Value | 20120927 | |||
| 8 | VALUE31 | Value transfer | Type reference (TYPE) | SPFL_PARAMETER_VALUE | Parameter Value | 20120927 | |||
| 9 | VALUE32 | Value transfer | Type reference (TYPE) | SPFL_PARAMETER_VALUE | Parameter Value | 20120927 | |||
| 10 | VALUE33 | Value transfer | Type reference (TYPE) | SPFL_PARAMETER_VALUE | Parameter Value | 20120927 | |||
| 11 | VALUE34 | Value transfer | Type reference (TYPE) | SPFL_PARAMETER_VALUE | Parameter Value | 20120927 | |||
| 12 | 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 | NAME | Value transfer | Type reference (TYPE) | SPFL_PARAMETER_NAME | Parameter Name | 20120927 | |||
| 2 | RC | Value transfer | Type reference (TYPE) | I | Return Value | 20120927 | |||
| 3 | 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 | METADATA | Value transfer | Type reference (TYPE) | SPFL_PARAMETER_METADATA | Parameter Metadata | 20120927 | |||
| 2 | NAME | Call by reference | Type reference (TYPE) | SPFL_PARAMETER_NAME | Name of the Profile Parameter | 20120927 | |||
| 3 | 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 | NAME | Call by reference | Type reference (TYPE) | SPFL_PARAMETER_NAME | Name of the Profile Parameter | 20120927 | |||
| 2 | RC | Value transfer | Type reference (TYPE) | I | 0=OK; 4=not found; otherwise: internal error | 20120927 | |||
| 3 | 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 | NAME | Value transfer | Type reference (TYPE) | SPFL_PARAMETER_NAME | Parameter Name | 20120927 | |||
| 2 | RC | Value transfer | Type reference (TYPE) | I | Return Value | 20120927 | |||
| 3 | SERVER_NAME | Value transfer | Type reference (TYPE) | SSI_SERVERNAME | Name of the Application Server | 20120927 | |||
| 4 | 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 | CHECK_OK | Value transfer | Type reference (TYPE) | ABAP_BOOL | abap_true=Value is ok; abap_false otherwise | 20120927 | |||
| 2 | MESSAGE | Value transfer | Type reference (TYPE) | STRING | Check error message | 20120927 | |||
| 3 | NAME | Value transfer | Type reference (TYPE) | SPFL_PARAMETER_NAME | Name of the Profile Parameter | 20120927 | |||
| 4 | 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 | METADATA | Value transfer | Type reference (TYPE) | SPFL_PARAMETER_METADATA_LIST_T | Table of All Parameter Metadata | 20120927 | |||
| 2 | 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 | PARAMETER_SUB | Value transfer | Type reference (TYPE) | SPFL_PARAMETER_LIST_T | Parameter Name | 20120927 | |||
| 2 | PARAMETER_USUB | Value transfer | Type reference (TYPE) | SPFL_PARAMETER_LIST_T | Parameter Value | 20120927 | |||
| 3 | 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 | NAME | Call by reference | Type reference (TYPE) | SPFL_PARAMETER_NAME | Parameter Name | 20120927 | |||
| 2 | RC | Value transfer | Type reference (TYPE) | I | Return Value | 20121018 | |||
| 3 | VALUE11 | Call by reference | Type reference (TYPE) | SPFL_PARAMETER_VALUE | Parameter Value | 20120927 | |||
| 4 | VALUE13 | Call by reference | Type reference (TYPE) | SPFL_PARAMETER_VALUE | Parameter Value | 20120927 | |||
| 5 | VALUE21 | Call by reference | Type reference (TYPE) | SPFL_PARAMETER_VALUE | Parameter Value | 20120927 | |||
| 6 | VALUE23 | Call by reference | Type reference (TYPE) | SPFL_PARAMETER_VALUE | Parameter Value | 20120927 | |||
| 7 | VALUE24 | Call by reference | Type reference (TYPE) | SPFL_PARAMETER_VALUE | Parameter Value | 20120927 | |||
| 8 | VALUE31 | Call by reference | Type reference (TYPE) | SPFL_PARAMETER_VALUE | Parameter Value | 20120927 | |||
| 9 | VALUE32 | Call by reference | Type reference (TYPE) | SPFL_PARAMETER_VALUE | Parameter Value | 20120927 | |||
| 10 | VALUE33 | Call by reference | Type reference (TYPE) | SPFL_PARAMETER_VALUE | Parameter Value | 20120927 | |||
| 11 | VALUE34 | Call by reference | Type reference (TYPE) | SPFL_PARAMETER_VALUE | Parameter Value | 20120927 | |||
| 12 | 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 | NAME | Value transfer | Type reference (TYPE) | SPFL_PARAMETER_NAME | Parameter Name | 20120927 | |||
| 2 | RC | Value transfer | Type reference (TYPE) | I | Return Value | 20120927 | |||
| 3 | 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 | METADATA | Value transfer | Type reference (TYPE) | SPFL_PARAMETER_METADATA | Parameter Metadata | 20120927 | |||
| 2 | NAME | Call by reference | Type reference (TYPE) | SPFL_PARAMETER_NAME | Name of the Profile Parameter | 20120927 | |||
| 3 | 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 | NAME | Call by reference | Type reference (TYPE) | SPFL_PARAMETER_NAME | Name of the Profile Parameter | 20120927 | |||
| 2 | RC | Value transfer | Type reference (TYPE) | I | 0=OK; 4=not found; otherwise: internal error | 20120927 | |||
| 3 | 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 | NAME | Value transfer | Type reference (TYPE) | SPFL_PARAMETER_NAME | Parameter Name | 20120927 | |||
| 2 | RC | Value transfer | Type reference (TYPE) | I | Return Value | 20120927 | |||
| 3 | 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 |