SAP ABAP Class CL_RSR_PARAMETER (Parameters)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-ET (Application Component) End User Technology
⤷
RSR (Package) BW: General reporting processor
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SERIALIZABLE_OBJECT | Serializable Object | 20050722 |
Properties
| Class | CL_RSR_PARAMETER | |
| Short Description | Parameters | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSR | BW: General reporting processor |
| Created | 20000126 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | 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 | 20050722 |
Friends
Class CL_RSR_PARAMETER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | TP_TS_PARAMETER | 20030109 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add Parameters | 20000126 | |
| 2 | Instance method | Private | Method | Add Object Tag Parameter | 20010430 | |
| 3 | Instance method | Private | Method | Add Parameter from String | 20010430 | |
| 4 | Instance method | Public | Method | Complete Parameter (Without Overwriting) | 20000211 | |
| 5 | Instance method | Public | Constructor | Constructor | 20000126 | |
| 6 | Instance method | Public | Method | Copy Parameter for One Index to Another | 20000920 | |
| 7 | Instance method | Public | Method | Parameter Exists | 20000126 | |
| 8 | Instance method | Public | Method | Get Parameter | 20000126 | |
| 9 | Instance method | Public | Method | Create Copy of Parameter | 20000209 | |
| 10 | Instance method | Public | Method | Returns Index List for a Parameter ID | 20000203 | |
| 11 | Instance method | Public | Method | Return Max. Index | 20000919 | |
| 12 | Instance method | Public | Method | Get Parameter Values | 20120227 | |
| 13 | Instance method | Public | Method | Return Parameter as Query Table | 20000126 | |
| 14 | Instance method | Public | Method | Get All Values as Hashed Table | 20010914 | |
| 15 | Instance method | Public | Method | Get Parameter | 20000911 | |
| 16 | Instance method | Public | Method | Returns a Parameter String for a URL | 20000203 | |
| 17 | Instance method | Public | Method | Returns Value List for a Parameter ID | 20000211 | |
| 18 | Instance method | Public | Method | Get Values as Param. XML | 20030908 | |
| 19 | Instance method | Public | Method | Change Parameters | 20000331 | |
| 20 | Instance method | Public | Method | Get Parameter Values | 20120227 | |
| 21 | Instance method | Public | Method | Remove Parameter (Index = -1 -> all Indexes for ID) | 20000126 | |
| 22 | Instance method | Public | Method | Remove all Parameters for an Index | 20000919 | |
| 23 | Instance method | Public | Method | Reset Parameter | 20000126 | |
| 24 | Instance method | Private | Method | Unescape HTML | 20020920 |
Events
Class CL_RSR_PARAMETER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_T_PARAMETER | Public | See coding | 20120227 | tn_t_parameter type sorted table of rsrparameter with unique key id index
|
||
| 2 | TP_TS_PARAMETER | Private | See coding | 20030109 | |
Method Signatures
Method ADD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ID | Call by reference | Type reference (TYPE) | ANY | Parameter ID | 20000126 | |||
| 2 | I_ID_CONCATENATED | Call by reference | Type reference (TYPE) | ANY | Parameter ID mit Index | 20010430 | |||
| 3 | I_INDEX | Call by reference | Type reference (TYPE) | RSRPARAMETERINDEX | 0 | Parameter Index | 20000126 | ||
| 4 | I_LOWERCASE | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Kleinbuchstaben in der ID erlaubt | 20010621 | ||
| 5 | I_VALUE | Call by reference | Type reference (TYPE) | ANY | Parameter Wert | 20000126 |
Method ADD on class CL_RSR_PARAMETER has no exception.
Method ADD_OBJECT_TAG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_STRING | Value transfer | Type reference (TYPE) | STRING | String | 20010430 |
Method ADD_OBJECT_TAG on class CL_RSR_PARAMETER has no exception.
Method ADD_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_STRING | Call by reference | Type reference (TYPE) | STRING | String | 20010430 | |||
| 2 | I_STRING_VALUE_SEPARATOR | Value transfer | Type reference (TYPE) | CHAR1 | '"' | Anfangs- und Endabgrenzung für Parameter Werte | 20010430 |
Method ADD_STRING on class CL_RSR_PARAMETER has no exception.
Method COMPLETE_BY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ID | Call by reference | Type reference (TYPE) | ANY | Nur diese ID | 20010726 | |||
| 2 | I_OVERWRITE | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Parameter überschreiben | 20000317 | ||
| 3 | I_R_PARAMETER | Call by reference | Object reference (TYPE REF TO) | CL_RSR_PARAMETER | Parameter | 20000211 |
Method COMPLETE_BY on class CL_RSR_PARAMETER has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_HTTP_ENTITY | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_ENTITY | Http Entity | 20010205 | |||
| 2 | I_STRING | Value transfer | Type reference (TYPE) | STRING | Parameter String | 20000126 | |||
| 3 | I_STRING_VALUE_SEPARATOR | Value transfer | Type reference (TYPE) | CHAR1 | '"' | Anfangs- und Endabgrenzung für Parameter Werte | 20000128 | ||
| 4 | I_TH_PARAMETER | Call by reference | Type reference (TYPE) | RSR_TH_PARAMETER | Parameter | 20010813 | |||
| 5 | I_T_QUERY | Value transfer | Type reference (TYPE) | RRXW3TQUERY | Parameter | 20000126 | |||
| 6 | I_T_STRING | Value transfer | Type reference (TYPE) | RRXW3THTML | Parameter String als Tabelle | 20000128 | |||
| 7 | I_URL_STRING | Value transfer | Type reference (TYPE) | STRING | Url String | 20000824 |
Method CONSTRUCTOR on class CL_RSR_PARAMETER has no exception.
Method COPY_LINE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FROM | Call by reference | Type reference (TYPE) | I | Von | 20000920 | |||
| 2 | I_REPLACE | Call by reference | Type reference (TYPE) | RS_BOOL | Ersetzen | 20000920 | |||
| 3 | I_SOURCE | Value transfer | Object reference (TYPE REF TO) | CL_RSR_PARAMETER | Parameter | 20000920 | |||
| 4 | I_TO | Call by reference | Type reference (TYPE) | I | Nach | 20000920 |
Method COPY_LINE on class CL_RSR_PARAMETER has no exception.
Method EXIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ALL_INDEXES | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Unabhängig vom Index | 20000918 | ||
| 2 | I_CP | Call by reference | Type reference (TYPE) | RS_BOOL | ID mit Muster | 20030109 | |||
| 3 | I_ID | Call by reference | Type reference (TYPE) | ANY | Parameter ID | 20000126 | |||
| 4 | I_INDEX | Call by reference | Type reference (TYPE) | RSRPARAMETERINDEX | 0 | Parameter Index | 20000126 | ||
| 5 | R_EXIST | Value transfer | Type reference (TYPE) | RS_BOOL | Parameter existiert | 20000126 |
Method EXIST on class CL_RSR_PARAMETER has no exception.
Method GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ID | Call by reference | Type reference (TYPE) | ANY | Parameter ID | 20000126 | |||
| 2 | I_INDEX | Call by reference | Type reference (TYPE) | RSRPARAMETERINDEX | 0 | Parameter Index | 20000126 | ||
| 3 | R_VALUE | Value transfer | Type reference (TYPE) | STRING | Parameter Wert | 20000126 |
Method GET on class CL_RSR_PARAMETER has no exception.
Method GET_COPY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_REF | Value transfer | Object reference (TYPE REF TO) | CL_RSR_PARAMETER | Kopie | 20000209 |
Method GET_COPY on class CL_RSR_PARAMETER has no exception.
Method GET_INDEX_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ID | Call by reference | Type reference (TYPE) | ANY | Parameter ID | 20000203 | |||
| 2 | R_T_INDEX | Value transfer | Type reference (TYPE) | RSRTPARAMETERINDEX | Index Liste | 20000203 |
Method GET_INDEX_LIST on class CL_RSR_PARAMETER has no exception.
Method GET_MAX_INDEX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_INDEX | Value transfer | Type reference (TYPE) | I | Höchster Index | 20000919 |
Method GET_MAX_INDEX on class CL_RSR_PARAMETER has no exception.
Method GET_PARAMETER_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CP | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20120227 | |||
| 2 | I_ID | Call by reference | Type reference (TYPE) | ANY | 20120227 | ||||
| 3 | VALUE | Value transfer | Type reference (TYPE) | TN_T_PARAMETER | 20120227 |
Method GET_PARAMETER_VALUES on class CL_RSR_PARAMETER has no exception.
Method GET_QUERY_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_QUERY | Value transfer | Type reference (TYPE) | RRXW3TQUERY | Parameter als Query Tabelle | 20000126 |
Method GET_QUERY_TABLE on class CL_RSR_PARAMETER has no exception.
Method GET_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_TH_PARAMETER | Value transfer | Type reference (TYPE) | RSR_TH_PARAMETER | Parameter | 20010914 |
Method GET_TABLE on class CL_RSR_PARAMETER has no exception.
Method GET_UPPER_CASE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ID | Call by reference | Type reference (TYPE) | ANY | Parameter ID | 20000911 | |||
| 2 | I_INDEX | Call by reference | Type reference (TYPE) | RSRPARAMETERINDEX | 0 | Parameter Index | 20000911 | ||
| 3 | R_VALUE | Value transfer | Type reference (TYPE) | STRING | Parameter Wert | 20000911 |
Method GET_UPPER_CASE on class CL_RSR_PARAMETER has no exception.
Method GET_URL_PARAMETER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_URL | Value transfer | Type reference (TYPE) | STRING | Url Parameter | 20000203 |
Method GET_URL_PARAMETER on class CL_RSR_PARAMETER has no exception.
Method GET_VALUE_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ID | Call by reference | Type reference (TYPE) | RSRPARAMETERID | Parameter ID | 20000211 | |||
| 2 | R_T_VALUE | Value transfer | Type reference (TYPE) | RSRTPARAMETERVALUE | Index Liste | 20000211 |
Method GET_VALUE_LIST on class CL_RSR_PARAMETER has no exception.
Method GET_XML_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_XML | Value transfer | Type reference (TYPE) | STRING | Parameter XML Ausschnitt | 20030908 |
Method GET_XML_STRING on class CL_RSR_PARAMETER has no exception.
Method MODIFY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ID | Call by reference | Type reference (TYPE) | ANY | Parameter ID | 20000331 | |||
| 2 | I_INDEX | Call by reference | Type reference (TYPE) | RSRPARAMETERINDEX | 0 | Parameter Index | 20000331 | ||
| 3 | I_R_PARAMETER | Call by reference | Object reference (TYPE REF TO) | CL_RSR_PARAMETER | Parameter Objekt | 20000331 | |||
| 4 | I_VALUE | Call by reference | Type reference (TYPE) | ANY | Parameter Wert | 20000331 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Unbekannt | 20000331 | ||
| 2 | Unverändert | 20000331 |
Method MODIFY_PARAMETER_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_PARAMETER_VALUES | Call by reference | Type reference (TYPE) | TN_T_PARAMETER | 20120227 |
Method MODIFY_PARAMETER_VALUES on class CL_RSR_PARAMETER has no exception.
Method REMOVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ID | Call by reference | Type reference (TYPE) | ANY | Parameter ID | 20000126 | |||
| 2 | I_INDEX | Call by reference | Type reference (TYPE) | RSRPARAMETERINDEX | -1 | Parameter Index (-1 = all) | 20000126 |
Method REMOVE on class CL_RSR_PARAMETER has no exception.
Method REMOVE_INDEX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INDEX | Call by reference | Type reference (TYPE) | RSRPARAMETERINDEX | Index | 20000919 |
Method REMOVE_INDEX on class CL_RSR_PARAMETER has no exception.
Method RESET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OBJECT_TAG | Value transfer | Type reference (TYPE) | STRING | Parameter als object tag | 20000225 | |||
| 2 | I_R_HTTP_ENTITY | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_ENTITY | Http Entity | 20010205 | |||
| 3 | I_STRING | Value transfer | Type reference (TYPE) | STRING | Parameter String | 20000126 | |||
| 4 | I_STRING_VALUE_SEPARATOR | Value transfer | Type reference (TYPE) | CHAR1 | '"' | Anfangs- und Endabgrenzung für Parameter Werte | 20000128 | ||
| 5 | I_TH_PARAMETER | Call by reference | Type reference (TYPE) | RSR_TH_PARAMETER | Parameter | 20010813 | |||
| 6 | I_T_QUERY | Value transfer | Type reference (TYPE) | RRXW3TQUERY | Parameter | 20000126 | |||
| 7 | I_T_STRING | Value transfer | Type reference (TYPE) | RRXW3THTML | Parameter String als Tabelle | 20000128 | |||
| 8 | I_URL_STRING | Value transfer | Type reference (TYPE) | STRING | Url String | 20000824 |
Method RESET on class CL_RSR_PARAMETER has no exception.
Method UNESCAPE_HTML Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_HTML | Call by reference | Type reference (TYPE) | ANY | Text | 20020920 | |||
| 2 | R_UNESCAPED | Value transfer | Type reference (TYPE) | STRING | Unescapter Text | 20020920 |
Method UNESCAPE_HTML on class CL_RSR_PARAMETER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |