SAP ABAP Class IF_TFW_CONFIG (User Configuration)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_TFW_CONFIG | User Configuration | 20130610 |
Properties
| Class | IF_TFW_CONFIG | |
| Short Description | User Configuration | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20130610 | SAP |
| Last change | 20140121 | 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) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_TFW_CONFIG has no interface implemented.
Friends
Class IF_TFW_CONFIG has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | TY_PARAM_NAME | 'COMMENTS_PER_PAGE' | Parameter : Displayed Comments Per Page | 20130611 | ||
| 2 | Constant | Public | Type reference (TYPE) | TY_PARAM_NAME | 'SHOW_FORMATTING_TLBR' | Parameter : Show Formatting Toolbar | 20130611 | ||
| 3 | Constant | Public | Type reference (TYPE) | TY_PARAM_NAME | 'TEST_MODE' | Parameter : Test Mode | 20130611 | ||
| 4 | Constant | Public | Type reference (TYPE) | I | 5 | Value : Comments Per Page | 20130611 | ||
| 5 | Constant | Public | Type reference (TYPE) | SPERS_KEY | 'TFW_CONFIG' | Personalization Object Key | 20130610 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get configuration parameter value | 20130610 | |
| 2 | Instance method | Public | Method | Set configuration parameter | 20130610 |
Events
Class IF_TFW_CONFIG has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_USER_PARM_VAL | Public | See coding | Configuration Parameter for User | 20130614 | BEGIN OF s_user_parm_val,
user_id TYPE sy-uname,
param_name TYPE ty_param_name,
param_value TYPE ty_param_value,
END OF s_user_parm_val
|
|
| 2 | TY_PARAM_NAME | Public | Type reference (TYPE) | TFW_CONF_PARM_NAME | Configuration Parameter Name | 20130610 | |
| 3 | TY_PARAM_VALUE | Public | Type reference (TYPE) | TFW_CONF_PARM_VALUE | Configuration Parameter Value | 20130610 | |
Method Signatures
Method GET_PARAM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_PARAMS_VALUE | Call by reference | Type reference (TYPE) | TFWT_CONFIG_DATA | TFW : Configuration Data | 20130612 | |||
| 2 | EV_PARAM_VALUE | Call by reference | Type reference (TYPE) | IF_TFW_CONFIG=>TY_PARAM_VALUE | Configuration Parameter Value | 20130610 | |||
| 3 | IV_PARAM_NAME | Call by reference | Type reference (TYPE) | IF_TFW_CONFIG=>TY_PARAM_NAME | Configuration Parameter Name | 20130610 | |||
| 4 | IV_REFRESH_BUFFER | Call by reference | Type reference (TYPE) | CHAR1 | 'X' | Read database data | 20130611 | ||
| 5 | IV_USER | Call by reference | Type reference (TYPE) | SYUNAME | User Name | 20130610 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | TFW: Runtime Exception Class | 20130612 |
Method SET_PARAM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PARAM_NAME | Call by reference | Type reference (TYPE) | IF_TFW_CONFIG=>TY_PARAM_NAME | Configuration Parameter Name | 20130610 | |||
| 2 | IV_PARAM_VALUE | Call by reference | Type reference (TYPE) | IF_TFW_CONFIG=>TY_PARAM_VALUE | Configuration Parameter Value | 20130610 | |||
| 3 | IV_REFRESH_BUFFER | Call by reference | Type reference (TYPE) | CHAR1 | 'X' | Read directly from database | 20130612 | ||
| 4 | IV_USER | Call by reference | Type reference (TYPE) | SYUNAME | User Name | 20130610 | |||
| 5 | IV_WRITE_THROUGH | Call by reference | Type reference (TYPE) | CHAR1 | 'X' | Write directly to the database | 20130611 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | TFW: Runtime Exception Class | 20130612 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |