Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RS_BASE | BW Basis | 20050419 |
Properties
| Class | CL_RSMD_RS_UTILITIES | |
| Short Description | Help Routines | |
| Super Class | CL_RS_BASE | BW Basis |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSMD_RS | Master Data Read Services ( Value Help etc) |
| Created | 20041208 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 4 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 5 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 6 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 7 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSMD_RS_UTILITIES has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_RSMD_RS | 20070306 | Master Data Read services for flat value list | |
| 2 | CL_RSMD_RSH | 20070306 | Master Data read services: hierarchy nodes | |
| 3 | CL_RSMD_RS_BASE | 20070307 | Base Class for cl_rsmd_rs Instances | |
| 4 | CL_RSMD_RS_BUILD_QUERY | 20120214 | CL_RSMD_RS_BUILD_QUERY | |
| 5 | CL_RSMD_RS_SPECIAL | 20070306 | Master Data Read services for flat value list | |
| 6 | CL_RSMD_RS_TREX_QUERY | 20120214 |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | RSSTA_EVENTN | '6000' | Call of IF_RSMD_RS | 20070306 | ||
| 2 | Constant | Public | Type reference (TYPE) | RSSTA_EVENTN | '6011' | Call of IF_RSMD_RSH | 20070306 | ||
| 3 | Constant | Public | Type reference (TYPE) | RSSTA_EVENTN | '6010' | Call of IF_RSMD_RSH | 20070306 | ||
| 4 | Constant | Public | Type reference (TYPE) | RSSTA_EVENTN | '6013' | Call of IF_RSMD_RSH | 20070306 | ||
| 5 | Static Attribute | Private | Type reference (TYPE) | SY-LANGU | Domain Value Lanaguge | 20070306 | |||
| 6 | Static Attribute | Private | Type reference (TYPE) | SY-LANGU | 20100716 | ||||
| 7 | Static Attribute | Private | See coding | 20120214 | |||||
| 8 | Static Attribute | Private | Type reference (TYPE) | TP_TS_STAT_HANDLEID | Statistics HandleId for Each Characteristic/InfoProvider | 20070306 | |||
| 9 | Static Attribute | Private | Type reference (TYPE) | RSMD_RS_T_READ_MODES | Read (F4) Modes (Supported in a Specific Scenario) | 20070306 | |||
| 10 | Static Attribute | Private | See coding | 20100716 |
Methods
Events
Class CL_RSMD_RS_UTILITIES has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_SX_POST_FILTER | Public | See coding | 20050601 | BEGIN OF tn_sx_post_filter,
iobjnm TYPE rsmd_rs_s_selopt-iobjnm,
prsnt TYPE rsmd_rs_s_selopt-presentation,
range TYPE STANDARD TABLE OF tn_s_range
WITH DEFAULT KEY INITIAL SIZE 1,
END OF tn_sx_post_filter
|
||
| 2 | TN_S_RANGE | Public | See coding | 20050601 | BEGIN OF tn_s_range,
sign TYPE raldb_sign,
option TYPE raldb_opti,
low TYPE rschavlext,
high TYPE rschavlext,
END OF tn_s_range
|
||
| 3 | TN_S_RANGE_IPRO | Public | See coding | 20121112 | tn_s_range_ipro TYPE TABLE OF rsrange
|
||
| 4 | TN_TSX_POST_FILTER | Public | See coding | 20050601 | tn_tsx_post_filter TYPE SORTED TABLE OF tn_sx_post_filter
WITH UNIQUE KEY iobjnm prsnt
|
||
| 5 | TP_S_READMODE_BUFFER | Private | See coding | 20120214 | BEGIN OF tp_s_readmode_buffer,
chanm TYPE rschanm,
infoprov TYPE rsinfoprov,
d_support TYPE rs_bool,
END OF tp_s_readmode_buffer
|
||
| 6 | TP_S_STAT_HANDLEID | Private | See coding | 20070306 | BEGIN OF tp_s_stat_handleid,
chanm TYPE rschanm,
infoprov TYPE rsinfoprov,
event TYPE RSSTA_EVENTN,
handleid TYPE rssta_handleid,
END OF tp_s_stat_handleid
|
||
| 7 | TP_TS_STAT_HANDLEID | Private | See coding | 20070306 | tp_ts_stat_handleid TYPE SORTED TABLE OF tp_s_stat_handleid
WITH UNIQUE KEY chanm infoprov event
|
Method Signatures
Method ACCEPT_POST_FILTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_DATA | Call by reference | Type reference (TYPE) | ANY | 20050601 | ||||
| 2 | I_TH_POS | Call by reference | Type reference (TYPE) | RSMD_RS_TH_IOBJNM_POS | Information on Position of InObj Name in Generated Structure | 20050601 | |||
| 3 | I_TSX_FILTER | Call by reference | Type reference (TYPE) | TN_TSX_POST_FILTER | 20050601 | ||||
| 4 | R_ACCEPT | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20050601 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BW: General Error Class | 20050601 |
Method CHANGE_AUTH_ISET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_TSX_AUTH_VALUES_USER | Call by reference | Type reference (TYPE) | RSSB_TSX_AUTH_VALUES_USER | Berechtigte Stammdatenwerte eines Benutzers | 20080311 | |||
| 2 | I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20080311 | |||
| 3 | I_IOBJNM | Call by reference | Type reference (TYPE) | RSCHANM | Merkmal | 20080311 |
Method CHANGE_AUTH_ISET on class CL_RSMD_RS_UTILITIES has no exception.
Method CONVERT_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_IOBJNM | Call by reference | Type reference (TYPE) | RSIOBJNM | InfoObject | 20050726 | |||
| 2 | I_PRSNT | Call by reference | Type reference (TYPE) | RSMD_RS_PRSNT | Darstellung eines InfoObjects | 20050726 | |||
| 3 | I_VALUE | Value transfer | Type reference (TYPE) | SIMPLE | 20050726 | ||||
| 4 | R_VALUE | Value transfer | Type reference (TYPE) | RSCHAVLEXT | Feld für einen beliebigen Merkmalswert (externe Darstellung) | 20050726 |
Method CONVERT_VALUE on class CL_RSMD_RS_UTILITIES has no exception.
Method DATA_TO_CHAVT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_IOBJNM | Call by reference | Type reference (TYPE) | RSIOBJNM | InfoObject | 20050419 | |||
| 2 | I_MAX_ROWS | Call by reference | Type reference (TYPE) | I | 0 | 20050601 | |||
| 3 | I_R_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20050419 | ||||
| 4 | I_TH_POS | Call by reference | Type reference (TYPE) | RSMD_RS_TH_IOBJNM_POS | Information on Position of InObj Name in Generated Structure | 20050419 | |||
| 5 | I_TSX_FILTER | Call by reference | Type reference (TYPE) | TN_TSX_POST_FILTER | 20050601 | ||||
| 6 | R_T_CHAVT | Value transfer | Type reference (TYPE) | RSDM_T_CHAVT | 20050419 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BW: General Error Class | 20050419 |
Method DATA_TO_RETURN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FORMAT | Value transfer | Type reference (TYPE) | RSR_FORMAT | RSR_C_FORMAT-EXTERN | 20050419 | |||
| 2 | I_IOBJNM | Call by reference | Type reference (TYPE) | RSIOBJNM | InfoObject | 20050419 | |||
| 3 | I_MAX_ROWS | Call by reference | Type reference (TYPE) | I | 0 | 20050601 | |||
| 4 | I_R_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20050419 | ||||
| 5 | I_TH_POS | Call by reference | Type reference (TYPE) | RSMD_RS_TH_IOBJNM_POS | Information on Position of InObj Name in Generated Structure | 20050419 | |||
| 6 | I_TSX_FILTER | Call by reference | Type reference (TYPE) | TN_TSX_POST_FILTER | 20050601 | ||||
| 7 | R_TX_RETURN | Value transfer | Type reference (TYPE) | RSDM_TX_SHLPRETURN | 20050419 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BW: General Error Class | 20050419 |
Method FILL_READMODE_DESCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | Sprachenschlüssel der aktuellen Textumgebung | 20070306 |
Method FILL_READMODE_DESCRIPTION on class CL_RSMD_RS_UTILITIES has no exception.
Method GET_BUILD_QUERY_CLASS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DONT_USE_BWA | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20110909 | |||
| 2 | I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20080415 | |||
| 3 | I_IOBJNM | Call by reference | Type reference (TYPE) | RSCHANM | Merkmal | 20080415 | |||
| 4 | I_TSX_SELDR | Call by reference | Type reference (TYPE) | RSDD_TSX_SELDR | Selektion an den Datamanager | 20121112 | |||
| 5 | R_QUERY_CLASS | Value transfer | Type reference (TYPE) | ABAP_CLASSNAME | 20080415 |
Method GET_BUILD_QUERY_CLASS on class CL_RSMD_RS_UTILITIES has no exception.
Method GET_COB_PRO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | 20050614 | ||||
| 2 | I_IOBJNM | Call by reference | Type reference (TYPE) | RSD_IOBJNM | 20050614 | ||||
| 3 | R_S_COB_PRO | Value transfer | Type reference (TYPE) | RSD_S_COB_PRO | 20050614 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050614 |
Method GET_NEW_STATISTIC_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CHANM | Call by reference | Type reference (TYPE) | RSCHANM | Merkmal | 20070306 | |||
| 2 | I_EVENT | Call by reference | Type reference (TYPE) | RSSTA_EVENTN | OLAP Statistik Event (Typ NUMC9) | 20070306 | |||
| 3 | I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20070306 | |||
| 4 | I_READ_MODE | Call by reference | Type reference (TYPE) | RSMD_RS_READ_MODE | Lesemodus (F4) für Stammdaten-Leseservices | 20070306 | |||
| 5 | R_EVENT_CNT | Value transfer | Type reference (TYPE) | I | Interne ID eines Query Laufzeitobjekts | 20070306 |
Method GET_NEW_STATISTIC_ID on class CL_RSMD_RS_UTILITIES has no exception.
Method GET_RANGE_FOR_POST_FILTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_SELOPT | Call by reference | Type reference (TYPE) | RSMD_RS_S_SELOPT | Selektionsoptionen für Stammdaten-Leseservices | 20060410 | |||
| 2 | R_S_RANGE | Value transfer | Type reference (TYPE) | TN_S_RANGE | 20060410 |
Method GET_RANGE_FOR_POST_FILTER on class CL_RSMD_RS_UTILITIES has no exception.
Method GET_RANGE_RESTRICT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OR_SELECTION | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20081212 | |||
| 2 | I_R_BUILD_QUERY | Call by reference | Object reference (TYPE REF TO) | IF_RSMD_RS_BUILD_QUERY | Referenz auf die gebildete Query-Klasse | 20081212 | |||
| 3 | I_T_SELOPT | Value transfer | Type reference (TYPE) | RSMD_RS_T_SELOPT | Selektionsoptionen für Stammdaten-Leseservices | 20081212 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BI: Allgemeine Fehlerklasse | 20081212 |
Method GET_RANGE_RESTRICT_OBSOLETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_IOBJNM | Call by reference | Type reference (TYPE) | RSD_CHANM | 20081212 | ||||
| 2 | I_OR_SELECTION | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20081212 | |||
| 3 | I_R_BUILD_QUERY | Call by reference | Object reference (TYPE REF TO) | IF_RSMD_RS_BUILD_QUERY | Referenz auf die gebildete Query-Klasse | 20081212 | |||
| 4 | I_T_SELOPT | Value transfer | Type reference (TYPE) | RSDM_T_SHLPSELOPT | Selektionsoptionen für Stammdaten-Leseservices | 20081212 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BI: Allgemeine Fehlerklasse | 20081212 |
Method GET_READ_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_F4_MODE | Value transfer | Type reference (TYPE) | RSDM_F4_MODE | RSDM_C_F4_DIM | 20050419 | |||
| 2 | I_T_READ_MODES | Call by reference | Type reference (TYPE) | RSMD_RS_T_READ_MODES | Read(F4)-modes (supported in a given scenario) | 20050419 | |||
| 3 | R_READ_MODE | Value transfer | Type reference (TYPE) | RSMD_RS_READ_MODE | Read Mode(F4) for Master Data Read Services | 20050419 |
Method GET_READ_MODE on class CL_RSMD_RS_UTILITIES has no exception.
Method GET_SELECTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_SELECTION_C | Call by reference | Type reference (TYPE) | RSMD_RS_T_SUPPORTED_SELOPT | 20050804 | ||||
| 2 | E_T_SELECTION_ENC | Call by reference | Type reference (TYPE) | RSMD_RS_T_SUPPORTED_SELOPT | 20050804 | ||||
| 3 | E_T_SELECTION_INC | Call by reference | Type reference (TYPE) | RSMD_RS_T_SUPPORTED_SELOPT | 20050804 | ||||
| 4 | E_T_SELECTION_TXT | Call by reference | Type reference (TYPE) | RSMD_RS_T_SUPPORTED_SELOPT | Unterstützte Selektionsoptionen für das InfoObject | 20060912 | |||
| 5 | I_LANGU | Value transfer | Type reference (TYPE) | SY-LANGU | 20050804 | ||||
| 6 | I_R_CHA_PROP | Value transfer | Object reference (TYPE REF TO) | IF_RSD_CHA_PROP | Properties of Characteristic | 20130204 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050804 |
Method GET_SORT_REQ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_TSX_POST_FILTER | Call by reference | Type reference (TYPE) | TN_TSX_POST_FILTER | 20050601 | ||||
| 2 | E_T_REQ | Call by reference | Type reference (TYPE) | RSMD_RS_T_REQ | Required Attributes for the Master Data Read Services | 20050419 | |||
| 3 | E_T_SELOPT | Call by reference | Type reference (TYPE) | RSMD_RS_T_SELOPT | Selektionsoptionen für Stammdaten-Leseservices | 20050419 | |||
| 4 | E_T_SORT | Call by reference | Type reference (TYPE) | RSMD_RS_T_SORTING | 20050419 | ||||
| 5 | I_CHAVT_FIELDS | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20050419 | |||
| 6 | I_EXACT_SEARCH | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20130430 | |||
| 7 | I_FORMAT | Value transfer | Type reference (TYPE) | RSR_FORMAT | RSR_C_FORMAT-EXTERN | 20050419 | |||
| 8 | I_PRSNT1 | Call by reference | Type reference (TYPE) | RSDM5_PRSNT1 | Einstellige Darstellung | 20060324 | |||
| 9 | I_TX_META_DATA | Call by reference | Type reference (TYPE) | RSMD_RS_T_META_DATA | Metadata for Master Data Read Services | 20050419 | |||
| 10 | I_T_REQ_ATR | Call by reference | Type reference (TYPE) | RSDM_T_REQ_ATR | 20050419 | ||||
| 11 | I_T_SELOPT | Value transfer | Type reference (TYPE) | RSDM_T_SHLPSELOPT | 20050419 |
Method GET_SORT_REQ on class CL_RSMD_RS_UTILITIES has no exception.
Method GET_STATISTIC_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CHANM | Call by reference | Type reference (TYPE) | RSCHANM | Merkmal | 20070306 | |||
| 2 | I_EVENT | Call by reference | Type reference (TYPE) | RSSTA_EVENTN | OLAP Statistik Event (Typ NUMC9) | 20070306 | |||
| 3 | I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | Interne ID eines Query Laufzeitobjekts | 20070306 | |||
| 4 | I_READ_MODE | Call by reference | Type reference (TYPE) | RSMD_RS_READ_MODE | Lesemodus (F4) für Stammdaten-Leseservices | 20070306 | |||
| 5 | R_EVENT_CNT | Value transfer | Type reference (TYPE) | I | Interne ID eines Query Laufzeitobjekts | 20070306 |
Method GET_STATISTIC_ID on class CL_RSMD_RS_UTILITIES has no exception.
Method GET_SUPPORTED_READ_MODES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CHANM | Call by reference | Type reference (TYPE) | RSCHANM | Merkmal | 20070823 | |||
| 2 | I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20070823 | |||
| 3 | I_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | Sprachenschlüssel der aktuellen Textumgebung | 20070823 | ||
| 4 | I_R_OLAP | Call by reference | Object reference (TYPE REF TO) | IF_RSR_OLAP | Aufrufe zum OLAP | 20070823 | |||
| 5 | R_T_READ_MODES | Value transfer | Type reference (TYPE) | RSMD_RS_T_READ_MODES | Lese(F4)-Modi (in einem bestimmten Szenario unterstützt) | 20070823 |
Method GET_SUPPORTED_READ_MODES on class CL_RSMD_RS_UTILITIES has no exception.
Method GET_TIMNM_ATTR_FOR_MDPROV Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_T_ATR | Call by reference | Type reference (TYPE) | RSDO_T_ATR | Stammdatenattribute | 20081120 | |||
| 2 | I_CHANM | Call by reference | Type reference (TYPE) | RSD_CHANM | 20081120 |
Method GET_TIMNM_ATTR_FOR_MDPROV on class CL_RSMD_RS_UTILITIES has no exception.
Method IS_D_SUPPORTED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_D_SUPPORTED | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20071220 | |||
| 2 | E_REJECT_A_SUPPORT | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20071220 | |||
| 3 | I_CHANM | Call by reference | Type reference (TYPE) | RSCHANM | Merkmal | 20070306 | |||
| 4 | I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20070306 | |||
| 5 | I_R_OLAP | Call by reference | Object reference (TYPE REF TO) | IF_RSR_OLAP | Aufrufe zum OLAP | 20090421 | |||
| 6 | I_T_RANGE_IPRO | Call by reference | Type reference (TYPE) | TN_S_RANGE_IPRO | 20121112 |
Method IS_D_SUPPORTED on class CL_RSMD_RS_UTILITIES has no exception.
Method NODE_TO_SELDR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CHANM | Call by reference | Type reference (TYPE) | RSCHANM | Merkmal | 20081211 | |||
| 2 | I_TH_HIERARCHY | Call by reference | Type reference (TYPE) | IF_RSR_VAR_GLOBAL=>TN_TH_HIERARCHY | 20081211 | ||||
| 3 | I_T_NODE | Call by reference | Type reference (TYPE) | RSRVAR_T_NODE | Knoteneinschränkung | 20081211 | |||
| 4 | R_TSX_SELDR | Value transfer | Type reference (TYPE) | RSDD_TSX_SELDR | Selektion an den Datamanager | 20081211 |
Method NODE_TO_SELDR on class CL_RSMD_RS_UTILITIES has no exception.
Method SELDR_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_TSX_SELDR | Call by reference | Type reference (TYPE) | RSDD_TSX_SELDR | 20050614 | ||||
| 2 | I_CHANM | Call by reference | Type reference (TYPE) | RSCHANM | 20050614 | ||||
| 3 | I_HOLD_NAVATTR | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | 20120625 | |||
| 4 | I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | 20050614 | ||||
| 5 | I_TS_CMP | Call by reference | Type reference (TYPE) | IF_RSD_CHA_PROP=>NT_TS_CMP_PROP | Compound characteristics inclusive their properties | 20130204 | |||
| 6 | I_T_IOBJ_CMP | Call by reference | Type reference (TYPE) | RSD_T_IOBJ_CMP | 20050614 | ||||
| 7 | I_T_IOBJ_CMP_ATR | Call by reference | Type reference (TYPE) | RSMD_RS_T_IOBJ_CMP_ATR | 20060823 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050614 |
Method SELDR_INTERSECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20041208 | |||
| 2 | I_TSX_SELDR_1 | Call by reference | Type reference (TYPE) | RSDD_TSX_SELDR | Selektion an den Datamanager | 20041208 | |||
| 3 | I_TSX_SELDR_2 | Call by reference | Type reference (TYPE) | RSDD_TSX_SELDR | Selektion an den Datamanager | 20041208 | |||
| 4 | R_TSX_SELDR | Value transfer | Type reference (TYPE) | RSDD_TSX_SELDR | Selektion an den Datamanager | 20041208 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Leeres Ergebnis | 20041208 |
Method SELDR_TO_SELOPT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20041208 | |||
| 2 | I_TSX_SELDR | Call by reference | Type reference (TYPE) | RSDD_TSX_SELDR | Selektion an den Datamanager | 20041208 | |||
| 3 | R_T_SELOPT | Value transfer | Type reference (TYPE) | RSDM_T_SHLPSELOPT | 20041208 |
Method SELDR_TO_SELOPT on class CL_RSMD_RS_UTILITIES has no exception.
Method SELDR_UNION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TSX_SELDR_1 | Value transfer | Type reference (TYPE) | RSDD_TSX_SELDR | Selektion an den Datamanager | 20041208 | |||
| 2 | I_TSX_SELDR_2 | Value transfer | Type reference (TYPE) | RSDD_TSX_SELDR | Selektion an den Datamanager | 20041208 | |||
| 3 | I_TSX_SELDR_3 | Value transfer | Type reference (TYPE) | RSDD_TSX_SELDR | Selektion an den Datamanager | 20041208 | |||
| 4 | I_TSX_SELDR_4 | Value transfer | Type reference (TYPE) | RSDD_TSX_SELDR | Selektion an den Datamanager | 20041208 | |||
| 5 | R_TSX_SELDR | Value transfer | Type reference (TYPE) | RSDD_TSX_SELDR | Selektion an den Datamanager | 20041208 |
Method SELDR_UNION on class CL_RSMD_RS_UTILITIES has no exception.
Method SELOPT_TO_POST_FILTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_SELOPT | Call by reference | Type reference (TYPE) | RSMD_RS_T_SELOPT | Selektionsoptionen für Stammdaten-Leseservices | 20050601 | |||
| 2 | R_TSX_FILTER | Value transfer | Type reference (TYPE) | TN_TSX_POST_FILTER | 20050601 |
Method SELOPT_TO_POST_FILTER on class CL_RSMD_RS_UTILITIES has no exception.
Method SELOPT_TO_SELDR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_SELOPT | Call by reference | Type reference (TYPE) | RSDM_T_SHLPSELOPT | 20041208 | ||||
| 2 | R_TSX_SELDR | Value transfer | Type reference (TYPE) | RSDD_TSX_SELDR | Selektion an den Datamanager | 20041208 |
Method SELOPT_TO_SELDR on class CL_RSMD_RS_UTILITIES has no exception.
Method VARIABLES_EXIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_F4_MODE | Call by reference | Type reference (TYPE) | RSDM_F4_MODE | 20081211 | ||||
| 2 | C_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20081211 | |||
| 3 | C_KEY_DATE | Call by reference | Type reference (TYPE) | SY-DATUM | Aktuelles Datum des Applikationsservers | 20101216 | |||
| 4 | C_TH_HIERARCHY | Call by reference | Type reference (TYPE) | IF_RSR_VAR_GLOBAL=>TN_TH_HIERARCHY | 20081211 | ||||
| 5 | C_TSX_SELDR | Call by reference | Type reference (TYPE) | RSDD_TSX_SELDR | Selektion an den Datamanager | 20081211 | |||
| 6 | I_F4TYPE | Call by reference | Type reference (TYPE) | IF_RSR_VAR_GLOBAL=>TN_F4TYPE | Art der Wertehilfe: (V) Merkmalswert, (N) Knoten, (D) ... | 20081211 | |||
| 7 | I_IOBJNM | Call by reference | Type reference (TYPE) | RSZGLOBV-IOBJNM | InfoObject | 20081211 | |||
| 8 | I_T_COMPID | Call by reference | Type reference (TYPE) | RSRVAR_T_COMPID | Tabelle von Queries | 20081211 | |||
| 9 | I_T_VAR_RANGE | Call by reference | Type reference (TYPE) | RRS0_T_VAR_RANGE | Tabelle von Queries | 20081211 | |||
| 10 | I_VNAM | Call by reference | Type reference (TYPE) | RSZGLOBV-VNAM | Name (ID) einer Berichtsvariablen | 20081211 |
Method VARIABLES_EXIT on class CL_RSMD_RS_UTILITIES has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 700 |