SAP ABAP Class CL_FDT_SETTING (FDT: Setting Parameters)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_SERVICE (Package) BRFplus: Services

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FDT_SETTING | FDT: Constants for Boolean Settings Parameter | 20070126 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FDT_TEXT_SETTING | FDT: Constants for Text Settings Parameter | 20080925 |
Properties
Class | CL_FDT_SETTING | |
Short Description | FDT: Setting Parameters | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SFDT_SERVICE | BRFplus: Services |
Created | 20070126 | 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
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_FDT_SETTING | FDT: Constants for Boolean Settings Parameter | 20070126 | ||
2 | IF_FDT_TEXT_SETTING | FDT: Constants for Text Settings Parameter | 20080925 |
Friends
Class CL_FDT_SETTING has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | SY-UNAME | 'SAP' | User for default entries | 20120117 | |
2 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TH_PARAM_VALUE | 20070126 | |||
3 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TH_TEXT_PARAM_VALUE | 20080925 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Get the value for a boolean settings parameter | 20070126 |
2 | ![]() |
Static method | Public | Method | Get the value for a text settings parameter | 20080925 |
3 | ![]() |
Static method | Public | Method | 20110614 | |
4 | ![]() |
Static method | Public | Method | 20110512 |
Events
Class CL_FDT_SETTING has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_PARAM_VALUE | Private | See coding | 20070126 | BEGIN OF s_param_value,
client TYPE mandt,
param_id TYPE fdt_paramid,
param_value TYPE fdt_paramvalue,
ch_user TYPE fdt_setting-ch_user, "note1305703
ch_timestamp TYPE fdt_setting-ch_timestamp, "note1305703
cr_user TYPE fdt_setting-ch_user, "note1305703
cr_timestamp TYPE fdt_setting-ch_timestamp, "note1305703
END OF s_param_value
|
||
2 | S_TEXT_PARAM_VALUE | Private | See coding | 20080925 | BEGIN OF s_text_param_value,
client TYPE mandt,
param_id TYPE fdt_text_paramid,
param_value TYPE fdt_text_paramvalue,
ch_user TYPE fdt_setting-ch_user, "note1305703
ch_timestamp TYPE fdt_setting-ch_timestamp, "note1305703
cr_user TYPE fdt_setting-ch_user, "note1305703
cr_timestamp TYPE fdt_setting-ch_timestamp, "note1305703
END OF s_text_param_value
|
||
3 | TH_PARAM_VALUE | Private | See coding | 20070126 | th_param_value TYPE HASHED TABLE OF s_param_value
WITH UNIQUE KEY client param_id
|
||
4 | TH_TEXT_PARAM_VALUE | Private | See coding | 20080925 | th_text_param_value TYPE HASHED TABLE OF s_text_param_value
WITH UNIQUE KEY client param_id
|
Method Signatures
Method GET_PARAM_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CLIENT_INDEPENDENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20120113 | ||
2 | ![]() |
IV_PARAM_DEFAULT | Call by reference | Type reference (TYPE) | FDT_PARAMVALUE | Default Value for (New) Settings Parameter | 20070126 | ||
3 | ![]() |
IV_PARAM_ID | Call by reference | Type reference (TYPE) | FDT_PARAMID | ID for Settings Parameter | 20070126 | ||
4 | ![]() |
RV_PARAM_VALUE | Value transfer | Type reference (TYPE) | FDT_PARAMVALUE | Value for Settings Parameter | 20070126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20070126 |
Method GET_TEXT_PARAM_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CLIENT_INDEPENDENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20120113 | ||
2 | ![]() |
IV_PARAM_DEFAULT | Call by reference | Type reference (TYPE) | FDT_TEXT_PARAMVALUE | Default Value for (New) Settings Parameter | 20080925 | ||
3 | ![]() |
IV_PARAM_ID | Call by reference | Type reference (TYPE) | FDT_TEXT_PARAMID | ID for Settings Parameter | 20080925 | ||
4 | ![]() |
RV_PARAM_VALUE | Value transfer | Type reference (TYPE) | FDT_TEXT_PARAMVALUE | Value for Text Settings Parameter | 20080925 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20080925 |
Method TABDIRDEVC_WRITE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_TABDIRDEVC_WRITE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110614 |
Method TABDIRDEVC_WRITE on class CL_FDT_SETTING has no exception.
Method TMP_USE_CLIENT_PURIFICATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_USE_CLIENT_PURIFICATION | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110512 |
Method TMP_USE_CLIENT_PURIFICATION on class CL_FDT_SETTING has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 710 |