Hierarchy

⤷

⤷

Properties
Class | CL_RSDRC_SX_QUERY_BUILDER | |
Short Description | InfoCube Query (OLAP) | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSDRC_DBA | Data Manager InfoCube Access |
Created | 20110708 | 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 class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
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) |
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) |
Interfaces
Class CL_RSDRC_SX_QUERY_BUILDER has no interface implemented.
Friends
Class CL_RSDRC_SX_QUERY_BUILDER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_RSD_INFOPROV | DTA Instance | 20130115 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | 20110708 |
Methods
Events
Class CL_RSDRC_SX_QUERY_BUILDER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TP_SX_RSDRC_SX_QC | Private | See coding | local copy of rsdrc_sx_qc | 20121031 | BEGIN OF TP_SX_RSDRC_SX_QC,
" Query Context
facttab TYPE rsd_tablnm,
factalias TYPE rsdrs_alias,
facttp TYPE rsdrs_tabtp,
tx_sfc TYPE tp_tx_rsdrc_tx_sfc,
t_sfk TYPE tp_t_rsdrc_t_sfk,
t_selc TYPE rsdrc_t_selc,
t_selt TYPE rsdrc_t_selt,
t_selk TYPE rsdrc_t_selk,
srdate TYPE rsdrc_srdate,
t_rplcha TYPE rsdrc_t_rplcha,
use_db_aggregation TYPE rs_bool,
no_sidconvert TYPE rs_bool,
from_layer TYPE i,
to_layer TYPE i,
cubesubtype TYPE rscubesubtype, "HDB adaptions cube subtype (to indicate a flat/sid-based fact table).
has_packdim TYPE rs_bool. "has InfoProv PackageDimension? (QPROV does not have)
INCLUDE TYPE rsdrs_sx_query.
TYPES:
cwhere_pos TYPE i,
t_cwhere TYPE rsdrs_t_where,
* th_cob_pro type rsdrc_th_cob_pro,
th_chasid TYPE rsdrc_th_chasid, "tables in CHASID layer
* th_atr type rsdrc_th_atr,
END OF TP_SX_RSDRC_SX_QC
|
|
2 | TP_SX_RSDRC_SX_SFC | Private | See coding | local copy of rsdrc_sx_sfc | 20121031 | BEGIN OF TP_SX_RSDRC_SX_SFC.
INCLUDE TYPE tp_s_rsdrc_s_sfc.
TYPES:
linitfl TYPE rs_bool, " line item ?
showfl TYPE rsdrc_returnfl, " show key, SID or both ?
" -> SELECT, GROUP BY
t_tabix TYPE rsdrc_t_tabix, " references to SELC/WHERE
ochanm TYPE rschabasnm, " owner of a navigational attr
sidtp TYPE rsdrs_tabtp, " which SID table should be used
sidtab TYPE rsd_tablnm, " table for SID value
sidtabalias TYPE rsdrs_alias, " alias for that table
sidfield TYPE rsd_fieldnm, " field name for SID
keytab TYPE rsd_tablnm, " table for KEY value
keytabalias TYPE rsdrs_alias, " alias for that table
keyfield TYPE rsd_fieldnm, " field name for KEY
s_cob_pro TYPE rsd_s_cob_pro, " COP PRO entry
end OF TP_SX_RSDRC_SX_SFC
|
|
3 | TP_S_RSDRC_S_SFC | Private | See coding | local copy of rsdrc_s_sfc | 20121031 | BEGIN OF TP_S_RSDRC_S_SFC,
"* SFC : characteristics that are returned by the query
"copy of rsdrc_s_sfc
chanm TYPE rschanm,
returnfl TYPE rsdrc_returnfl, " return key, SID or both ?
" -> GROUP BY
keyalias TYPE rsdrs_alias, " must be set if 'B' or 'K'
sidalias TYPE rsdrs_alias, " must be set if 'B' or 'S'
orderby TYPE i, " used in ORDER BY clause
most_recent TYPE rs_bool, " use most recent data
srdate TYPE rrsrdate, " CHA-specific SRDATE
is_rawguid TYPE rrguidfl, " explicit raw conversion needed ?
END OF TP_S_RSDRC_S_SFC
|
|
4 | TP_S_RSDRC_S_SFK | Private | See coding | local copy of rsdrc_s_sfk | 20121031 | BEGIN OF TP_S_RSDRC_S_SFK,
" SFK : key figures that are returned by the query
"copy of RSDRC_S_SFK
kyfnm TYPE rskyfnm,
kyftp TYPE rsiobjtp,
aggr TYPE rsaggrgen,
kyfalias TYPE rsdrs_alias,
initial_only TYPE rs_bool, " return initial constant value
END OF TP_S_RSDRC_S_SFK
|
|
5 | TP_TX_RSDRC_TX_SFC | Private | See coding | table of TP_S_RSDRC_SX_SFC | 20121031 | TP_TX_RSDRC_TX_SFC TYPE STANDARD TABLE OF tp_sx_rsdrc_sx_sfc
WITH DEFAULT KEY INITIAL SIZE 0
|
|
6 | TP_T_RSDRC_T_SFC | Private | See coding | table of TP_S_RSDRC_S_SFC | 20121031 | TP_T_RSDRC_T_SFC TYPE STANDARD TABLE OF tp_s_rsdrc_s_sfc
WITH DEFAULT KEY INITIAL SIZE 0
|
|
7 | TP_T_RSDRC_T_SFK | Private | See coding | table of TP_S_RSDRC_S_SFK | 20121031 | TP_T_RSDRC_T_SFK TYPE STANDARD TABLE OF tp_s_rsdrc_s_sfk
WITH DEFAULT KEY INITIAL SIZE 0
|
Method Signatures
Method GET_SX_QUERY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_FACTTABLES | Call by reference | Type reference (TYPE) | I | 20110708 | |||
2 | ![]() |
E_SX_QUERY | Call by reference | Type reference (TYPE) | RSDRS_SX_QUERY | 20110708 | |||
3 | ![]() |
I_BASICCUBE | Call by reference | Type reference (TYPE) | RSD_INFOCUBE | 20110708 | |||
4 | ![]() |
I_CALLER | Call by reference | Type reference (TYPE) | RSDRS_CALLER | RSDRS_C_CALLER-MISC | 20110708 | ||
5 | ![]() |
I_FACTALIAS | Call by reference | Type reference (TYPE) | RSDRS_ALIAS | 20110708 | |||
6 | ![]() |
I_FACTTAB | Call by reference | Type reference (TYPE) | RSD_TABLNM | 20110708 | |||
7 | ![]() |
I_FACTTP | Call by reference | Type reference (TYPE) | RSDRS_TABTP | 20110708 | |||
8 | ![]() |
I_FROM_LAYER | Call by reference | Type reference (TYPE) | I | 1 | 20110708 | ||
9 | ![]() |
I_INFOCUBE | Call by reference | Type reference (TYPE) | RSD_INFOCUBE | 20110708 | |||
10 | ![]() |
I_NCUMTIM | Call by reference | Type reference (TYPE) | RSCHANM | Merkmal | 20110708 | ||
11 | ![]() |
I_NO_SIDCONVERT | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20110708 | |
12 | ![]() |
I_PARTTIM | Call by reference | Type reference (TYPE) | RSCHANM | Merkmal | 20110708 | ||
13 | ![]() |
I_RETURNTP | Call by reference | Type reference (TYPE) | RSDRS_RETURNTP | RSDRS_C_RETURNTP-DEF | 20110708 | ||
14 | ![]() |
I_R_DTA | Call by reference | Object reference (TYPE REF TO) | CL_RSD_DTA | Datenziel für Bewegungsdaten | 20110708 | ||
15 | ![]() |
I_SAMPLE | Call by reference | Type reference (TYPE) | I | 100 | 20110708 | ||
16 | ![]() |
I_SRDATE | Call by reference | Type reference (TYPE) | RSDRC_SRDATE | SY-DATUM | 20110708 | ||
17 | ![]() |
I_S_TOP | Call by reference | Type reference (TYPE) | RSDRC_S_TOP | 20110708 | |||
18 | ![]() |
I_TH_COB_PRO | Call by reference | Type reference (TYPE) | RSDRS_TH_COB_PRO | 20110708 | |||
19 | ![]() |
I_TH_SFC | Call by reference | Type reference (TYPE) | RSDD_TH_SFC | Tabelle der benötigten Merkmale usw. | 20110708 | ||
20 | ![]() |
I_TH_SFK | Call by reference | Type reference (TYPE) | RSDD_TH_SFK | Tabelle der benötigten Basiskennzahlen | 20110708 | ||
21 | ![]() |
I_TO_LAYER | Call by reference | Type reference (TYPE) | I | 9999 | 20110708 | ||
22 | ![]() |
I_TS_SET | Call by reference | Type reference (TYPE) | CL_RSDRC_MULTIPROV=>TN_TS_SET | 20110708 | |||
23 | ![]() |
I_T_RPLCHA | Call by reference | Type reference (TYPE) | RSDRC_T_RPLCHA | 20110708 | |||
24 | ![]() |
I_T_SELC | Call by reference | Type reference (TYPE) | RSDRC_T_SELC | 20110708 | |||
25 | ![]() |
I_T_SELK | Call by reference | Type reference (TYPE) | RSDRC_T_SELK | 20110708 | |||
26 | ![]() |
I_T_SELT | Call by reference | Type reference (TYPE) | RSDRC_T_SELT | 20110708 | |||
27 | ![]() |
I_USE_DB_AGGREGATION | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | Boolean | 20110708 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Infoobject nicht im Cube vorhanden | 20110708 |
Method GET_SX_QUERY_SIMPLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_FACTTABLES | Call by reference | Type reference (TYPE) | I | 20110708 | |||
2 | ![]() |
E_SX_QUERY | Call by reference | Type reference (TYPE) | RSDRS_SX_QUERY | SQL-Query Definition | 20110708 | ||
3 | ![]() |
I_BASICCUBE | Call by reference | Type reference (TYPE) | RSD_INFOCUBE | 20110708 | |||
4 | ![]() |
I_CALLER | Call by reference | Type reference (TYPE) | RSDRS_CALLER | RSDRS_C_CALLER-MISC | 20110708 | ||
5 | ![]() |
I_FACTALIAS | Call by reference | Type reference (TYPE) | RSDRS_ALIAS | 20110708 | |||
6 | ![]() |
I_FACTTAB | Call by reference | Type reference (TYPE) | RSD_TABLNM | 20110708 | |||
7 | ![]() |
I_FACTTP | Call by reference | Type reference (TYPE) | RSDRS_TABTP | 20110708 | |||
8 | ![]() |
I_INFOCUBE | Call by reference | Type reference (TYPE) | RSD_INFOCUBE | 20110708 | |||
9 | ![]() |
I_NO_SIDCONVERT | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | SIDCONVERT allowed? | 20120808 | |
10 | ![]() |
I_RETURNTP | Call by reference | Type reference (TYPE) | RSDRS_RETURNTP | RSDRS_C_RETURNTP-DEF | 20110708 | ||
11 | ![]() |
I_R_DTA | Call by reference | Object reference (TYPE REF TO) | CL_RSD_DTA | Datenziel für Bewegungsdaten | 20110708 | ||
12 | ![]() |
I_TH_COB_PRO | Call by reference | Type reference (TYPE) | RSDRS_TH_COB_PRO | 20110708 | |||
13 | ![]() |
I_TH_SFC | Call by reference | Type reference (TYPE) | RSDD_TH_SFC | Tabelle der benötigten Merkmale usw. | 20110708 | ||
14 | ![]() |
I_TH_SFK | Call by reference | Type reference (TYPE) | RSDD_TH_SFK | Tabelle der benötigten Basiskennzahlen | 20110708 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Infoobject nicht im Cube vorhanden | 20110708 |
Method INITIALIZE_QUERY_CONTEXT Signature
Method INITIALIZE_QUERY_CONTEXT on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _ADAPT_FOR_TOP_QUERY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_S_TOP | Call by reference | Type reference (TYPE) | RSDRS_S_TOP | 20110708 | |||
2 | ![]() |
C_T_CHA | Call by reference | Type reference (TYPE) | RSDRS_T_CHA | 20110708 | |||
3 | ![]() |
C_T_GROUPBY | Call by reference | Type reference (TYPE) | RSDRS_T_GROUPBY | 20110708 | |||
4 | ![]() |
C_T_ORDERBY | Call by reference | Type reference (TYPE) | RSDRS_T_ORDERBY | 20110708 | |||
5 | ![]() |
I_S_TOP | Call by reference | Type reference (TYPE) | RSDRC_S_TOP | 20110708 | |||
6 | ![]() |
I_TX_SFC | Call by reference | Type reference (TYPE) | TP_TX_RSDRC_TX_SFC | 20110708 | |||
7 | ![]() |
I_T_SFK | Call by reference | Type reference (TYPE) | TP_T_RSDRC_T_SFK | 20110708 |
Method _ADAPT_FOR_TOP_QUERY on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _ADD_CHAR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_CHA | Call by reference | Type reference (TYPE) | RSDRS_T_CHA | 20110708 | |||
2 | ![]() |
C_T_GROUPBY | Call by reference | Type reference (TYPE) | RSDRS_T_GROUPBY | 20110708 | |||
3 | ![]() |
C_T_ORDERBY | Call by reference | Type reference (TYPE) | RSDRS_T_ORDERBY | 20110708 | |||
4 | ![]() |
I_ALIAS | Call by reference | Type reference (TYPE) | RSDRS_ALIAS | 20110708 | |||
5 | ![]() |
I_FIELDNM | Call by reference | Type reference (TYPE) | RSD_FIELDNM | 20110708 | |||
6 | ![]() |
I_IOBJNM | Call by reference | Type reference (TYPE) | RSD_CHANM | 20110708 | |||
7 | ![]() |
I_IS_SID | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20110708 | ||
8 | ![]() |
I_ORDERBY | Call by reference | Type reference (TYPE) | I | 20110708 | |||
9 | ![]() |
I_RAWTOCHAR | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20110708 | ||
10 | ![]() |
I_SIDCONVERT | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20110708 | ||
11 | ![]() |
I_S_TABLE | Call by reference | Type reference (TYPE) | RSDRS_S_TABLE | 20110708 | |||
12 | ![]() |
I_USE_DB_AGGREGATION | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20110708 |
Method _ADD_CHAR on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _ADD_CHAR_GROUPBY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_GROUPBY | Call by reference | Type reference (TYPE) | RSDRS_T_GROUPBY | 20110708 | |||
2 | ![]() |
I_FIELDNM | Call by reference | Type reference (TYPE) | RSD_FIELDNM | 20110708 | |||
3 | ![]() |
I_S_TABLE | Call by reference | Type reference (TYPE) | RSDRS_S_TABLE | 20110708 | |||
4 | ![]() |
I_USE_DB_AGGREGATION | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20110708 |
Method _ADD_CHAR_GROUPBY on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _ADD_CHAR_ORDERBY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_ORDERBY | Call by reference | Type reference (TYPE) | RSDRS_T_ORDERBY | 20110708 | |||
2 | ![]() |
I_ALIAS | Call by reference | Type reference (TYPE) | RSDRS_ALIAS | 20110708 | |||
3 | ![]() |
I_FIELDNM | Call by reference | Type reference (TYPE) | RSD_FIELDNM | 20110708 | |||
4 | ![]() |
I_POSITION | Call by reference | Type reference (TYPE) | I | 20110708 | |||
5 | ![]() |
I_S_TABLE | Call by reference | Type reference (TYPE) | RSDRS_S_TABLE | 20110708 |
Method _ADD_CHAR_ORDERBY on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _ADD_CHAR_SELECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_CHA | Call by reference | Type reference (TYPE) | RSDRS_T_CHA | 20110708 | |||
2 | ![]() |
I_ALIAS | Call by reference | Type reference (TYPE) | RSDRS_ALIAS | 20110708 | |||
3 | ![]() |
I_FIELDNM | Call by reference | Type reference (TYPE) | RSD_FIELDNM | 20110708 | |||
4 | ![]() |
I_IOBJNM | Call by reference | Type reference (TYPE) | RSD_CHANM | 20110708 | |||
5 | ![]() |
I_IS_SID | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20110708 | ||
6 | ![]() |
I_RAWTOCHAR | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20110708 | ||
7 | ![]() |
I_SIDCONVERT | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20110708 | ||
8 | ![]() |
I_S_TABLE | Call by reference | Type reference (TYPE) | RSDRS_S_TABLE | 20110708 |
Method _ADD_CHAR_SELECT on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _ADD_CHAR_SELECT_CONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_CHA | Call by reference | Type reference (TYPE) | RSDRS_T_CHA | 20110708 | |||
2 | ![]() |
I_ALIAS | Call by reference | Type reference (TYPE) | RSDRS_ALIAS | 20110708 | |||
3 | ![]() |
I_CHANM | Call by reference | Type reference (TYPE) | RSCHANM | Merkmal | 20110708 | ||
4 | ![]() |
I_CONSTANT | Call by reference | Type reference (TYPE) | RSCHAVL | Dim: Feld für einen beliebigen Merkmalswert | 20110708 | ||
5 | ![]() |
I_CONST_NUMFL | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20110708 | ||
6 | ![]() |
I_IS_SID | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20110708 |
Method _ADD_CHAR_SELECT_CONS on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _ADD_COMPOUND_REST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_TH_COB_PRO | Call by reference | Type reference (TYPE) | RSDRS_TH_COB_PRO | 20110708 | |||
2 | ![]() |
C_T_WHERE | Call by reference | Type reference (TYPE) | RSDRS_T_WHERE | 20110708 | |||
3 | ![]() |
I_TH_JOIN | Call by reference | Type reference (TYPE) | RSDRS_TH_JOIN | 20110708 | |||
4 | ![]() |
I_TH_TABLE | Call by reference | Type reference (TYPE) | RSDRS_TH_TABLE | 20110708 |
Method _ADD_COMPOUND_REST on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _ADD_DUMMY_RESTRICTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_CWHERE_POS | Call by reference | Type reference (TYPE) | I | 20110708 | |||
2 | ![]() |
C_T_CWHERE | Call by reference | Type reference (TYPE) | RSDRS_T_WHERE | 20110708 | |||
3 | ![]() |
I_S_SELT | Call by reference | Type reference (TYPE) | RSDRC_S_SELT | 20110708 | |||
4 | ![]() |
I_S_TABLE | Call by reference | Type reference (TYPE) | RSDRS_S_TABLE | 20110708 |
Method _ADD_DUMMY_RESTRICTION on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _ADD_JOIN_CHASID_ATTRSID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_CWHERE_POS | Call by reference | Type reference (TYPE) | I | 20110708 | |||
2 | ![]() |
C_TH_JOIN | Call by reference | Type reference (TYPE) | RSDRS_TH_JOIN | 20110708 | |||
3 | ![]() |
C_TH_TABLE | Call by reference | Type reference (TYPE) | RSDRS_TH_TABLE | 20110708 | |||
4 | ![]() |
C_T_CWHERE | Call by reference | Type reference (TYPE) | RSDRS_T_WHERE | 20110708 | |||
5 | ![]() |
I_ATTRSIDFIELD | Call by reference | Type reference (TYPE) | RSD_FIELDNM | 20110708 | |||
6 | ![]() |
I_SRDATE_GLOB | Call by reference | Type reference (TYPE) | RSDRC_SRDATE | 20110708 | |||
7 | ![]() |
I_SX_SFC | Call by reference | Type reference (TYPE) | TP_SX_RSDRC_SX_SFC | 20110708 | |||
8 | ![]() |
I_S_ATTRSIDTAB | Call by reference | Type reference (TYPE) | RSDRS_S_TABLE | 20110708 | |||
9 | ![]() |
I_S_CHASIDTAB | Call by reference | Type reference (TYPE) | RSDRS_S_TABLE | 20110708 |
Method _ADD_JOIN_CHASID_ATTRSID on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _ADD_JOIN_DIM_SID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_CWHERE_POS | Call by reference | Type reference (TYPE) | I | 20110708 | |||
2 | ![]() |
C_S_SIDTAB | Call by reference | Type reference (TYPE) | RSDRS_S_TABLE | 20110708 | |||
3 | ![]() |
C_TH_CHASID | Call by reference | Type reference (TYPE) | RSDRC_TH_CHASID | 20110708 | |||
4 | ![]() |
C_TH_JOIN | Call by reference | Type reference (TYPE) | RSDRS_TH_JOIN | 20110708 | |||
5 | ![]() |
C_TH_TABLE | Call by reference | Type reference (TYPE) | RSDRS_TH_TABLE | 20110708 | |||
6 | ![]() |
C_T_CWHERE | Call by reference | Type reference (TYPE) | RSDRS_T_WHERE | 20110708 | |||
7 | ![]() |
I_CUBESUBTYPE | Call by reference | Type reference (TYPE) | RSD_CUBESUBTYPE | 20110708 | |||
8 | ![]() |
I_SRDATE_GLOB | Call by reference | Type reference (TYPE) | RRSRDATE | Datum mit dem Texte, Attribute und Hierarch. gelesen werden | 20110708 | ||
9 | ![]() |
I_SX_SFC | Call by reference | Type reference (TYPE) | TP_SX_RSDRC_SX_SFC | 20110708 | |||
10 | ![]() |
I_S_DIMTAB | Call by reference | Type reference (TYPE) | RSDRS_S_TABLE | 20110708 |
Method _ADD_JOIN_DIM_SID on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _ADD_JOIN_FACT_DIM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_SX_SFC | Call by reference | Type reference (TYPE) | TP_SX_RSDRC_SX_SFC | 20110708 | |||
2 | ![]() |
C_TH_JOIN | Call by reference | Type reference (TYPE) | RSDRS_TH_JOIN | 20110708 | |||
3 | ![]() |
C_TH_TABLE | Call by reference | Type reference (TYPE) | RSDRS_TH_TABLE | 20110708 | |||
4 | ![]() |
E_S_DIMTAB | Call by reference | Type reference (TYPE) | RSDRS_S_TABLE | 20110708 | |||
5 | ![]() |
I_CUBESUBTYPE | Call by reference | Type reference (TYPE) | RSD_CUBESUBTYPE | 20110708 | |||
6 | ![]() |
I_FACTALIAS | Call by reference | Type reference (TYPE) | RSDRS_ALIAS | 20110708 | |||
7 | ![]() |
I_FACTTAB | Call by reference | Type reference (TYPE) | RSD_TABLNM | 20110708 | |||
8 | ![]() |
I_FACTTP | Call by reference | Type reference (TYPE) | RSDRS_TABTP | 20110708 | |||
9 | ![]() |
I_HAS_PACKDIM | Call by reference | Type reference (TYPE) | RS_BOOL | has PackageDimension? (QPROV) | 20110919 | ||
10 | ![]() |
I_INFOCUBE | Call by reference | Type reference (TYPE) | RSD_INFOCUBE | 20110708 | |||
11 | ![]() |
I_PARTTIM | Call by reference | Type reference (TYPE) | RSCHANM | Merkmal | 20110708 |
Method _ADD_JOIN_FACT_DIM on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _ADD_JOIN_FACT_DIM_PART Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_TH_JOIN | Call by reference | Type reference (TYPE) | RSDRS_TH_JOIN | 20110708 | |||
2 | ![]() |
I_PARTTIM | Call by reference | Type reference (TYPE) | RSCHANM | Merkmal | 20110708 | ||
3 | ![]() |
I_S_DIMTAB | Call by reference | Type reference (TYPE) | RSDRS_S_TABLE | 20110708 | |||
4 | ![]() |
I_S_FACTTAB | Call by reference | Type reference (TYPE) | RSDRS_S_TABLE | 20110708 |
Method _ADD_JOIN_FACT_DIM_PART on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _ADD_JOIN_HTMP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_TH_JOIN | Call by reference | Type reference (TYPE) | RSDRS_TH_JOIN | 20110708 | |||
2 | ![]() |
I_SX_SFC | Call by reference | Type reference (TYPE) | TP_SX_RSDRC_SX_SFC | 20110708 | |||
3 | ![]() |
I_S_SELT | Call by reference | Type reference (TYPE) | RSDRC_S_SELT | 20110708 |
Method _ADD_JOIN_HTMP on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _ADD_JOIN_TMP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_TH_JOIN | Call by reference | Type reference (TYPE) | RSDRS_TH_JOIN | 20110708 | |||
2 | ![]() |
I_SX_SFC | Call by reference | Type reference (TYPE) | TP_SX_RSDRC_SX_SFC | 20110708 | |||
3 | ![]() |
I_S_SELT | Call by reference | Type reference (TYPE) | RSDRC_S_SELT | 20110708 |
Method _ADD_JOIN_TMP on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _ADD_KYF_SELECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_TX_KYF | Call by reference | Type reference (TYPE) | RSDRS_T_KYF | 20110708 | |||
2 | ![]() |
I_AGGR | Call by reference | Type reference (TYPE) | RSAGGRGEN | Gewöhnliche Aggregation | 20110708 | ||
3 | ![]() |
I_FACTOR | Call by reference | Type reference (TYPE) | RSDRS_FACTOR | 20110708 | |||
4 | ![]() |
I_FACTTAB | Call by reference | Type reference (TYPE) | RSD_TABLNM | 20110708 | |||
5 | ![]() |
I_FIELDNM | Call by reference | Type reference (TYPE) | RSD_FIELDNM | 20110708 | |||
6 | ![]() |
I_IOBJTP | Call by reference | Type reference (TYPE) | RSIOBJTP | Typ eines InfoObjects | 20110708 | ||
7 | ![]() |
I_KYFALIAS | Call by reference | Type reference (TYPE) | RSDRS_ALIAS | 20110708 | |||
8 | ![]() |
I_KYFNM | Call by reference | Type reference (TYPE) | RSKYFNM | Kennzahl | 20110708 | ||
9 | ![]() |
I_TABALIAS | Call by reference | Type reference (TYPE) | RSDRS_ALIAS | 20110708 | |||
10 | ![]() |
I_USE_DB_AGGREGATION | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20110708 |
Method _ADD_KYF_SELECT on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _ADD_KYF_SELECT_INIT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_TX_KYF | Call by reference | Type reference (TYPE) | RSDRS_T_KYF | 20110708 | |||
2 | ![]() |
I_ALIAS | Call by reference | Type reference (TYPE) | RSDRS_ALIAS | 20110708 | |||
3 | ![]() |
I_CONSTANT | Call by reference | Type reference (TYPE) | RSCHAVL | Dim: Feld für einen beliebigen Merkmalswert | 20110708 | ||
4 | ![]() |
I_CONST_NUMFL | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20110708 | ||
5 | ![]() |
I_KYFNM | Call by reference | Type reference (TYPE) | RSKYFNM | Kennzahl | 20110708 |
Method _ADD_KYF_SELECT_INIT on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _ADD_MOST_RECENT_CONDITION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_CWHERE_POS | Call by reference | Type reference (TYPE) | I | 20110708 | |||
2 | ![]() |
C_T_CWHERE | Call by reference | Type reference (TYPE) | RSDRS_T_WHERE | 20110708 | |||
3 | ![]() |
I_SX_SFC | Call by reference | Type reference (TYPE) | TP_SX_RSDRC_SX_SFC | 20110708 | |||
4 | ![]() |
I_TABALIAS | Call by reference | Type reference (TYPE) | RSDRS_ALIAS | 20110708 |
Method _ADD_MOST_RECENT_CONDITION on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _ADD_REQUID_RESTRICTIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_TH_COB_PRO | Call by reference | Type reference (TYPE) | RSDRS_TH_COB_PRO | 20110708 | |||
2 | ![]() |
C_T_WHERE | Call by reference | Type reference (TYPE) | RSDRS_T_WHERE | 20110708 | |||
3 | ![]() |
I_FACTALIAS | Call by reference | Type reference (TYPE) | RSDRS_ALIAS | 20110708 | |||
4 | ![]() |
I_FACTTAB | Call by reference | Type reference (TYPE) | RSD_TABLNM | 20110708 | |||
5 | ![]() |
I_FACTTP | Call by reference | Type reference (TYPE) | RSDRS_TABTP | 20110708 | |||
6 | ![]() |
I_INFOCUBE | Call by reference | Type reference (TYPE) | RSD_INFOCUBE | 20110708 |
Method _ADD_REQUID_RESTRICTIONS on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _ADD_SEQ_NR_RESTRICTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_CWHERE_POS | Call by reference | Type reference (TYPE) | I | 20110708 | |||
2 | ![]() |
C_T_CWHERE | Call by reference | Type reference (TYPE) | RSDRS_T_WHERE | 20110708 | |||
3 | ![]() |
I_S_SELT | Call by reference | Type reference (TYPE) | RSDRC_S_SELT | 20110708 | |||
4 | ![]() |
I_S_TABLE | Call by reference | Type reference (TYPE) | RSDRS_S_TABLE | 20110708 |
Method _ADD_SEQ_NR_RESTRICTION on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _ADD_SRDATE_CONDITION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_CWHERE_POS | Call by reference | Type reference (TYPE) | I | 20110708 | |||
2 | ![]() |
C_T_CWHERE | Call by reference | Type reference (TYPE) | RSDRS_T_WHERE | 20110708 | |||
3 | ![]() |
I_SRDATE_GLOB | Call by reference | Type reference (TYPE) | RRSRDATE | Datum mit dem Texte, Attribute und Hierarch. gelesen werden | 20110708 | ||
4 | ![]() |
I_SX_SFC | Call by reference | Type reference (TYPE) | TP_SX_RSDRC_SX_SFC | 20110708 | |||
5 | ![]() |
I_TABALIAS | Call by reference | Type reference (TYPE) | RSDRS_ALIAS | 20110708 |
Method _ADD_SRDATE_CONDITION on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _ADJUST_COB_PRO_MOST_RECENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_BASICCUBE | Call by reference | Type reference (TYPE) | RSD_INFOCUBE | 20110708 | |||
2 | ![]() |
C_TH_COB_PRO | Call by reference | Type reference (TYPE) | RSDRS_TH_COB_PRO | Eigenschafen InfoObject (im Kontext InfoCube / ODS Objekt) | 20110708 | ||
3 | ![]() |
I_INFOCUBE | Call by reference | Type reference (TYPE) | RSD_INFOCUBE | 20110708 | |||
4 | ![]() |
I_TX_SFC | Call by reference | Type reference (TYPE) | TP_TX_RSDRC_TX_SFC | 20110708 |
Method _ADJUST_COB_PRO_MOST_RECENT on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _ASSERT_EMPTY_BOOLOP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_WHERE | Call by reference | Type reference (TYPE) | RSDRS_T_WHERE | 20110708 |
Method _ASSERT_EMPTY_BOOLOP on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _ASSERT_EMPTY_BOOLOP_SINGLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_S_WHERE | Call by reference | Type reference (TYPE) | RSDRS_S_WHERE | 20110708 |
Method _ASSERT_EMPTY_BOOLOP_SINGLE on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _CHECK_JOIN_EXISTENCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_S_JOIN | Call by reference | Type reference (TYPE) | RSDRS_S_JOIN | 20110708 | |||
2 | ![]() |
E_EXISTS | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20110708 | ||
3 | ![]() |
I_TH_JOIN | Call by reference | Type reference (TYPE) | RSDRS_TH_JOIN | 20110708 |
Method _CHECK_JOIN_EXISTENCE on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _COMPLETE_WHERE_ENTRIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_WHERE | Call by reference | Type reference (TYPE) | RSDRS_T_WHERE | 20110708 | |||
2 | ![]() |
I_SIDCONVERT | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20110708 | ||
3 | ![]() |
I_SX_SFC | Call by reference | Type reference (TYPE) | TP_SX_RSDRC_SX_SFC | 20110708 |
Method _COMPLETE_WHERE_ENTRIES on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _CONVERT_SFC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TH_SFC | Call by reference | Type reference (TYPE) | RSDD_TH_SFC | Table of required characteristics | 20121105 | ||
2 | ![]() |
R_T_NSFC | Value transfer | Type reference (TYPE) | TP_T_RSDRC_T_SFC | table of TP_S_RSDRC_S_SFC | 20121105 |
Method _CONVERT_SFC on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _CONVERT_SFK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TH_SFK | Call by reference | Type reference (TYPE) | RSDD_TH_SFK | Table of Required Basic Key Figures | 20121105 | ||
2 | ![]() |
R_T_NSFK | Value transfer | Type reference (TYPE) | TP_T_RSDRC_T_SFK | table of TP_S_RSDRC_S_SFK | 20121105 |
Method _CONVERT_SFK on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _CREATE_COMPOUND_CHAVL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CHANM_CHILD | Call by reference | Type reference (TYPE) | RSCHANM | Merkmal | 20110708 | ||
2 | ![]() |
I_CHANM_PARENT | Call by reference | Type reference (TYPE) | RSCHANM | Merkmal | 20110708 | ||
3 | ![]() |
I_CHAVL_CHILD | Call by reference | Type reference (TYPE) | RSCHAVL | Dim: Feld für einen beliebigen Merkmalswert | 20110708 | ||
4 | ![]() |
I_CHAVL_PARENT | Call by reference | Type reference (TYPE) | CLIKE | Dim: Feld für einen beliebigen Merkmalswert | 20110708 | ||
5 | ![]() |
R_CHAVL_COMP | Value transfer | Type reference (TYPE) | RSCHAVL | Dim: Feld für einen beliebigen Merkmalswert | 20110708 |
Method _CREATE_COMPOUND_CHAVL on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _CREATE_SUBQUERY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_SX_SUBQUERY | Call by reference | Type reference (TYPE) | RSDRS_SX_SUBQUERY | 20110708 | |||
2 | ![]() |
I_IS_KEY | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20110708 | ||
3 | ![]() |
I_SUBQUERY_ID | Call by reference | Type reference (TYPE) | RSDRS_SUBQUERY_ID | 20110708 | |||
4 | ![]() |
I_S_SELT | Call by reference | Type reference (TYPE) | RSDRC_S_SELT | 20110708 |
Method _CREATE_SUBQUERY on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _CREATE_WHERE_ENTRY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_S_WHERE | Call by reference | Type reference (TYPE) | RSDRS_S_WHERE | 20110708 | |||
2 | ![]() |
C_TH_SUBQUERY | Call by reference | Type reference (TYPE) | RSDRS_TH_SUBQUERY | 20110708 | |||
3 | ![]() |
I_S_SELC | Call by reference | Type reference (TYPE) | RSDRC_S_SELC | 20110708 | |||
4 | ![]() |
I_TH_COB_PRO | Call by reference | Type reference (TYPE) | RSDRS_TH_COB_PRO | Eigenschafen InfoObjects (im Kontext InfoCube / ODS Objekt) | 20110708 | ||
5 | ![]() |
I_T_SELT | Call by reference | Type reference (TYPE) | RSDRC_T_SELT | 20110708 |
Method _CREATE_WHERE_ENTRY on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _DERIVE_ALIAS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TABLNM | Call by reference | Type reference (TYPE) | RSD_TABLNM | 20110708 | |||
2 | ![]() |
I_TABTP | Call by reference | Type reference (TYPE) | RSDRS_TABTP | 20110708 | |||
3 | ![]() |
R_TABALIAS | Value transfer | Type reference (TYPE) | RSDRS_ALIAS | 20110708 |
Method _DERIVE_ALIAS on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _DERIVE_ATTRSIDTAB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_S_ATTRSIDTAB | Call by reference | Type reference (TYPE) | RSDRS_S_TABLE | 20110708 | |||
2 | ![]() |
I_SX_SFC | Call by reference | Type reference (TYPE) | TP_SX_RSDRC_SX_SFC | 20110708 |
Method _DERIVE_ATTRSIDTAB on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _DERIVE_CHASIDTAB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_TH_COB_PRO | Call by reference | Type reference (TYPE) | RSDRC_TH_COB_PRO | Eigenschafen InfoObjects (im Kontext InfoCube / ODS Objekt) | 20110708 | ||
2 | ![]() |
E_S_CHASIDTAB | Call by reference | Type reference (TYPE) | RSDRS_S_TABLE | 20110708 | |||
3 | ![]() |
I_SX_SFC | Call by reference | Type reference (TYPE) | TP_SX_RSDRC_SX_SFC | 20110708 |
Method _DERIVE_CHASIDTAB on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _DERIVE_SAMPLE_FACTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_AGGR | Call by reference | Type reference (TYPE) | RSAGGRGEN | Gewöhnliche Aggregation | 20110708 | ||
2 | ![]() |
I_SAMPLE | Call by reference | Type reference (TYPE) | I | 20110708 | |||
3 | ![]() |
R_FACTOR | Value transfer | Type reference (TYPE) | RSDRS_FACTOR | 20110708 |
Method _DERIVE_SAMPLE_FACTOR on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _DERIVE_TABLE_ENTRY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TABLNM | Call by reference | Type reference (TYPE) | RSD_TABLNM | 20110708 | |||
2 | ![]() |
R_S_TABLE | Value transfer | Type reference (TYPE) | RSDRS_S_TABLE | 20110708 |
Method _DERIVE_TABLE_ENTRY on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _GET_CHABASNM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_TH_COB_PRO | Call by reference | Type reference (TYPE) | RSDRS_TH_COB_PRO | 20110708 | |||
2 | ![]() |
E_CHABASNM | Call by reference | Type reference (TYPE) | RSCHABASNM | Referenzmerkmal | 20110708 | ||
3 | ![]() |
I_SX_SFC | Call by reference | Type reference (TYPE) | TP_SX_RSDRC_SX_SFC | 20110708 |
Method _GET_CHABASNM on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _GET_COB_PRO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_TH_COB_PRO | Value transfer | Type reference (TYPE) | RSDRS_TH_COB_PRO | 20110708 |
Method _GET_COB_PRO on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _GET_COB_PRO_ENTRY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_TH_COB_PRO | Call by reference | Type reference (TYPE) | RSDRC_TH_COB_PRO | Eigenschafen InfoObjects (im Kontext InfoCube / ODS Objekt) | 20110708 | ||
2 | ![]() |
E_S_COB_PRO | Call by reference | Type reference (TYPE) | RSD_S_COB_PRO | Eigenschafen InfoObject (im Kontext InfoCube / ODS Objekt) | 20110708 | ||
3 | ![]() |
I_IOBJNM | Call by reference | Type reference (TYPE) | RSD_IOBJNM | 20110708 |
Method _GET_COB_PRO_ENTRY on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _GET_CUBESUBTYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_INFOCUBE | Call by reference | Type reference (TYPE) | RSINFOCUBE | InfoCube | 20110708 | ||
2 | ![]() |
R_CUBESUBTYPE | Value transfer | Type reference (TYPE) | RSD_CUBESUBTYPE | 20110708 |
Method _GET_CUBESUBTYPE on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _GET_INITIAL_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_CHAVL | Call by reference | Type reference (TYPE) | RSCHAVL | Dim: Feld für einen beliebigen Merkmalswert | 20110708 | ||
2 | ![]() |
E_NUMFL | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20110708 | ||
3 | ![]() |
I_DIGITS | Call by reference | Type reference (TYPE) | RSDIGITS | Anzahl Stellen des Feldes | 20110708 | ||
4 | ![]() |
I_INTTP | Call by reference | Type reference (TYPE) | C | 20110708 |
Method _GET_INITIAL_VALUE on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _GET_NAVATTR_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_TH_COB_PRO | Call by reference | Type reference (TYPE) | RSDRC_TH_COB_PRO | Eigenschafen InfoObjects (im Kontext InfoCube / ODS Objekt) | 20110708 | ||
2 | ![]() |
E_ACHABASNM | Call by reference | Type reference (TYPE) | RSCHABASNM | Referenzmerkmal | 20110708 | ||
3 | ![]() |
E_ACHANM | Call by reference | Type reference (TYPE) | RSCHANM | Merkmal | 20110708 | ||
4 | ![]() |
E_OCHABASNM | Call by reference | Type reference (TYPE) | RSCHABASNM | Referenzmerkmal | 20110708 | ||
5 | ![]() |
E_OCHANM | Call by reference | Type reference (TYPE) | RSCHANM | Merkmal | 20110708 | ||
6 | ![]() |
I_SX_SFC | Call by reference | Type reference (TYPE) | TP_SX_RSDRC_SX_SFC | 20110708 |
Method _GET_NAVATTR_INFO on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _GET_STR_FROM_INT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_INT | Call by reference | Type reference (TYPE) | I | 20110708 | |||
2 | ![]() |
R_STR | Value transfer | Type reference (TYPE) | CHAR30 | 30 Characters | 20110708 |
Method _GET_STR_FROM_INT on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _GET_TABLE_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TABLNM | Call by reference | Type reference (TYPE) | RSD_TABLNM | 20110708 | |||
2 | ![]() |
R_TABTP | Value transfer | Type reference (TYPE) | RSDRS_TABTP | 20110708 |
Method _GET_TABLE_TYPE on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _INSERT_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_TH_TABLE | Call by reference | Type reference (TYPE) | RSDRS_TH_TABLE | 20110708 | |||
2 | ![]() |
I_S_TABLE | Call by reference | Type reference (TYPE) | RSDRS_S_TABLE | 20110708 |
Method _INSERT_TABLE on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _MERGE_SFC_SEL_FLAGS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_SX_SFC | Call by reference | Type reference (TYPE) | TP_SX_RSDRC_SX_SFC | 20110708 | |||
2 | ![]() |
I_USE_KEY | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20110708 |
Method _MERGE_SFC_SEL_FLAGS on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _MERGE_SIDTP_FLAGS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_SIDTP | Call by reference | Type reference (TYPE) | RSDRS_TABTP | 20110708 | |||
2 | ![]() |
I_SIDTP | Call by reference | Type reference (TYPE) | RSDRS_TABTP | 20110708 |
Method _MERGE_SIDTP_FLAGS on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _MERGE_WHERE_CWHERE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_CWHERE | Call by reference | Type reference (TYPE) | RSDRS_T_WHERE | 20110708 | |||
2 | ![]() |
C_T_WHERE | Call by reference | Type reference (TYPE) | RSDRS_T_WHERE | 20110708 |
Method _MERGE_WHERE_CWHERE on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _PARTITIONING_CHA_CONDITION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_TH_COB_PRO | Call by reference | Type reference (TYPE) | RSDRC_TH_COB_PRO | 20110708 | |||
2 | ![]() |
C_T_WHERE | Call by reference | Type reference (TYPE) | RSDRS_T_WHERE | 20110708 | |||
3 | ![]() |
I_FACTALIAS | Call by reference | Type reference (TYPE) | RSDRS_ALIAS | 20110708 | |||
4 | ![]() |
I_FACTTAB | Call by reference | Type reference (TYPE) | RSD_TABLNM | 20110708 | |||
5 | ![]() |
I_PARTTIM | Call by reference | Type reference (TYPE) | RSCHANM | Merkmal | 20110708 | ||
6 | ![]() |
I_T_SELC | Call by reference | Type reference (TYPE) | RSDRC_T_SELC | 20110708 |
Method _PARTITIONING_CHA_CONDITION on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _PART_VAL_SID_CONVERT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_TH_COB_PRO | Call by reference | Type reference (TYPE) | RSDRC_TH_COB_PRO | 20110708 | |||
2 | ![]() |
E_SIDVALUE | Call by reference | Type reference (TYPE) | RSSID | Stammdaten ID | 20110708 | ||
3 | ![]() |
E_SUBRC | Call by reference | Type reference (TYPE) | I | 20110708 | |||
4 | ![]() |
I_CHAVL | Call by reference | Type reference (TYPE) | RSCHAVL | Dim: Feld für einen beliebigen Merkmalswert | 20110708 | ||
5 | ![]() |
I_PARTTIM | Call by reference | Type reference (TYPE) | RSCHANM | Merkmal | 20110708 |
Method _PART_VAL_SID_CONVERT on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _PREPROCESS_SELC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_TH_SUBQUERY | Call by reference | Type reference (TYPE) | RSDRS_TH_SUBQUERY | 20110708 | |||
2 | ![]() |
C_TX_SFC | Call by reference | Type reference (TYPE) | TP_TX_RSDRC_TX_SFC | 20110708 | |||
3 | ![]() |
C_T_SELC | Call by reference | Type reference (TYPE) | RSDRC_T_SELC | 20110708 | |||
4 | ![]() |
C_T_WHERE | Call by reference | Type reference (TYPE) | RSDRS_T_WHERE | 20110708 | |||
5 | ![]() |
I_TH_COB_PRO | Call by reference | Type reference (TYPE) | RSDRS_TH_COB_PRO | Eigenschafen InfoObjects (im Kontext InfoCube / ODS Objekt) | 20110708 | ||
6 | ![]() |
I_T_SELT | Call by reference | Type reference (TYPE) | RSDRC_T_SELT | 20110708 |
Method _PREPROCESS_SELC on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _PREPROCESS_SELC_ENTRY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_TH_SUBQUERY | Call by reference | Type reference (TYPE) | RSDRS_TH_SUBQUERY | 20110708 | |||
2 | ![]() |
C_TX_SFC | Call by reference | Type reference (TYPE) | TP_TX_RSDRC_TX_SFC | 20110708 | |||
3 | ![]() |
C_T_WHERE | Call by reference | Type reference (TYPE) | RSDRS_T_WHERE | 20110708 | |||
4 | ![]() |
I_S_SELC | Call by reference | Type reference (TYPE) | RSDRC_S_SELC | 20110708 | |||
5 | ![]() |
I_TABIX | Call by reference | Type reference (TYPE) | SY-TABIX | Index interner Tabellen | 20110708 | ||
6 | ![]() |
I_TH_COB_PRO | Call by reference | Type reference (TYPE) | RSDRS_TH_COB_PRO | Eigenschafen InfoObject (im Kontext InfoCube / ODS Objekt) | 20110708 | ||
7 | ![]() |
I_T_SELT | Call by reference | Type reference (TYPE) | RSDRC_T_SELT | 20110708 |
Method _PREPROCESS_SELC_ENTRY on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _PREPROCESS_SELT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_TX_SFC | Call by reference | Type reference (TYPE) | TP_TX_RSDRC_TX_SFC | 20110708 | |||
2 | ![]() |
C_T_SELT | Call by reference | Type reference (TYPE) | RSDRC_T_SELT | 20110708 |
Method _PREPROCESS_SELT on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _PREPROCESS_SELT_ENTRY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_S_SELT | Call by reference | Type reference (TYPE) | RSDRC_S_SELT | 20110708 | |||
2 | ![]() |
C_TX_SFC | Call by reference | Type reference (TYPE) | TP_TX_RSDRC_TX_SFC | 20110708 | |||
3 | ![]() |
C_T_SELT | Call by reference | Type reference (TYPE) | RSDRC_T_SELT | 20110708 | |||
4 | ![]() |
I_TABIX | Call by reference | Type reference (TYPE) | SY-TABIX | Index interner Tabellen | 20110708 |
Method _PREPROCESS_SELT_ENTRY on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _PROCESS_SELK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_TH_COB_PRO | Call by reference | Type reference (TYPE) | RSDRS_TH_COB_PRO | 20110708 | |||
2 | ![]() |
C_T_HAVING | Call by reference | Type reference (TYPE) | RSDRS_T_HAVING | 20110708 | |||
3 | ![]() |
I_FACTALIAS | Call by reference | Type reference (TYPE) | RSDRS_ALIAS | 20110708 | |||
4 | ![]() |
I_SAMPLE | Call by reference | Type reference (TYPE) | I | 20110708 | |||
5 | ![]() |
I_T_SELK | Call by reference | Type reference (TYPE) | RSDRC_T_SELK | 20110708 | |||
6 | ![]() |
I_USE_DB_AGGREGATION | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20110708 |
Method _PROCESS_SELK on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _PROCESS_SELK_ENTRY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_TH_COB_PRO | Call by reference | Type reference (TYPE) | RSDRC_TH_COB_PRO | 20110708 | |||
2 | ![]() |
C_T_HAVING | Call by reference | Type reference (TYPE) | RSDRS_T_HAVING | 20110708 | |||
3 | ![]() |
I_FACTALIAS | Call by reference | Type reference (TYPE) | RSDRS_ALIAS | 20110708 | |||
4 | ![]() |
I_SAMPLE | Call by reference | Type reference (TYPE) | I | 20110708 | |||
5 | ![]() |
I_S_SELK | Call by reference | Type reference (TYPE) | RSDRC_S_SELK | 20110708 | |||
6 | ![]() |
I_USE_DB_AGGREGATION | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20110708 |
Method _PROCESS_SELK_ENTRY on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _PROCESS_SELT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_CWHERE_POS | Call by reference | Type reference (TYPE) | I | 20110708 | |||
2 | ![]() |
C_TH_JOIN | Call by reference | Type reference (TYPE) | RSDRS_TH_JOIN | 20110708 | |||
3 | ![]() |
C_TH_TABLE | Call by reference | Type reference (TYPE) | RSDRS_TH_TABLE | 20110708 | |||
4 | ![]() |
C_T_CHA | Call by reference | Type reference (TYPE) | RSDRS_T_CHA | 20110708 | |||
5 | ![]() |
C_T_CWHERE | Call by reference | Type reference (TYPE) | RSDRS_T_WHERE | 20110708 | |||
6 | ![]() |
C_T_GROUPBY | Call by reference | Type reference (TYPE) | RSDRS_T_GROUPBY | 20110708 | |||
7 | ![]() |
C_T_ORDERBY | Call by reference | Type reference (TYPE) | RSDRS_T_ORDERBY | 20110708 | |||
8 | ![]() |
I_TX_SFC | Call by reference | Type reference (TYPE) | TP_TX_RSDRC_TX_SFC | 20110708 | |||
9 | ![]() |
I_T_SELT | Call by reference | Type reference (TYPE) | RSDRC_T_SELT | 20110708 | |||
10 | ![]() |
I_USE_DB_AGGREGATION | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20110708 |
Method _PROCESS_SELT on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _PROCESS_SELT_ENTRY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_CWHERE_POS | Call by reference | Type reference (TYPE) | I | 20110708 | |||
2 | ![]() |
C_TH_JOIN | Call by reference | Type reference (TYPE) | RSDRS_TH_JOIN | 20110708 | |||
3 | ![]() |
C_TH_TABLE | Call by reference | Type reference (TYPE) | RSDRS_TH_TABLE | 20110708 | |||
4 | ![]() |
C_T_CHA | Call by reference | Type reference (TYPE) | RSDRS_T_CHA | 20110708 | |||
5 | ![]() |
C_T_CWHERE | Call by reference | Type reference (TYPE) | RSDRS_T_WHERE | 20110708 | |||
6 | ![]() |
C_T_GROUPBY | Call by reference | Type reference (TYPE) | RSDRS_T_GROUPBY | 20110708 | |||
7 | ![]() |
C_T_ORDERBY | Call by reference | Type reference (TYPE) | RSDRS_T_ORDERBY | 20110708 | |||
8 | ![]() |
I_S_SELT | Call by reference | Type reference (TYPE) | RSDRC_S_SELT | 20110708 | |||
9 | ![]() |
I_TX_SFC | Call by reference | Type reference (TYPE) | TP_TX_RSDRC_TX_SFC | 20110708 | |||
10 | ![]() |
I_USE_DB_AGGREGATION | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20110708 |
Method _PROCESS_SELT_ENTRY on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _PROCESS_SET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_TH_COB_PRO | Call by reference | Type reference (TYPE) | RSDRC_TH_COB_PRO | 20110708 | |||
2 | ![]() |
C_T_CHA | Call by reference | Type reference (TYPE) | RSDRS_T_CHA | 20110708 | |||
3 | ![]() |
I_TS_SET | Call by reference | Type reference (TYPE) | CL_RSDRC_MULTIPROV=>TN_TS_SET | 20110708 |
Method _PROCESS_SET on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _PROCESS_SFC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_CWHERE_POS | Call by reference | Type reference (TYPE) | I | 20110708 | |||
2 | ![]() |
C_TH_CHASID | Call by reference | Type reference (TYPE) | RSDRC_TH_CHASID | 20110708 | |||
3 | ![]() |
C_TH_COB_PRO | Call by reference | Type reference (TYPE) | RSDRC_TH_COB_PRO | Eigenschafen InfoObjects (im Kontext InfoCube / ODS Objekt) | 20110708 | ||
4 | ![]() |
C_TH_JOIN | Call by reference | Type reference (TYPE) | RSDRS_TH_JOIN | 20110708 | |||
5 | ![]() |
C_TH_TABLE | Call by reference | Type reference (TYPE) | RSDRS_TH_TABLE | 20110708 | |||
6 | ![]() |
C_TX_SFC | Call by reference | Type reference (TYPE) | TP_TX_RSDRC_TX_SFC | 20110708 | |||
7 | ![]() |
C_T_CHA | Call by reference | Type reference (TYPE) | RSDRS_T_CHA | 20110708 | |||
8 | ![]() |
C_T_CWHERE | Call by reference | Type reference (TYPE) | RSDRS_T_WHERE | 20110708 | |||
9 | ![]() |
C_T_GROUPBY | Call by reference | Type reference (TYPE) | RSDRS_T_GROUPBY | 20110708 | |||
10 | ![]() |
C_T_ORDERBY | Call by reference | Type reference (TYPE) | RSDRS_T_ORDERBY | 20110708 | |||
11 | ![]() |
C_T_WHERE | Call by reference | Type reference (TYPE) | RSDRS_T_WHERE | 20110708 | |||
12 | ![]() |
I_BASICCUBE | Call by reference | Type reference (TYPE) | RSD_INFOCUBE | 20110708 | |||
13 | ![]() |
I_CALLER | Call by reference | Type reference (TYPE) | RSDRS_CALLER | 20110708 | |||
14 | ![]() |
I_CUBESUBTYPE | Call by reference | Type reference (TYPE) | RSD_CUBESUBTYPE | 20110708 | |||
15 | ![]() |
I_FACTALIAS | Call by reference | Type reference (TYPE) | RSDRS_ALIAS | 20110708 | |||
16 | ![]() |
I_FACTTAB | Call by reference | Type reference (TYPE) | RSD_TABLNM | 20110708 | |||
17 | ![]() |
I_FACTTP | Call by reference | Type reference (TYPE) | RSDRS_TABTP | 20110708 | |||
18 | ![]() |
I_HAS_PACKDIM | Call by reference | Type reference (TYPE) | RS_BOOL | has PackageDimension? (QPROV) | 20110919 | ||
19 | ![]() |
I_INFOCUBE | Call by reference | Type reference (TYPE) | RSD_INFOCUBE | 20110708 | |||
20 | ![]() |
I_NO_SIDCONVERT | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20110708 | ||
21 | ![]() |
I_PARTTIM | Call by reference | Type reference (TYPE) | RSCHANM | Merkmal | 20110708 | ||
22 | ![]() |
I_SRDATE_GLOB | Call by reference | Type reference (TYPE) | RSDRC_SRDATE | 20110708 | |||
23 | ![]() |
I_T_SELC | Call by reference | Type reference (TYPE) | RSDRC_T_SELC | 20110708 | |||
24 | ![]() |
I_T_SELT | Call by reference | Type reference (TYPE) | RSDRC_T_SELT | 20110708 | |||
25 | ![]() |
I_USE_DB_AGGREGATION | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20110708 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Infoobject nicht im Cube vorhanden | 20110708 |
Method _PROCESS_SFC_0INFOPROV Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_CHA | Call by reference | Type reference (TYPE) | RSDRS_T_CHA | 20110708 | |||
2 | ![]() |
I_BASICCUBE | Call by reference | Type reference (TYPE) | RSD_INFOCUBE | 20110708 | |||
3 | ![]() |
I_SX_SFC | Call by reference | Type reference (TYPE) | TP_SX_RSDRC_SX_SFC | 20110708 |
Method _PROCESS_SFC_0INFOPROV on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _PROCESS_SFC_CHAR Signature
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Infoobject nicht im Cube vorhanden | 20110708 |
Method _PROCESS_SFC_IOBJ Signature
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Infoobject nicht im Cube vorhanden | 20110708 |
Method _PROCESS_SFC_NAVATTR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_CWHERE_POS | Call by reference | Type reference (TYPE) | I | 20110708 | |||
2 | ![]() |
C_SX_SFC | Call by reference | Type reference (TYPE) | TP_SX_RSDRC_SX_SFC | 20110708 | |||
3 | ![]() |
C_TH_CHASID | Call by reference | Type reference (TYPE) | RSDRC_TH_CHASID | 20110708 | |||
4 | ![]() |
C_TH_COB_PRO | Call by reference | Type reference (TYPE) | RSDRC_TH_COB_PRO | 20110708 | |||
5 | ![]() |
C_TH_JOIN | Call by reference | Type reference (TYPE) | RSDRS_TH_JOIN | 20110708 | |||
6 | ![]() |
C_TH_TABLE | Call by reference | Type reference (TYPE) | RSDRS_TH_TABLE | 20110708 | |||
7 | ![]() |
C_T_CHA | Call by reference | Type reference (TYPE) | RSDRS_T_CHA | 20110708 | |||
8 | ![]() |
C_T_CWHERE | Call by reference | Type reference (TYPE) | RSDRS_T_WHERE | 20110708 | |||
9 | ![]() |
C_T_GROUPBY | Call by reference | Type reference (TYPE) | RSDRS_T_GROUPBY | 20110708 | |||
10 | ![]() |
C_T_ORDERBY | Call by reference | Type reference (TYPE) | RSDRS_T_ORDERBY | 20110708 | |||
11 | ![]() |
C_T_WHERE | Call by reference | Type reference (TYPE) | RSDRS_T_WHERE | 20110708 | |||
12 | ![]() |
I_CUBESUBTYPE | Call by reference | Type reference (TYPE) | RSD_CUBESUBTYPE | 20110708 | |||
13 | ![]() |
I_FACTALIAS | Call by reference | Type reference (TYPE) | RSDRS_ALIAS | 20110708 | |||
14 | ![]() |
I_FACTTAB | Call by reference | Type reference (TYPE) | RSD_TABLNM | 20110708 | |||
15 | ![]() |
I_FACTTP | Call by reference | Type reference (TYPE) | RSDRS_TABTP | 20110708 | |||
16 | ![]() |
I_HAS_PACKDIM | Call by reference | Type reference (TYPE) | RS_BOOL | has PackageDimension? (QPROV) | 20110919 | ||
17 | ![]() |
I_INFOCUBE | Call by reference | Type reference (TYPE) | RSD_INFOCUBE | 20110708 | |||
18 | ![]() |
I_NO_SIDCONVERT | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20110708 | ||
19 | ![]() |
I_PARTTIM | Call by reference | Type reference (TYPE) | RSCHANM | Merkmal | 20110708 | ||
20 | ![]() |
I_SRDATE_GLOB | Call by reference | Type reference (TYPE) | RSDRC_SRDATE | 20110708 | |||
21 | ![]() |
I_USE_DB_AGGREGATION | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20110708 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Infoobject nicht im Cube vorhanden | 20110708 |
Method _PROCESS_SFK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_TH_COB_PRO | Call by reference | Type reference (TYPE) | RSDRC_TH_COB_PRO | Eigenschafen InfoObjects (im Kontext InfoCube / ODS Objekt) | 20110708 | ||
2 | ![]() |
C_TH_TABLE | Call by reference | Type reference (TYPE) | RSDRS_TH_TABLE | 20110708 | |||
3 | ![]() |
C_TX_KYF | Call by reference | Type reference (TYPE) | RSDRS_T_KYF | 20110708 | |||
4 | ![]() |
I_FACTALIAS | Call by reference | Type reference (TYPE) | RSDRS_ALIAS | 20110708 | |||
5 | ![]() |
I_FACTTAB | Call by reference | Type reference (TYPE) | RSD_TABLNM | 20110708 | |||
6 | ![]() |
I_FACTTP | Call by reference | Type reference (TYPE) | RSDRS_TABTP | 20110708 | |||
7 | ![]() |
I_SAMPLE | Call by reference | Type reference (TYPE) | I | 20110708 | |||
8 | ![]() |
I_T_SFK | Call by reference | Type reference (TYPE) | TP_T_RSDRC_T_SFK | 20110708 | |||
9 | ![]() |
I_USE_DB_AGGREGATION | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20110708 |
Method _PROCESS_SFK on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _PROCESS_SFK_IOBJ Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_TH_COB_PRO | Call by reference | Type reference (TYPE) | RSDRC_TH_COB_PRO | Eigenschafen InfoObjects (im Kontext InfoCube / ODS Objekt) | 20110708 | ||
2 | ![]() |
C_TX_KYF | Call by reference | Type reference (TYPE) | RSDRS_T_KYF | 20110708 | |||
3 | ![]() |
I_FACTALIAS | Call by reference | Type reference (TYPE) | RSDRS_ALIAS | 20110708 | |||
4 | ![]() |
I_FACTTAB | Call by reference | Type reference (TYPE) | RSD_TABLNM | 20110708 | |||
5 | ![]() |
I_SAMPLE | Call by reference | Type reference (TYPE) | I | 20110708 | |||
6 | ![]() |
I_S_SFK | Call by reference | Type reference (TYPE) | TP_S_RSDRC_S_SFK | 20110708 | |||
7 | ![]() |
I_USE_DB_AGGREGATION | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20110708 |
Method _PROCESS_SFK_IOBJ on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _PROCESS_SFK_IOBJ_INITIAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_TX_KYF | Call by reference | Type reference (TYPE) | RSDRS_T_KYF | 20110708 | |||
2 | ![]() |
I_S_COB_PRO | Call by reference | Type reference (TYPE) | RSD_S_COB_PRO | Eigenschafen InfoObject (im Kontext InfoCube / ODS Objekt) | 20110708 | ||
3 | ![]() |
I_S_SFK | Call by reference | Type reference (TYPE) | TP_S_RSDRC_S_SFK | 20110708 |
Method _PROCESS_SFK_IOBJ_INITIAL on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _REMOVE_FACTTABLE Signature
Method _REMOVE_FACTTABLE on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _REMOVE_LAYERS Signature
Method _REMOVE_LAYERS on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _REMOVE_LAYER_CHARS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_TH_JOIN | Call by reference | Type reference (TYPE) | RSDRS_TH_JOIN | 20110708 | |||
2 | ![]() |
C_TH_TABLE | Call by reference | Type reference (TYPE) | RSDRS_TH_TABLE | 20110708 | |||
3 | ![]() |
C_TX_LEFTOUTER | Call by reference | Type reference (TYPE) | RSDRS_TX_LEFTOUTER | 20110708 | |||
4 | ![]() |
C_T_CHA | Call by reference | Type reference (TYPE) | RSDRS_T_CHA | 20110708 | |||
5 | ![]() |
C_T_GROUPBY | Call by reference | Type reference (TYPE) | RSDRS_T_GROUPBY | 20110708 | |||
6 | ![]() |
C_T_HAVING | Call by reference | Type reference (TYPE) | RSDRS_T_HAVING | 20110708 | |||
7 | ![]() |
C_T_KYF | Call by reference | Type reference (TYPE) | RSDRS_T_KYF | 20110708 | |||
8 | ![]() |
C_T_ORDERBY | Call by reference | Type reference (TYPE) | RSDRS_T_ORDERBY | 20110708 | |||
9 | ![]() |
C_T_SELT | Call by reference | Type reference (TYPE) | RSDRC_T_SELT | 20110708 | |||
10 | ![]() |
C_T_WHERE | Call by reference | Type reference (TYPE) | RSDRS_T_WHERE | 20110708 | |||
11 | ![]() |
I_TX_SFC | Call by reference | Type reference (TYPE) | TP_TX_RSDRC_TX_SFC | 20110708 |
Method _REMOVE_LAYER_CHARS on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _REMOVE_LAYER_DIMTAB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_TH_JOIN | Call by reference | Type reference (TYPE) | RSDRS_TH_JOIN | 20110708 | |||
2 | ![]() |
C_TH_TABLE | Call by reference | Type reference (TYPE) | RSDRS_TH_TABLE | 20110708 | |||
3 | ![]() |
C_TX_LEFTOUTER | Call by reference | Type reference (TYPE) | RSDRS_TX_LEFTOUTER | 20110708 | |||
4 | ![]() |
C_T_CHA | Call by reference | Type reference (TYPE) | RSDRS_T_CHA | 20110708 | |||
5 | ![]() |
C_T_GROUPBY | Call by reference | Type reference (TYPE) | RSDRS_T_GROUPBY | 20110708 | |||
6 | ![]() |
C_T_HAVING | Call by reference | Type reference (TYPE) | RSDRS_T_HAVING | 20110708 | |||
7 | ![]() |
C_T_KYF | Call by reference | Type reference (TYPE) | RSDRS_T_KYF | 20110708 | |||
8 | ![]() |
C_T_ORDERBY | Call by reference | Type reference (TYPE) | RSDRS_T_ORDERBY | 20110708 | |||
9 | ![]() |
C_T_WHERE | Call by reference | Type reference (TYPE) | RSDRS_T_WHERE | 20110708 |
Method _REMOVE_LAYER_DIMTAB on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _REMOVE_LAYER_FACTTAB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_TH_JOIN | Call by reference | Type reference (TYPE) | RSDRS_TH_JOIN | 20110708 | |||
2 | ![]() |
C_TH_TABLE | Call by reference | Type reference (TYPE) | RSDRS_TH_TABLE | 20110708 | |||
3 | ![]() |
C_TX_LEFTOUTER | Call by reference | Type reference (TYPE) | RSDRS_TX_LEFTOUTER | 20110708 | |||
4 | ![]() |
C_T_CHA | Call by reference | Type reference (TYPE) | RSDRS_T_CHA | 20110708 | |||
5 | ![]() |
C_T_GROUPBY | Call by reference | Type reference (TYPE) | RSDRS_T_GROUPBY | 20110708 | |||
6 | ![]() |
C_T_HAVING | Call by reference | Type reference (TYPE) | RSDRS_T_HAVING | 20110708 | |||
7 | ![]() |
C_T_KYF | Call by reference | Type reference (TYPE) | RSDRS_T_KYF | 20110708 | |||
8 | ![]() |
C_T_ORDERBY | Call by reference | Type reference (TYPE) | RSDRS_T_ORDERBY | 20110708 | |||
9 | ![]() |
C_T_WHERE | Call by reference | Type reference (TYPE) | RSDRS_T_WHERE | 20110708 |
Method _REMOVE_LAYER_FACTTAB on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _REMOVE_LAYER_NAVATTR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_TH_JOIN | Call by reference | Type reference (TYPE) | RSDRS_TH_JOIN | 20110708 | |||
2 | ![]() |
C_TH_TABLE | Call by reference | Type reference (TYPE) | RSDRS_TH_TABLE | 20110708 | |||
3 | ![]() |
C_TX_LEFTOUTER | Call by reference | Type reference (TYPE) | RSDRS_TX_LEFTOUTER | 20110708 | |||
4 | ![]() |
C_T_CHA | Call by reference | Type reference (TYPE) | RSDRS_T_CHA | 20110708 | |||
5 | ![]() |
C_T_GROUPBY | Call by reference | Type reference (TYPE) | RSDRS_T_GROUPBY | 20110708 | |||
6 | ![]() |
C_T_HAVING | Call by reference | Type reference (TYPE) | RSDRS_T_HAVING | 20110708 | |||
7 | ![]() |
C_T_KYF | Call by reference | Type reference (TYPE) | RSDRS_T_KYF | 20110708 | |||
8 | ![]() |
C_T_ORDERBY | Call by reference | Type reference (TYPE) | RSDRS_T_ORDERBY | 20110708 | |||
9 | ![]() |
C_T_WHERE | Call by reference | Type reference (TYPE) | RSDRS_T_WHERE | 20110708 | |||
10 | ![]() |
I_TX_SFC | Call by reference | Type reference (TYPE) | TP_TX_RSDRC_TX_SFC | 20110708 | |||
11 | ![]() |
I_T_SELT | Call by reference | Type reference (TYPE) | RSDRC_T_SELT | 20110708 |
Method _REMOVE_LAYER_NAVATTR on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _REMOVE_LAYER_TABTP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_TH_JOIN | Call by reference | Type reference (TYPE) | RSDRS_TH_JOIN | 20110708 | |||
2 | ![]() |
C_TH_TABLE | Call by reference | Type reference (TYPE) | RSDRS_TH_TABLE | 20110708 | |||
3 | ![]() |
C_TX_LEFTOUTER | Call by reference | Type reference (TYPE) | RSDRS_TX_LEFTOUTER | 20110708 | |||
4 | ![]() |
C_T_CHA | Call by reference | Type reference (TYPE) | RSDRS_T_CHA | 20110708 | |||
5 | ![]() |
C_T_GROUPBY | Call by reference | Type reference (TYPE) | RSDRS_T_GROUPBY | 20110708 | |||
6 | ![]() |
C_T_HAVING | Call by reference | Type reference (TYPE) | RSDRS_T_HAVING | 20110708 | |||
7 | ![]() |
C_T_KYF | Call by reference | Type reference (TYPE) | RSDRS_T_KYF | 20110708 | |||
8 | ![]() |
C_T_ORDERBY | Call by reference | Type reference (TYPE) | RSDRS_T_ORDERBY | 20110708 | |||
9 | ![]() |
C_T_WHERE | Call by reference | Type reference (TYPE) | RSDRS_T_WHERE | 20110708 | |||
10 | ![]() |
I_TABTP | Call by reference | Type reference (TYPE) | RSDRS_TABTP | 20110708 |
Method _REMOVE_LAYER_TABTP on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _REMOVE_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_TH_JOIN | Call by reference | Type reference (TYPE) | RSDRS_TH_JOIN | 20110708 | |||
2 | ![]() |
C_TH_TABLE | Call by reference | Type reference (TYPE) | RSDRS_TH_TABLE | 20110708 | |||
3 | ![]() |
C_TX_LEFTOUTER | Call by reference | Type reference (TYPE) | RSDRS_TX_LEFTOUTER | 20110708 | |||
4 | ![]() |
C_T_CHA | Call by reference | Type reference (TYPE) | RSDRS_T_CHA | 20110708 | |||
5 | ![]() |
C_T_GROUPBY | Call by reference | Type reference (TYPE) | RSDRS_T_GROUPBY | 20110708 | |||
6 | ![]() |
C_T_HAVING | Call by reference | Type reference (TYPE) | RSDRS_T_HAVING | 20110708 | |||
7 | ![]() |
C_T_KYF | Call by reference | Type reference (TYPE) | RSDRS_T_KYF | 20110708 | |||
8 | ![]() |
C_T_ORDERBY | Call by reference | Type reference (TYPE) | RSDRS_T_ORDERBY | 20110708 | |||
9 | ![]() |
C_T_WHERE | Call by reference | Type reference (TYPE) | RSDRS_T_WHERE | 20110708 | |||
10 | ![]() |
I_S_TABLE | Call by reference | Type reference (TYPE) | RSDRS_S_TABLE | 20110708 | |||
11 | ![]() |
I_WITH_TH_TABLE | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20110708 |
Method _REMOVE_TABLE on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _RENUMBER_WHERE_CLAUSE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_WHERE | Call by reference | Type reference (TYPE) | RSDRS_T_WHERE | 20110708 |
Method _RENUMBER_WHERE_CLAUSE on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _RENUMBER_WHERE_CLAUSE_10 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_WHERE | Call by reference | Type reference (TYPE) | RSDRS_T_WHERE | 20110708 |
Method _RENUMBER_WHERE_CLAUSE_10 on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _REPLACE_CHAR_GROUPBY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_GROUPBY | Call by reference | Type reference (TYPE) | RSDRS_T_GROUPBY | 20110708 | |||
2 | ![]() |
I_FIELDNM_NEW | Call by reference | Type reference (TYPE) | RSD_FIELDNM | 20110708 | |||
3 | ![]() |
I_FIELDNM_OLD | Call by reference | Type reference (TYPE) | RSD_FIELDNM | 20110708 | |||
4 | ![]() |
I_TABALIAS_NEW | Call by reference | Type reference (TYPE) | RSDRS_ALIAS | 20110708 | |||
5 | ![]() |
I_TABALIAS_OLD | Call by reference | Type reference (TYPE) | RSDRS_ALIAS | 20110708 |
Method _REPLACE_CHAR_GROUPBY on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _REPLICATE_CHARS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_CHA | Call by reference | Type reference (TYPE) | RSDRS_T_CHA | 20110708 | |||
2 | ![]() |
I_T_RPLCHA | Call by reference | Type reference (TYPE) | RSDRC_T_RPLCHA | 20110708 |
Method _REPLICATE_CHARS on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _SET_ATTR_OWNER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_SX_SFC | Call by reference | Type reference (TYPE) | TP_SX_RSDRC_SX_SFC | 20110708 |
Method _SET_ATTR_OWNER on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _SET_CONVENIENT_SIDTP_ATTR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_SX_SFC | Call by reference | Type reference (TYPE) | TP_SX_RSDRC_SX_SFC | 20110708 |
Method _SET_CONVENIENT_SIDTP_ATTR on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _SET_CONVENIENT_SIDTP_CHA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_SX_SFC | Call by reference | Type reference (TYPE) | TP_SX_RSDRC_SX_SFC | 20110708 | |||
2 | ![]() |
I_TX_SFC | Call by reference | Type reference (TYPE) | TP_TX_RSDRC_TX_SFC | 20110708 |
Method _SET_CONVENIENT_SIDTP_CHA on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _SET_DTA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_INFOCUBE | Call by reference | Type reference (TYPE) | RSINFOCUBE | InfoCube | 20110708 |
Method _SET_DTA on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _SET_LINEITEM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_SX_SFC | Call by reference | Type reference (TYPE) | TP_SX_RSDRC_SX_SFC | 20110708 |
Method _SET_LINEITEM on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _SET_RETURNFL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_S_SFC | Call by reference | Type reference (TYPE) | RSDD_S_SFC | 20121105 | |||
2 | ![]() |
R_RETURNFL | Value transfer | Type reference (TYPE) | RSDRC_RETURNFL | 20121105 |
Method _SET_RETURNFL on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _SET_SAMPLE_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_SAMPLE | Call by reference | Type reference (TYPE) | I | 20110708 | |||
2 | ![]() |
R_SAMPLE | Value transfer | Type reference (TYPE) | I | 20110708 |
Method _SET_SAMPLE_VALUE on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _SET_SELC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_T_SELC | Call by reference | Type reference (TYPE) | RSDRC_T_SELC | 20110708 | |||
2 | ![]() |
I_T_SELC | Call by reference | Type reference (TYPE) | RSDRC_T_SELC | 20110708 |
Method _SET_SELC on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _SET_SELK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_T_SELK | Call by reference | Type reference (TYPE) | RSDRC_T_SELK | 20110708 | |||
2 | ![]() |
R_T_SELK | Value transfer | Type reference (TYPE) | RSDRC_T_SELK | 20110708 |
Method _SET_SELK on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _SET_SELT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_T_SELT | Call by reference | Type reference (TYPE) | RSDRC_T_SELT | 20110708 | |||
2 | ![]() |
R_T_SELT | Value transfer | Type reference (TYPE) | RSDRC_T_SELT | 20110708 |
Method _SET_SELT on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _SET_SFC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_TX_SFC | Call by reference | Type reference (TYPE) | TP_TX_RSDRC_TX_SFC | 20110708 | |||
2 | ![]() |
I_TH_SFC | Call by reference | Type reference (TYPE) | RSDD_TH_SFC | Tabelle der benötigten Merkmale usw. | 20110708 |
Method _SET_SFC on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _SET_SFK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TH_SFK | Call by reference | Type reference (TYPE) | RSDD_TH_SFK | Tabelle der benötigten Basiskennzahlen | 20110708 | ||
2 | ![]() |
R_T_SFK | Value transfer | Type reference (TYPE) | TP_T_RSDRC_T_SFK | 20110708 |
Method _SET_SFK on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _SIDCONVERT_APPLICABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_SX_SFC | Call by reference | Type reference (TYPE) | TP_SX_RSDRC_SX_SFC | Boolean | 20110708 | ||
2 | ![]() |
I_T_SELC | Call by reference | Type reference (TYPE) | RSDRC_T_SELC | 20110708 | |||
3 | ![]() |
I_T_SELT | Call by reference | Type reference (TYPE) | RSDRC_T_SELT | 20110708 |
Method _SIDCONVERT_APPLICABLE on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
Method _VAL_SID_CONVERT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CHANM | Call by reference | Type reference (TYPE) | RSD_CHANM | 20110708 | |||
2 | ![]() |
I_CHAVL | Call by reference | Type reference (TYPE) | RSCHAVL | Dim: Feld für einen beliebigen Merkmalswert | 20110708 | ||
3 | ![]() |
I_NEW_SID | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20110708 | ||
4 | ![]() |
R_SID | Value transfer | Type reference (TYPE) | RSSID | Stammdaten ID | 20110708 |
Method _VAL_SID_CONVERT on class CL_RSDRC_SX_QUERY_BUILDER has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 732 |