SAP ABAP Class IF_RSR_VARIANT (Persistence for Variants)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSR_QUERY_VARIANT | Query Variants | 20040910 |
Properties
| Class | IF_RSR_VARIANT | |
| Short Description | Persistence for Variants | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20040910 | 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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class IF_RSR_VARIANT has no interface implemented.
Friends
Class IF_RSR_VARIANT has no friend class.
Attributes
Class IF_RSR_VARIANT has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20040910 | ||
| 2 | Instance method | Public | Method | 20040910 | ||
| 3 | Instance method | Public | Method | 20040910 | ||
| 4 | Instance method | Public | Method | 20040910 | ||
| 5 | Instance method | Public | Method | 20040910 |
Events
Class IF_RSR_VARIANT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_SX_VAR | Public | See coding | 20040910 | BEGIN OF tn_sx_var,
vnam TYPE rszvnam,
container TYPE rsbolap_object_name,
protected TYPE rs_bool,
no_import TYPE rs_bool,
invisible TYPE rs_bool,
range TYPE tn_t_range,
END OF tn_sx_var
|
||
| 2 | TN_S_RANGE | Public | Type reference (TYPE) | RRRANGEC | 20040910 | |
|
| 3 | TN_S_TEXT | Public | See coding | 20040910 | BEGIN OF tn_s_text,
langu TYPE sylangu,
text TYPE rstxtlg,
END OF tn_s_text
|
||
| 4 | TN_TSX_VAR | Public | See coding | 20040910 | tn_tsx_var TYPE SORTED TABLE OF tn_sx_var
WITH UNIQUE KEY vnam container
|
||
| 5 | TN_TX_VAR | Public | See coding | 20040910 | tn_tx_var TYPE STANDARD TABLE OF tn_sx_var
WITH NON-UNIQUE KEY vnam container
|
||
| 6 | TN_T_RANGE | Public | See coding | 20040910 | tn_t_range TYPE STANDARD TABLE OF tn_s_range
WITH DEFAULT KEY
|
||
| 7 | TN_T_TEXT | Public | See coding | 20040910 | tn_t_text TYPE STANDARD TABLE OF tn_s_text
WITH DEFAULT KEY INITIAL SIZE 1
|
Method Signatures
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TEXT | Call by reference | Type reference (TYPE) | RSTXTLG | Beschreibung lang | 20040910 | |||
| 2 | I_TX_VAR | Call by reference | Type reference (TYPE) | TN_TX_VAR | 20040910 | ||||
| 3 | I_T_TEXT | Value transfer | Type reference (TYPE) | TN_T_TEXT | 20040910 | ||||
| 4 | I_VARI | Call by reference | Type reference (TYPE) | RSRVARI | Variante | 20040910 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BW: Allgemeine Fehlerklasse | 20040910 | ||
| 2 | Objekt existiert bereits (nicht als Vaterklasse benutzen !!) | 20040910 |
Method DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_VARI | Call by reference | Type reference (TYPE) | RSRVARI | Variante | 20040910 | |||
| 2 | I_WITH_TEXT | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | Boolean | 20040910 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BW: Allgemeine Fehlerklasse | 20040910 | ||
| 2 | Objekt nicht gefunden | 20040910 |
Method GET_F4_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_USER_SPECIFIC | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20070718 | ||
| 2 | R_T_F4_LIST | Value transfer | Type reference (TYPE) | RSO_T_OBJECT_F4_LIST | BW Repository: Listenformat (ALV) für F4-Hilfe | 20040910 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BW: Allgemeine Fehlerklasse | 20040910 |
Method READ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_VARI | Call by reference | Type reference (TYPE) | RSRVARI | Variante | 20040910 | |||
| 2 | R_TX_VAR | Value transfer | Type reference (TYPE) | TN_TX_VAR | 20040910 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BW: Allgemeine Fehlerklasse | 20040910 | ||
| 2 | Objekt nicht gefunden | 20040910 |
Method UPDATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TEXT | Call by reference | Type reference (TYPE) | RSTXTLG | Beschreibung lang | 20040910 | |||
| 2 | I_TX_VAR | Call by reference | Type reference (TYPE) | TN_TX_VAR | 20040910 | ||||
| 3 | I_VARI | Call by reference | Type reference (TYPE) | RSRVARI | Variante | 20040910 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BW: Allgemeine Fehlerklasse | 20040910 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |