SAP ABAP Class IF_RSRT_PARAMETERS (Parameters)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSRT_PARAMETERS Parameters 20110802
Properties
Class IF_RSRT_PARAMETERS  
Short Description Parameters    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20110802   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)
Interfaces
Class IF_RSRT_PARAMETERS has no interface implemented.
Friends
Class IF_RSRT_PARAMETERS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_T_PARAMETERS Instance attribute Public Type reference (TYPE) TN_T_PARAMETER Parameter List 20111007
Methods
# Method Level Visibility Method type Description Created on
1 ADD_PARAMETER Instance method Public Method Add Parameter 20110802
2 CLEAR_PARAMETERS Instance method Public Method Clear Parameters 20111102
3 COPY_PARAMETERS Instance method Public Method Copy Paramters 20111102
4 GET_PARAMETER Instance method Public Method Get Parameter Value 20110802
5 GET_PARAMETER_LIST Instance method Public Method Get Parameter List 20111104
6 PARAMETER_EXISTS Instance method Public Method Does Parameter Exist 20110802
7 REMOVE_PARAMETER Instance method Public Method Remove Parameter 20111104
8 SET_PARAMETER Instance method Public Method Set Parameter Value 20110802
9 SET_PARAMETERS Instance method Public Method Set Parameter Values 20120702
Events
Class IF_RSRT_PARAMETERS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_PARAMETER_EXISTS Public Type reference (TYPE) ABAP_BOOL Does Parameter Exist 20111007
2 TN_PARAMETER_NAME Public Type reference (TYPE) STRING Parameter Name 20111007
3 TN_PARAMETER_TEXT Public Type reference (TYPE) STRING Parameter Text (Description) 20120112
4 TN_PARAMETER_VALUE Public Type reference (TYPE) STRING Parameter Value 20111007
5 TN_S_PARAMETER Public See coding Parameters 20111007 begin of tn_s_parameter, name type tn_parameter_name, index type sytabix, value type tn_parameter_value, end of tn_s_parameter
6 TN_T_PARAMETER Public See coding Parameter List 20111007 tn_t_parameter type standard table of tn_s_parameter with default key with unique sorted key key components name index 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 INDEX Call by reference Type reference (TYPE) SYTABIX Index interner Tabellen 20111122
2 Importing NAME Call by reference Type reference (TYPE) TN_PARAMETER_NAME Parameter Name 20110802
3 Importing VALUE Call by reference Type reference (TYPE) TN_PARAMETER_VALUE Parameter Value 20110802

Method ADD_PARAMETER on class IF_RSRT_PARAMETERS has no exception.

Method CLEAR_PARAMETERS Signature

Method CLEAR_PARAMETERS on class IF_RSRT_PARAMETERS has no parameter.
Method CLEAR_PARAMETERS on class IF_RSRT_PARAMETERS has no exception.

Method COPY_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing O_TARGET Call by reference Object reference (TYPE REF TO) IF_RSRT_PARAMETERS Parameters 20111102

Method COPY_PARAMETERS on class IF_RSRT_PARAMETERS has no exception.

Method GET_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) SYTABIX Index interner Tabellen 20111122
2 Importing NAME Call by reference Type reference (TYPE) TN_PARAMETER_NAME Parameter Name 20110802
3 Importing REMOVE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20111105
4 Returning VALUE Value transfer Type reference (TYPE) TN_PARAMETER_VALUE Parameter Value 20110802

Method GET_PARAMETER on class IF_RSRT_PARAMETERS has no exception.

Method GET_PARAMETER_LIST 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_PARAMETER_NAME Parameter Name 20111104
2 Importing OPTION Call by reference Type reference (TYPE) CLIKE 'EQ' 20111107
3 Importing REMOVE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20111105
4 Importing REMOVE_NAME_FROM_PARAM Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20111107
5 Returning VALUE Value transfer Type reference (TYPE) TN_T_PARAMETER Parameter List 20111104

Method GET_PARAMETER_LIST on class IF_RSRT_PARAMETERS has no exception.

Method PARAMETER_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) SYTABIX Index of Internal Tables 20120924
2 Importing NAME Call by reference Type reference (TYPE) TN_PARAMETER_NAME Parameter Name 20110802
3 Returning VALUE Value transfer Type reference (TYPE) TN_PARAMETER_EXISTS Does Parameter Exist 20110802

Method PARAMETER_EXISTS on class IF_RSRT_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_PARAMETER_NAME Parameter Name 20111104

Method REMOVE_PARAMETER on class IF_RSRT_PARAMETERS has no exception.

Method SET_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) SYTABIX 0 Index interner Tabellen 20120702
2 Importing NAME Call by reference Type reference (TYPE) TN_PARAMETER_NAME Parameter Name 20110802
3 Importing VALUE Call by reference Type reference (TYPE) TN_PARAMETER_VALUE Parameter Value 20110802

Method SET_PARAMETER on class IF_RSRT_PARAMETERS has no exception.

Method SET_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) TN_T_PARAMETER Parameter List 20120702

Method SET_PARAMETERS on class IF_RSRT_PARAMETERS has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in