SAP ABAP Class CL_RSISR_PARAM (Parameters)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-PLA (Application Component) Planning
     RSISR (Package) Intelligent Services Runtime
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SERIALIZABLE_OBJECT Serializable Object 20030526
Properties
Class CL_RSISR_PARAM  
Short Description Parameters    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSISR   Intelligent Services Runtime 
Created 20030526   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSIS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RSISR Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_SERIALIZABLE_OBJECT Serializable Object 20030526
Friends
Class CL_RSISR_PARAM has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_SINGLE Constant Private Type reference (TYPE) TY_VALUE_KIND 'E' Simple Value 20030526
2 C_STRUCTURED Constant Private Type reference (TYPE) TY_VALUE_KIND 'S' Structured Value 20030526
3 C_TABLE_SINGLE Constant Private Type reference (TYPE) TY_VALUE_KIND 'F' Table with Simple Values 20030526
4 C_TABLE_STRUCTURED Constant Private Type reference (TYPE) TY_VALUE_KIND 'T' Table with Structured Values 20030526
5 MR_INITIAL_VALUE Instance attribute Private Object reference (TYPE REF TO) DATA Initial Value of the Parameter 20030526
6 MS_PROPS Instance attribute Private Type reference (TYPE) RSISR_S_PARAM Properties 20030526
7 MT_FIELDCAT Instance attribute Private Type reference (TYPE) RSISR_T_PARAMFCAT Field Catalog for Intenral Parameter Storage 20030526
8 MT_IMPLICIT_DATACOLUMN Instance attribute Private Type reference (TYPE) RSISR_T_DATACOLUMN Implicitly Used Data Columns 20030526
9 MT_IMPLICIT_TLOGO_OBJECT Instance attribute Private Type reference (TYPE) RSISR_T_TLOGO_OBJECT Implicitly Used TLOGO Objects 20030526
10 MT_IMPLICIT_VARIABLE Instance attribute Private Type reference (TYPE) RSISR_T_VARIABLE Implicitly Used Variables 20030526
11 MT_PARAM_ITEM Instance attribute Private Type reference (TYPE) RSISR_T_PARAM_ITEM Field Properties 20030526
12 MT_VALUE Instance attribute Private Type reference (TYPE) RSISR_T_INTPAR Internal Parameter 20030526
13 MT_VALUE_SAVED Instance attribute Private Type reference (TYPE) RSISR_T_INTPAR Internal Parameter (Saved Version) 20030526
14 M_VALUE_KIND Instance attribute Private Type reference (TYPE) TY_VALUE_KIND Parameter Type 20030526
15 M_VALUE_VARIABLE Instance attribute Private Type reference (TYPE) RSZVNAM Variable for Total Value 20030603
16 M_VALUE_VARIABLE_SAVED Instance attribute Private Type reference (TYPE) RSZVNAM Variable (Saved Version) 20030603
Methods
# Method Level Visibility Method type Description Created on
1 ADJUST_TEXTS Instance method Public Method Comparing Texts 20030728
2 CLEAR_VALUE Instance method Public Method Deleting the Internal Parameter Value 20030526
3 CONSTRUCTOR Instance method Public Constructor Constructor 20030526
4 COPY_VALUE Instance method Public Method Copying the Internal Parameter Value 20030526
5 CREATE_FIELDCATALOG Instance method Private Method Generating the Field Catalog 20030526
6 CREATE_INITIAL_VALUE Instance method Private Method Generation of an Initial Value (Acc. to Type) 20030526
7 GET_DATACOLUMNS Instance method Public Method Return of Data Columns in Use 20030526
8 GET_FIELDCATALOG Instance method Public Method Return of Field Catalog (Structure of the Parameter) 20030526
9 GET_INTERNAL_VALUE Instance method Public Method Return of Parameter Value in Internal Display 20030526
10 GET_NAME Instance method Public Method Return of the Name of the Parameter 20030526
11 GET_PARAM_ITEM Instance method Public Method Return of the Parameter Item 20030610
12 GET_PROPERTIES Instance method Public Method Return of the Properties of the Parameter 20030526
13 GET_STATUS Instance method Public Method Return of the Processing Status of the Parameter 20030526
14 GET_STRING_OBJECT Instance method Public Method Return of the Matching String Object 20030526
15 GET_STRING_VALUE Instance method Public Method Return of the Parameter Value (String) 20030526
16 GET_TLOGO_OBJECTS Instance method Public Method Reutrn of the TLOGO Objects Being Used 20030526
17 GET_TYPE Instance method Public Method Return of the Parameter Type 20030526
18 GET_VALUE Instance method Public Method Return of the Parameter Value (Acc. to Type) 20030526
19 GET_VALUE_HELP Instance method Public Method Return of Possibel Values for a Parameter Component 20030526
20 GET_VARIABLES Instance method Public Method Return of Variables Being Used 20030526
21 MOVE_TO_STRINGVALUE Instance method Private Method Transfer Value to String Value 20030609
22 MOVE_TO_VALUE Instance method Private Method Transfer String Value to Value 20030609
23 READ_DDIC_DESCRIPTION Instance method Private Method Reading the DDIC Description of a Parameter 20030526
24 REPLACE_VARIABLES Instance method Public Method Replace the Variables Used with Their Values 20030526
25 RESTORE_VALUE Instance method Public Method Restore the Value Before Variable Replacement 20030526
26 SET_IMPLICIT_VALUES Instance method Public Method Sets the Implicitly Used Objects 20030526
27 SET_INTERNAL_VALUE Instance method Public Method 20030731
28 SET_STATUS Instance method Public Method Sets the Processing Status of the Parameter 20030526
29 SET_STRING_VALUE Instance method Public Method Sets the Parameter Value (String) 20030526
30 SET_VALUE Instance method Public Method Sets the Parameter Value (Acc. to Type) 20030526
31 SET_VALUE_KIND Instance method Private Method Sets the Type of Parameter 20030526
Events
Class CL_RSISR_PARAM has no event.
Types
Class CL_RSISR_PARAM has no local type.
Method Signatures

