SAP ABAP Interface IF_RSRT_UI_PARAMETERS (UI Parameters)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSRT_BICS_MODEL (Package) RSRT BICS Model
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSRT_UI_PARAMETERS UI Parameters 20120508
Properties
Interface IF_RSRT_UI_PARAMETERS  
Short Description UI Parameters    
General Data
Package RSRT_BICS_MODEL   RSRT BICS Model 
Created 20111110   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_RSRT_PARAMETERS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Interface IF_RSRT_UI_PARAMETERS has no interface.
Friends
Interface IF_RSRT_UI_PARAMETERS has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_CS_PARAMETER Constant Public See coding 20120428
2 N_T_PARAMETERS Instance attribute Public Type reference (TYPE) TN_T_PARAMETER Parameter List 20120508
Methods
# Method Level Visibility Method type Description Created on
1 ADD_PARAMETER Instance method Public Method Add Parameter 20120508
2 CLEAR_PARAMETERS Instance method Public Method Clear Parameters 20120508
3 GET_PARAMETER Instance method Public Method GET parameter 20120508
4 PARAMETER_EXISTS Instance method Public Method Does Parameter Exist 20120508
5 REMOVE_PARAMETER Instance method Public Method Remove Parameter 20120508
Events
Interface IF_RSRT_UI_PARAMETERS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_NAME Public Type reference (TYPE) STRING Name 20120508
2 TN_S_PARAMETER Public See coding Parameters 20111110 begin of tn_s_parameter, name type tn_name, r_value type ref to data, end of tn_s_parameter
3 TN_T_PARAMETER Public See coding Parameter List 20111110 tn_t_parameter type sorted table of tn_s_parameter with unique key name initial size 1
Method Signatures

Method ADD_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) TN_NAME Name 20120508
2 Importing VALUE Call by reference Type reference (TYPE) DATA 20120508

Method ADD_PARAMETER on Interface IF_RSRT_UI_PARAMETERS has no exception.

Method CLEAR_PARAMETERS Signature

Method CLEAR_PARAMETERS on Interface IF_RSRT_UI_PARAMETERS has no parameter.
Method CLEAR_PARAMETERS on Interface IF_RSRT_UI_PARAMETERS has no exception.

Method GET_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) TN_NAME Name 20120508
2 Importing REMOVE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20120508
3 Returning VALUE Value transfer Object reference (TYPE REF TO) DATA 20120508

Method GET_PARAMETER on Interface IF_RSRT_UI_PARAMETERS has no exception.

Method PARAMETER_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) TN_NAME Name 20120508
2 Returning VALUE Value transfer Type reference (TYPE) ABAP_BOOL 20120508

Method PARAMETER_EXISTS on Interface IF_RSRT_UI_PARAMETERS has no exception.

Method REMOVE_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) TN_NAME Name 20120508

Method REMOVE_PARAMETER on Interface IF_RSRT_UI_PARAMETERS has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 700