SAP ABAP Class CL_GRAC_CONFIG_UTIL (Utility class for GRAC Config)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC-AC (Application Component) Access Control
⤷
GRAC_UTILITIES (Package) Access Control GRC Various helping infrastructure for ABAP

⤷

⤷

Properties
Class | CL_GRAC_CONFIG_UTIL | |
Short Description | Utility class for GRAC Config | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | GRAC_UTILITIES | Access Control GRC Various helping infrastructure for ABAP |
Created | 20100121 | SAP |
Last change | 20141106 | |
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_GRAC_CONFIG_UTIL has no interface implemented.
Friends
Class CL_GRAC_CONFIG_UTIL has no friend class.
Attributes
Class CL_GRAC_CONFIG_UTIL has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Get values for Param List | 20100123 |
2 | ![]() |
Static method | Public | Method | Get single value of config param | 20100123 |
Events
Class CL_GRAC_CONFIG_UTIL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | YS_PARAM_VALUE | Public | See coding | 20100122 | begin of ys_param_value,
paramid type grac_config_paramid,
param_group type grac_config_group,
sequence type grac_sequence,
param_value type grac_config_value,
end of ys_param_value
|
||
2 | YT_PARAM_VALUE | Public | See coding | 20100122 | yt_param_value type table of ys_param_value
|
Method Signatures
Method GET_MULTI_PARAMS_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_PARAM_VALUE | Call by reference | Type reference (TYPE) | GRAC_T_CONFIG_PARAM_VALUE | Config Param value | 20100123 | ||
2 | ![]() |
IT_PARAMGROUP_LIST | Call by reference | Type reference (TYPE) | RSELOPTION | 20100123 | |||
3 | ![]() |
IT_PARAM_LIST | Call by reference | Type reference (TYPE) | RSELOPTION | SELECT-OPTIONS Table | 20100123 |
Method GET_MULTI_PARAMS_VALUE on class CL_GRAC_CONFIG_UTIL has no exception.
Method GET_SINGLE_PARAM_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_PARAM_VALUE | Value transfer | Type reference (TYPE) | GRAC_S_CONFIG_PARAM_VALUE | Config Param Value | 20100127 | ||
2 | ![]() |
ET_PARAM_VALUE | Value transfer | Type reference (TYPE) | GRAC_T_CONFIG_PARAM_VALUE | Config Param value | 20100123 | ||
3 | ![]() |
EV_MULTI_FLAG | Value transfer | Type reference (TYPE) | GRAC_CONFIG_IS_MULTIPLE | IS_Multiple: X = Multilple values are allowed | 20100123 | ||
4 | ![]() |
IV_PARAMID | Call by reference | Type reference (TYPE) | GRAC_CONFIG_PARAMID | Configuration Parameter Id | 20100123 |
Method GET_SINGLE_PARAM_VALUE on class CL_GRAC_CONFIG_UTIL has no exception.
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 600 |