Method ADJUST_TEXTS Signature

Method ADJUST_TEXTS on class CL_RSISR_PARAM has no parameter.
Method ADJUST_TEXTS on class CL_RSISR_PARAM has no exception.

Method CLEAR_VALUE Signature

Method CLEAR_VALUE on class CL_RSISR_PARAM has no parameter.
Method CLEAR_VALUE on class CL_RSISR_PARAM has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PARAM_INF Call by reference Type reference (TYPE) RSISR_S_PARAM_INF Beschreibung eines Parameters 20030526
2 Importing IT_PARAM_ITEM Call by reference Type reference (TYPE) RSISR_T_PARAM_ITEM Felder des Parameters 20030526
3 Importing I_NAME Call by reference Type reference (TYPE) RSIS_E_PARAM Parameter 20030526

Method CONSTRUCTOR on class CL_RSISR_PARAM has no exception.

Method COPY_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PARAM Call by reference Object reference (TYPE REF TO) CL_RSISR_PARAM Parameter 20030526

Method COPY_VALUE on class CL_RSISR_PARAM has no exception.

Method CREATE_FIELDCATALOG Signature

Method CREATE_FIELDCATALOG on class CL_RSISR_PARAM has no parameter.
Method CREATE_FIELDCATALOG on class CL_RSISR_PARAM has no exception.

Method CREATE_INITIAL_VALUE Signature

Method CREATE_INITIAL_VALUE on class CL_RSISR_PARAM has no parameter.
Method CREATE_INITIAL_VALUE on class CL_RSISR_PARAM has no exception.

Method GET_DATACOLUMNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_DATACOLUMN Value transfer Type reference (TYPE) RSISR_T_DATACOLUMN Services: Spalte eines Datenobjektes 20030526

Method GET_DATACOLUMNS on class CL_RSISR_PARAM has no exception.

Method GET_FIELDCATALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_FIELDCATALOG Value transfer Type reference (TYPE) RSISR_T_PARAMFCAT Feldkatalog für interne Parameterablage 20030526

Method GET_FIELDCATALOG on class CL_RSISR_PARAM has no exception.

Method GET_INTERNAL_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_VALUE Value transfer Type reference (TYPE) RSISR_T_INTPAR Parametertabelle 20030526

Method GET_INTERNAL_VALUE on class CL_RSISR_PARAM has no exception.

Method GET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_NAME Value transfer Type reference (TYPE) RSIS_E_PARAM Intelligent Services: Parameter 20030526

Method GET_NAME on class CL_RSISR_PARAM has no exception.

Method GET_PARAM_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_PARAM_ITEM Value transfer Type reference (TYPE) RSISR_T_PARAM_ITEM 20030610

Method GET_PARAM_ITEM on class CL_RSISR_PARAM has no exception.

Method GET_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_PROPS Value transfer Type reference (TYPE) RSISR_S_PARAM Intelligent Services: Parameter (Beschreibung) 20030526

Method GET_PROPERTIES on class CL_RSISR_PARAM has no exception.

Method GET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_STATUS Value transfer Type reference (TYPE) RSIS_E_STATUS status eines parameters 20030526

Method GET_STATUS on class CL_RSISR_PARAM has no exception.

