SAP ABAP Interface IF_TFW_CONFIG (User Configuration)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-TFW (Application Component) Tagging Framework
     STFW_CONFIG (Package) 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
Interface IF_TFW_CONFIG  
Short Description User Configuration    
General Data
Package STFW_CONFIG   User Configuration 
Created 20130610   SAP 
Last changed 20140121   SAP 
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)
2 IF_TFW_CONFIG Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Interface IF_TFW_CONFIG has no interface.
Friends
Interface IF_TFW_CONFIG has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_PARAM_COMMENTS_PER_PAGE Constant Public Type reference (TYPE) TY_PARAM_NAME 'COMMENTS_PER_PAGE' Parameter : Displayed Comments Per Page 20130611
2 GC_PARAM_SHOW_FORMATTING_TLBR Constant Public Type reference (TYPE) TY_PARAM_NAME 'SHOW_FORMATTING_TLBR' Parameter : Show Formatting Toolbar 20130611
3 GC_PARAM_TEST_MODE Constant Public Type reference (TYPE) TY_PARAM_NAME 'TEST_MODE' Parameter : Test Mode 20130611
4 GC_VAL_COMMENTS_PER_PAGE Constant Public Type reference (TYPE) I 5 Value : Comments Per Page 20130611
5 GV_CONFIG_PERS_KEY Constant Public Type reference (TYPE) SPERS_KEY 'TFW_CONFIG' Personalization Object Key 20130610
Methods
# Method Level Visibility Method type Description Created on
1 GET_PARAM Instance method Public Method Get configuration parameter value 20130610
2 SET_PARAM Instance method Public Method Set configuration parameter 20130610
Events
Interface 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 Changing CT_PARAMS_VALUE Call by reference Type reference (TYPE) TFWT_CONFIG_DATA TFW : Configuration Data 20130612
2 Exporting EV_PARAM_VALUE Call by reference Type reference (TYPE) IF_TFW_CONFIG=>TY_PARAM_VALUE Configuration Parameter Value 20130610
3 Importing IV_PARAM_NAME Call by reference Type reference (TYPE) IF_TFW_CONFIG=>TY_PARAM_NAME Configuration Parameter Name 20130610
4 Importing IV_REFRESH_BUFFER Call by reference Type reference (TYPE) CHAR1 'X' Read database data 20130611
5 Importing IV_USER Call by reference Type reference (TYPE) SYUNAME User Name 20130610
# Exception Resumable Description Created on
1 CX_TFW_RUNTIME_ERROR TFW: Runtime Exception Class 20130612

Method SET_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARAM_NAME Call by reference Type reference (TYPE) IF_TFW_CONFIG=>TY_PARAM_NAME Configuration Parameter Name 20130610
2 Importing IV_PARAM_VALUE Call by reference Type reference (TYPE) IF_TFW_CONFIG=>TY_PARAM_VALUE Configuration Parameter Value 20130610
3 Importing IV_REFRESH_BUFFER Call by reference Type reference (TYPE) CHAR1 'X' Read directly from database 20130612
4 Importing IV_USER Call by reference Type reference (TYPE) SYUNAME User Name 20130610
5 Importing IV_WRITE_THROUGH Call by reference Type reference (TYPE) CHAR1 'X' Write directly to the database 20130611
# Exception Resumable Description Created on
1 CX_TFW_RUNTIME_ERROR TFW: Runtime Exception Class 20130612
History
Last changed by/on SAP  20140121 
SAP Release Created in 740