SAP ABAP Class IF_RSRT_UI_PARAMETERS (UI Parameters)
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
Class IF_RSRT_UI_PARAMETERS  
Short Description UI Parameters    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20111110   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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
Class IF_RSRT_UI_PARAMETERS has no interface implemented.
Friends
Class IF_RSRT_UI_PARAMETERS has no friend class.
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
Class 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 class IF_RSRT_UI_PARAMETERS has no exception.

Method CLEAR_PARAMETERS Signature

Method CLEAR_PARAMETERS on class IF_RSRT_UI_PARAMETERS has no parameter.
Method CLEAR_PARAMETERS on class 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 class 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 class 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 class IF_RSRT_UI_PARAMETERS has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in