Method GET_STRING_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_STRING_REF Value transfer Object reference (TYPE REF TO) DATA Stringobjekt 20030526

Method GET_STRING_OBJECT on class CL_RSISR_PARAM has no exception.

Method GET_STRING_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_VALUE Value transfer Type reference (TYPE) TABLE Parameter als Stringobjekt 20030526
2 Exporting E_VALUE_VARIABLE Value transfer Type reference (TYPE) RSZVNAM Parameter als Variable 20030603

Method GET_STRING_VALUE on class CL_RSISR_PARAM has no exception.

Method GET_TLOGO_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_TLOGO_OBJECT Value transfer Type reference (TYPE) RSISR_T_TLOGO_OBJECT $REF$ 20030526

Method GET_TLOGO_OBJECTS on class CL_RSISR_PARAM has no exception.

Method GET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TYPE Value transfer Type reference (TYPE) RSIS_E_PARAMTYPE Intelligent Services: Typ eines Parameters 20030526

Method GET_TYPE on class CL_RSISR_PARAM has no exception.

Method GET_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_VALUE Value transfer Type reference (TYPE) ANY 20030526

Method GET_VALUE on class CL_RSISR_PARAM has no exception.

Method GET_VALUE_HELP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME SPACE Feldname 20030526
2 Returning RT_HELP_VALUES Value transfer Type reference (TYPE) RSISR_T_HELP_VALUE Intelligent Services: Stringtabelle 20030526

Method GET_VALUE_HELP on class CL_RSISR_PARAM has no exception.

Method GET_VARIABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_VARIABLE Value transfer Type reference (TYPE) RSISR_T_VARIABLE 20030526

Method GET_VARIABLES on class CL_RSISR_PARAM has no exception.

Method MOVE_TO_STRINGVALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_INTPAR Call by reference Type reference (TYPE) RSISR_S_INTPAR 20030609
2 Importing I_VALUE Call by reference Type reference (TYPE) ANY 20030609

Method MOVE_TO_STRINGVALUE on class CL_RSISR_PARAM has no exception.

Method MOVE_TO_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_VALUE Call by reference Type reference (TYPE) ANY 20030609
2 Importing I_INTPAR Call by reference Type reference (TYPE) RSISR_S_INTPAR 20030609

Method MOVE_TO_VALUE on class CL_RSISR_PARAM has no exception.

Method READ_DDIC_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_DDIC_INFO Value transfer Type reference (TYPE) RSISR_T_DDIC_INFO 20030526

Method READ_DDIC_DESCRIPTION on class CL_RSISR_PARAM has no exception.

Method REPLACE_VARIABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_VARIABLE_VALUE Call by reference Type reference (TYPE) RSISR_T_VARIABLE_VALUE 20030526

Method REPLACE_VARIABLES on class CL_RSISR_PARAM has no exception.

Method RESTORE_VALUE Signature

Method RESTORE_VALUE on class CL_RSISR_PARAM has no parameter.
Method RESTORE_VALUE on class CL_RSISR_PARAM has no exception.

Method SET_IMPLICIT_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DATACOLUMN Call by reference Type reference (TYPE) RSISR_T_DATACOLUMN 20030526
2 Importing IT_TLOGO_OBJECT Call by reference Type reference (TYPE) RSISR_T_TLOGO_OBJECT 20030526
3 Importing IT_VARIABLE Call by reference Type reference (TYPE) RSISR_T_VARIABLE 20030526

Method SET_IMPLICIT_VALUES on class CL_RSISR_PARAM has no exception.

Method SET_INTERNAL_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_VALUE Call by reference Type reference (TYPE) RSISR_T_INTPAR 20030731

Method SET_INTERNAL_VALUE on class CL_RSISR_PARAM has no exception.

Method SET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STATUS Call by reference Type reference (TYPE) RSIS_E_STATUS status eines parameters 20030526

Method SET_STATUS on class CL_RSISR_PARAM has no exception.

Method SET_STRING_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VALUE Call by reference Type reference (TYPE) TABLE $REF$ 20030526
2 Importing I_VALUE_VARIABLE Call by reference Type reference (TYPE) RSZVNAM 20030603

Method SET_STRING_VALUE on class CL_RSISR_PARAM has no exception.

Method SET_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VALUE Call by reference Type reference (TYPE) ANY 20030526

Method SET_VALUE on class CL_RSISR_PARAM has no exception.

Method SET_VALUE_KIND Signature

Method SET_VALUE_KIND on class CL_RSISR_PARAM has no parameter.
Method SET_VALUE_KIND on class CL_RSISR_PARAM has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 400