Hierarchy

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_RSR_RRK0_LRECH_PROCESSOR | LRECH formula calculator | 20120723 |
Properties
Class | CL_RSR_RRK0_FAGGR_PROCESSOR | |
Short Description | Formula Exception Aggregation | |
Super Class | CL_RSR_RRK0_LRECH_PROCESSOR | LRECH formula calculator |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | BRAIN | |
Program status | K | Customer Production Program |
Category | 0 | |
Package | RSROA_RT | OLAP: Kernel Runtime |
Created | 20120723 | 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 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
4 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
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) |
8 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSR_RRK0_FAGGR_PROCESSOR has no interface implemented.
Friends
Class CL_RSR_RRK0_FAGGR_PROCESSOR has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | I | 400000000 | 20120723 | ||
2 | ![]() |
Constant | Private | See coding | 20120723 | ||||
3 | ![]() |
Constant | Private | See coding | 20120723 | ||||
4 | ![]() |
Constant | Private | Type reference (TYPE) | ABAP_COMPNAME | 'AGGR_KEY' | 20130322 | ||
5 | ![]() |
Constant | Private | See coding | 20120723 | ||||
6 | ![]() |
Constant | Private | See coding | 20120723 | ||||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | Dummy assign | 20120723 | ||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TP_LFDUSE | 20120723 | |||
9 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSR_RRK0_CURR_WGR | Used curr_wgr object (only in sx_to_ldata !!) | 20120723 | ||
10 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | DATA | 20120723 | |||
11 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | 20130322 | |||
12 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20121026 | ||
13 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_TABLEDESCR | 20130322 | |||
14 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_TABLEDESCR | 20130322 | |||
15 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TP_TSX_BDATA_SID_DESCR_BUFFER | 20130322 | |||
16 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TP_TSX_FLDATA_B | 20120723 | |||
17 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TP_TSX_LDATA_B | 20120723 | |||
18 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RRSI_TS_SID | SID (or Integer) Table | 20120723 |
Methods
Events
Class CL_RSR_RRK0_FAGGR_PROCESSOR has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TP_LFDUSE | Private | See coding | 20120723 | tp_lfduse(1) TYPE c
|
||
2 | TP_SX_BDATA_SID_DESCR_BUFFER | Private | See coding | 20130322 | BEGIN OF tp_sx_bdata_sid_descr_buffer,
chf TYPE rrk_t_chanmid, "the characteristics of the secondary key
bdata_sid_descr TYPE REF TO cl_abap_tabledescr,
END OF tp_sx_bdata_sid_descr_buffer
|
||
3 | TP_SX_FLDATA | Private | See coding | 20120723 | BEGIN OF tp_sx_fldata,
chf TYPE rrk_t_chanmid, "group-by characteristics of the container (the filled lsids)
lines TYPE sytfill, "lines of BDATA_SID, in case of COUNT filled even if BDATA_SID is initial
null_bdata TYPE tn_s_bdata, "the correct null representative
bdata TYPE tn_s_bdata, "filled if CHF table is initial
bdata_sid TYPE REF TO data, "filled if CHF table is not initial
END OF tp_sx_fldata
|
||
4 | TP_SX_FLDATA_B | Private | See coding | 20120723 | BEGIN OF tp_sx_fldata_b,
index_l TYPE i,
index_a TYPE i,
aggrid_hash TYPE rsmds_hashx, "table type -> multidimensional faggr!
use TYPE tp_lfduse,
fldata TYPE tp_sx_fldata,
END OF tp_sx_fldata_b
|
||
5 | TP_SX_LDATA_B | Private | See coding | 20120723 | BEGIN OF tp_sx_ldata_b,
bnr TYPE rrqufl,
chf TYPE rrk_t_chanmid, "group-by characteristics of the container (the filled lsids)
lines TYPE sytfill,
bdata_sid TYPE REF TO data,
END OF tp_sx_ldata_b
|
||
6 | TP_S_FIX | Private | See coding | 20120723 | BEGIN OF tp_s_fix,
b1 TYPE rs_bool,
b2 TYPE rs_bool,
END OF tp_s_fix
|
||
7 | TP_S_FLDATA_BUF | Private | See coding | 20130208 | BEGIN OF tp_s_fldata_buf,
sctsid TYPE rssid,
sx_fldata TYPE tp_sx_fldata,
END OF tp_s_fldata_buf
|
||
8 | TP_TSX_BDATA_SID_DESCR_BUFFER | Private | See coding | 20130322 | tp_tsx_bdata_sid_descr_buffer TYPE STANDARD TABLE OF tp_sx_bdata_sid_descr_buffer WITH DEFAULT KEY
|
||
9 | TP_TSX_FLDATA_B | Private | See coding | 20120723 | tp_tsx_fldata_b TYPE SORTED TABLE OF tp_sx_fldata_b
WITH UNIQUE KEY index_l index_a aggrid_hash
|
||
10 | TP_TSX_LDATA_B | Private | See coding | 20120723 | tp_tsx_ldata_b TYPE SORTED TABLE OF tp_sx_ldata_b WITH UNIQUE KEY bnr
|
||
11 | TP_TS_FLDATA_BUF | Private | See coding | 20130208 | tp_ts_fldata_buf TYPE SORTED TABLE OF tp_s_fldata_buf
WITH UNIQUE KEY sctsid
|
Method Signatures
Method CLEAR_LDATA Signature
Method CLEAR_LDATA on class CL_RSR_RRK0_FAGGR_PROCESSOR has no parameter.
Method CLEAR_LDATA on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_BDATA | Call by reference | Object reference (TYPE REF TO) | CL_RSR_RRK0_BDATA | bdata table (bnr values per setxx char value combination) | 20120828 | ||
2 | ![]() |
I_R_QUERY_RUNTIME | Call by reference | Object reference (TYPE REF TO) | CL_RSR_RRK0_QUERY_RUNTIME | 20120723 |
Method CONSTRUCTOR on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method GET_AGGRID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_AGGRID | Call by reference | Type reference (TYPE) | RRCHANMID | Internal ID of the CHANM | 20120723 | ||
2 | ![]() |
R_AGGRID | Value transfer | Type reference (TYPE) | RRCHANMID | Internal ID of the CHANM | 20120723 |
Method GET_AGGRID on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method RESET_FLDATA Signature
Method RESET_FLDATA on class CL_RSR_RRK0_FAGGR_PROCESSOR has no parameter.
Method RESET_FLDATA on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _FAGGR_INIT Signature
Method _FAGGR_INIT on class CL_RSR_RRK0_FAGGR_PROCESSOR has no parameter.
Method _FAGGR_INIT on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _FAGGR_RESET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_AGGRID | Call by reference | Type reference (TYPE) | RRCHANMID | Internal ID of the CHANM | 20120723 |
Method _FAGGR_RESET on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _FAGGR_SET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_AGGRID | Call by reference | Type reference (TYPE) | RRCHANMID | Internal ID of the CHANM | 20120723 | ||
2 | ![]() |
R_AGGRID | Value transfer | Type reference (TYPE) | RRCHANMID | Internal ID of the CHANM | 20120723 |
Method _FAGGR_SET on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _GET_FLDATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_BNR | Call by reference | Type reference (TYPE) | I | 20120723 | |||
2 | ![]() |
I_S_SID | Call by reference | Type reference (TYPE) | ANY | 20121213 | |||
3 | ![]() |
I_TS_AXES | Call by reference | Type reference (TYPE) | RRK0_TS_AXES | 20121213 | |||
4 | ![]() |
I_T_AGGRID_ADD | Call by reference | Type reference (TYPE) | RRK_T_CHANMID | Additional Charateristics to aggregate | 20121213 | ||
5 | ![]() |
R_SX_FLDATA | Value transfer | Type reference (TYPE) | TP_SX_FLDATA | 20120723 |
Method _GET_FLDATA on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _GET_FLDATA_STOCK_COVER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_S_SID | Call by reference | Type reference (TYPE) | ANY | 20130205 | |||
2 | ![]() |
I_S_STOCK_COVER | Call by reference | Type reference (TYPE) | RRO01_S_STOCK_COVER | Stock Coverage | 20130205 | ||
3 | ![]() |
I_TS_AXES | Call by reference | Type reference (TYPE) | RRK0_TS_AXES | 20130205 | |||
4 | ![]() |
I_T_AGGRID_ADD | Call by reference | Type reference (TYPE) | RRK_T_CHANMID | Additional Charateristics to aggregate | 20130205 | ||
5 | ![]() |
R_SX_FLDATA | Value transfer | Type reference (TYPE) | TP_SX_FLDATA | 20130205 |
Method _GET_FLDATA_STOCK_COVER on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _GET_FLDATA_STOCK_COVER_CALC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_R_TS_BDATA_SID | Call by reference | Object reference (TYPE REF TO) | DATA | 20130326 | |||
2 | ![]() |
I_SX_FLDATA_STOCK | Call by reference | Type reference (TYPE) | TP_SX_FLDATA | 20130326 | |||
3 | ![]() |
I_S_SID | Call by reference | Type reference (TYPE) | ANY | 20130326 | |||
4 | ![]() |
I_S_STOCK_COVER | Call by reference | Type reference (TYPE) | RRO01_S_STOCK_COVER | Stock Coverage | 20130326 | ||
5 | ![]() |
I_TS_AXES | Call by reference | Type reference (TYPE) | RRK0_TS_AXES | 20130326 | |||
6 | ![]() |
I_T_AGGRID_ADD | Call by reference | Type reference (TYPE) | RRK_T_CHANMID | Additional Charateristics to aggregate | 20130326 |
Method _GET_FLDATA_STOCK_COVER_CALC on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _GET_FLDATA_STOCK_COVER_DMD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_TS_FLDATA_BUF | Call by reference | Type reference (TYPE) | TP_TS_FLDATA_BUF | 20130208 | |||
2 | ![]() |
E_SX_FLDATA_DEMAND | Call by reference | Type reference (TYPE) | TP_SX_FLDATA | 20130208 | |||
3 | ![]() |
I_SCTSID | Call by reference | Type reference (TYPE) | RSSID | Master data ID | 20130208 | ||
4 | ![]() |
I_S_SID | Call by reference | Type reference (TYPE) | ANY | 20130208 | |||
5 | ![]() |
I_S_STOCK_COVER | Call by reference | Type reference (TYPE) | RRO01_S_STOCK_COVER | Stock Coverage | 20130208 | ||
6 | ![]() |
I_TS_AXES | Call by reference | Type reference (TYPE) | RRK0_TS_AXES | 20130208 | |||
7 | ![]() |
I_T_AGGRID_ADD | Call by reference | Type reference (TYPE) | RRK_T_CHANMID | Additional Charateristics to aggregate | 20130208 |
Method _GET_FLDATA_STOCK_COVER_DMD on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _GET_NIA_WGR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_SX_WGR | Call by reference | Type reference (TYPE) | RRO01_SX_WGR | Description of Storage and Aggregation Table | 20120723 | ||
2 | ![]() |
I_S_SID | Call by reference | Type reference (TYPE) | ANY | 20120723 | |||
3 | ![]() |
I_TS_AXES | Call by reference | Type reference (TYPE) | RRK0_TS_AXES | 20120723 | |||
4 | ![]() |
R_TSX_NIA | Value transfer | Type reference (TYPE) | CL_RSR_RRK0_AGGR_NIA=>TN_TSX_NIA | 20120723 |
Method _GET_NIA_WGR on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _GET_S_CHF_ALL_DESCR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_WITH_ASID | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | 20130322 | ||
2 | ![]() |
R_R_STRUCTDESCR | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20121026 |
Method _GET_S_CHF_ALL_DESCR on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _GET_TS_BDATA_SID_ASID_DESCR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_R_TABLEDESCR | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_TABLEDESCR | 20130322 |
Method _GET_TS_BDATA_SID_ASID_DESCR on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _GET_TS_BDATA_SID_DESCR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_T_CHF | Call by reference | Type reference (TYPE) | RRK_T_CHANMID | 20130322 | |||
2 | ![]() |
R_R_TABLEDESCR | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_TABLEDESCR | 20130322 |
Method _GET_TS_BDATA_SID_DESCR on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _LADATA_TO_LDATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_TS_BDATA_SID | Call by reference | Type reference (TYPE) | SORTED TABLE | 20130322 | |||
2 | ![]() |
I_AGGREXC | Call by reference | Type reference (TYPE) | RSAGGREXC | Exception Aggregation | 20120723 | ||
3 | ![]() |
I_AGGRID | Call by reference | Type reference (TYPE) | RRCHANMID | Internal ID of the CHANM | 20120723 | ||
4 | ![]() |
I_BLFV | Call by reference | Type reference (TYPE) | RRBLFV | Number is virtual (through filling gaps in non-cumulatives) | 20130326 | ||
5 | ![]() |
I_BNR | Call by reference | Type reference (TYPE) | I | 20120723 | |||
6 | ![]() |
I_CUDIM | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20120723 | ||
7 | ![]() |
I_TSX_NIA | Call by reference | Type reference (TYPE) | CL_RSR_RRK0_AGGR_NIA=>TN_TSX_NIA | 20120723 | |||
8 | ![]() |
I_TS_BDATA_SID_ASID | Call by reference | Type reference (TYPE) | SORTED TABLE | 20130322 |
Method _LADATA_TO_LDATA on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _LRECH_AGGR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_INDEX_A | Value transfer | Type reference (TYPE) | SYTABIX | Index of Internal Tables | 20120723 | ||
2 | ![]() |
I_INDEX_L | Call by reference | Type reference (TYPE) | SYTABIX | Index of Internal Tables | 20120723 | ||
3 | ![]() |
I_IS_DETAIL | Call by reference | Type reference (TYPE) | RS_BOOL | 20120723 | |||
4 | ![]() |
I_KID | Call by reference | Type reference (TYPE) | RSRKID | Structure Element Combination ID | 20120723 | ||
5 | ![]() |
I_SX_LRECH | Call by reference | Type reference (TYPE) | RRO01_SX_LRECH | Formula | 20120723 | ||
6 | ![]() |
I_S_SID | Call by reference | Type reference (TYPE) | ANY | 20120723 | |||
7 | ![]() |
I_TS_AXES | Call by reference | Type reference (TYPE) | RRK0_TS_AXES | 20120723 | |||
8 | ![]() |
R_SX_FLDATA | Value transfer | Type reference (TYPE) | TP_SX_FLDATA | 20120723 |
Method _LRECH_AGGR on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _LRECH_AGGR_CONSTFAG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_SX_FLDATA | Call by reference | Type reference (TYPE) | TP_SX_FLDATA | 20120723 | |||
2 | ![]() |
I_EXP | Call by reference | Type reference (TYPE) | RREXP | Exponent of a Constant | 20120723 | ||
3 | ![]() |
I_QUBH | Call by reference | Type reference (TYPE) | RRQUFL | Next record in B (Quell=1), indl SUMM (Q=2), IND LRECH (Q=3) | 20120723 |
Method _LRECH_AGGR_CONSTFAG on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _LRECH_AGGR_CXY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_QUFL | Call by reference | Type reference (TYPE) | RRQUFL | Next record in B (Quell=1), indl SUMM (Q=2), IND LRECH (Q=3) | 20120723 | ||
2 | ![]() |
I_SX_FLDATA | Call by reference | Type reference (TYPE) | TP_SX_FLDATA | 20120723 | |||
3 | ![]() |
R_SX_FLDATA | Value transfer | Type reference (TYPE) | TP_SX_FLDATA | 20120723 |
Method _LRECH_AGGR_CXY on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _LRECH_AGGR_FIX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_EXP | Call by reference | Type reference (TYPE) | RREXP | 20120723 | |||
2 | ![]() |
I_QUBH | Call by reference | Type reference (TYPE) | RRQUFL | 20120723 | |||
3 | ![]() |
R_S_BDATA | Value transfer | Type reference (TYPE) | TN_S_BDATA | 20120723 |
Method _LRECH_AGGR_FIX on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _LRECH_AGGR_LDATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_SX_FLDATA | Call by reference | Type reference (TYPE) | TP_SX_FLDATA | 20121213 | |||
2 | ![]() |
I_AGGREXC | Call by reference | Type reference (TYPE) | RSAGGREXC | Exception aggregation | 20121212 | ||
3 | ![]() |
I_INDEX_L | Call by reference | Type reference (TYPE) | SYTABIX | Index of Internal Tables | 20121213 | ||
4 | ![]() |
I_S_SID | Call by reference | Type reference (TYPE) | ANY | 20121212 | |||
5 | ![]() |
I_TS_AXES | Call by reference | Type reference (TYPE) | RRK0_TS_AXES | 20121212 | |||
6 | ![]() |
I_T_AGGRID | Call by reference | Type reference (TYPE) | RRK_T_CHANMID | Table of Chanmids | 20130109 | ||
7 | ![]() |
R_SX_FLDATA | Value transfer | Type reference (TYPE) | TP_SX_FLDATA | 20121212 |
Method _LRECH_AGGR_LDATA on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _LRECH_AGGR_LDATAX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_SX_FLDATA | Call by reference | Type reference (TYPE) | TP_SX_FLDATA | 20120723 | |||
2 | ![]() |
E_SX_FLDATA | Call by reference | Type reference (TYPE) | TP_SX_FLDATA | 20120723 | |||
3 | ![]() |
I_AGGREXC | Call by reference | Type reference (TYPE) | RSAGGREXC | Exception Aggregation | 20120723 | ||
4 | ![]() |
I_CUDIM | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20120723 | ||
5 | ![]() |
I_TS_SID | Call by reference | Type reference (TYPE) | RRSI_TS_SID | SID (or Integer) Table | 20120723 | ||
6 | ![]() |
I_T_AGGRID | Call by reference | Type reference (TYPE) | RRK_T_CHANMID | Internal ID of the CHANM | 20121026 |
Method _LRECH_AGGR_LDATAX on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _LRECH_AGGR_LOOKUPFIX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_EXP | Call by reference | Type reference (TYPE) | RREXP | 20120723 | |||
2 | ![]() |
I_KID | Call by reference | Type reference (TYPE) | RSRKID | 20120723 | |||
3 | ![]() |
I_QUBH | Call by reference | Type reference (TYPE) | RRQUBH | 20120723 | |||
4 | ![]() |
I_QUFL | Call by reference | Type reference (TYPE) | RRQUFL | 20120723 | |||
5 | ![]() |
I_S_SID | Call by reference | Type reference (TYPE) | ANY | 20120723 | |||
6 | ![]() |
I_TS_AXES | Call by reference | Type reference (TYPE) | RRK0_TS_AXES | 20120723 | |||
7 | ![]() |
R_S_BDATA | Value transfer | Type reference (TYPE) | TN_S_BDATA | 20120723 |
Method _LRECH_AGGR_LOOKUPFIX on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _LRECH_AGGR_LRECH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_IS_DETAIL | Call by reference | Type reference (TYPE) | RS_BOOL | 20120723 | |||
2 | ![]() |
I_KID | Call by reference | Type reference (TYPE) | RSRKID | Structure Element Combination ID | 20120723 | ||
3 | ![]() |
I_QUFL | Call by reference | Type reference (TYPE) | RRQUFL | Next record in B (Quell=1), indl SUMM (Q=2), IND LRECH (Q=3) | 20120723 | ||
4 | ![]() |
I_S_SID | Call by reference | Type reference (TYPE) | ANY | 20120723 | |||
5 | ![]() |
I_TS_AXES | Call by reference | Type reference (TYPE) | RRK0_TS_AXES | 20120723 | |||
6 | ![]() |
I_T_AGGRID_ADD | Call by reference | Type reference (TYPE) | RRK_T_CHANMID | Table of Chanmids | 20121213 | ||
7 | ![]() |
R_SX_FLDATA | Value transfer | Type reference (TYPE) | TP_SX_FLDATA | 20120723 |
Method _LRECH_AGGR_LRECH on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _LRECH_AGGR_LRECH_00 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_IS_DETAIL | Call by reference | Type reference (TYPE) | RS_BOOL | 20120723 | |||
2 | ![]() |
I_KID | Call by reference | Type reference (TYPE) | RSRKID | Structure Element Combination ID | 20120723 | ||
3 | ![]() |
I_SX_LRECH | Call by reference | Type reference (TYPE) | RRO01_SX_LRECH | Formula | 20120723 | ||
4 | ![]() |
I_S_SID | Call by reference | Type reference (TYPE) | ANY | 20120723 | |||
5 | ![]() |
I_TS_AXES | Call by reference | Type reference (TYPE) | RRK0_TS_AXES | 20120723 | |||
6 | ![]() |
I_T_AGGRID_ADD | Call by reference | Type reference (TYPE) | RRK_T_CHANMID | Table of Chanmids | 20121213 | ||
7 | ![]() |
R_SX_FLDATA | Value transfer | Type reference (TYPE) | TP_SX_FLDATA | 20120723 |
Method _LRECH_AGGR_LRECH_00 on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _LRECH_AGGR_LRECH_11 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_S_BDATA1 | Call by reference | Type reference (TYPE) | TN_S_BDATA | 20120723 | |||
2 | ![]() |
C_S_BDATA2 | Call by reference | Type reference (TYPE) | TN_S_BDATA | 20120723 | |||
3 | ![]() |
E_S_BDATA | Call by reference | Type reference (TYPE) | TN_S_BDATA | 20120723 | |||
4 | ![]() |
I_IS_DETAIL | Call by reference | Type reference (TYPE) | RS_BOOL | 20120723 | |||
5 | ![]() |
I_SX_LRECH | Call by reference | Type reference (TYPE) | RRO01_SX_LRECH | 20120723 | |||
6 | ![]() |
I_S_SID | Call by reference | Type reference (TYPE) | ANY | 20120723 | |||
7 | ![]() |
I_TS_AXES | Call by reference | Type reference (TYPE) | RRK0_TS_AXES | 20120723 |
Method _LRECH_AGGR_LRECH_11 on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _LRECH_AGGR_LRECH_FIX_X Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_SX_FLDATA | Call by reference | Type reference (TYPE) | TP_SX_FLDATA | 20120723 | |||
2 | ![]() |
I_IS_DETAIL | Call by reference | Type reference (TYPE) | RS_BOOL | 20120723 | |||
3 | ![]() |
I_SX_FLDATA | Call by reference | Type reference (TYPE) | TP_SX_FLDATA | 20120723 | |||
4 | ![]() |
I_SX_LRECH | Call by reference | Type reference (TYPE) | RRO01_SX_LRECH | 20120723 | |||
5 | ![]() |
I_S_BDATA | Call by reference | Type reference (TYPE) | TN_S_BDATA | 20120723 | |||
6 | ![]() |
I_S_FIX | Call by reference | Type reference (TYPE) | TP_S_FIX | 20120723 | |||
7 | ![]() |
I_S_SID | Call by reference | Type reference (TYPE) | ANY | 20120723 | |||
8 | ![]() |
I_TS_AXES | Call by reference | Type reference (TYPE) | RRK0_TS_AXES | 20120723 |
Method _LRECH_AGGR_LRECH_FIX_X on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _LRECH_AGGR_LRECH_X Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_SX_FLDATA1 | Call by reference | Type reference (TYPE) | TP_SX_FLDATA | 20120723 | |||
2 | ![]() |
C_SX_FLDATA2 | Call by reference | Type reference (TYPE) | TP_SX_FLDATA | 20120723 | |||
3 | ![]() |
E_SX_FLDATA | Call by reference | Type reference (TYPE) | TP_SX_FLDATA | 20120723 | |||
4 | ![]() |
I_IS_DETAIL | Call by reference | Type reference (TYPE) | RS_BOOL | 20120723 | |||
5 | ![]() |
I_SX_LRECH | Call by reference | Type reference (TYPE) | RRO01_SX_LRECH | Formula | 20120723 | ||
6 | ![]() |
I_S_SID | Call by reference | Type reference (TYPE) | ANY | 20120723 | |||
7 | ![]() |
I_TS_AXES | Call by reference | Type reference (TYPE) | RRK0_TS_AXES | 20120723 |
Method _LRECH_AGGR_LRECH_X on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _LRECH_AGGR_LRECH_XY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_SX_FLDATA1 | Call by reference | Type reference (TYPE) | TP_SX_FLDATA | 20121228 | |||
2 | ![]() |
C_SX_FLDATA2 | Call by reference | Type reference (TYPE) | TP_SX_FLDATA | 20121228 | |||
3 | ![]() |
E_SX_FLDATA | Call by reference | Type reference (TYPE) | TP_SX_FLDATA | 20121228 | |||
4 | ![]() |
I_IS_DETAIL | Call by reference | Type reference (TYPE) | RS_BOOL | 20121228 | |||
5 | ![]() |
I_SX_LRECH | Call by reference | Type reference (TYPE) | RRO01_SX_LRECH | Formula | 20121228 | ||
6 | ![]() |
I_S_SID | Call by reference | Type reference (TYPE) | ANY | 20121228 | |||
7 | ![]() |
I_TS_AXES | Call by reference | Type reference (TYPE) | RRK0_TS_AXES | 20121228 |
Method _LRECH_AGGR_LRECH_XY on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _LRECH_AGGR_MINUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_SX_FLDATA | Call by reference | Type reference (TYPE) | TP_SX_FLDATA | 20120723 |
Method _LRECH_AGGR_MINUS on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _LRECH_AGGR_NEG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_S_BDATA | Call by reference | Type reference (TYPE) | TN_S_BDATA | 20120723 | |||
2 | ![]() |
I_AGGREXC | Call by reference | Type reference (TYPE) | RSAGGREXC | 20121213 | |||
3 | ![]() |
I_CUDIM | Call by reference | Type reference (TYPE) | RS_BOOL | 20120723 | |||
4 | ![]() |
I_TS_SID | Call by reference | Type reference (TYPE) | RRSI_TS_SID | 20120723 | |||
5 | ![]() |
I_T_AGGRID | Call by reference | Type reference (TYPE) | RRK_T_CHANMID | 20121213 |
Method _LRECH_AGGR_NEG on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _LRECH_AGGR_NEGX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_SX_FLDATA | Call by reference | Type reference (TYPE) | TP_SX_FLDATA | 20120723 | |||
2 | ![]() |
E_SX_FLDATA | Call by reference | Type reference (TYPE) | TP_SX_FLDATA | 20120723 | |||
3 | ![]() |
I_AGGREXC | Call by reference | Type reference (TYPE) | RSAGGREXC | Exception aggregation | 20121213 | ||
4 | ![]() |
I_CUDIM | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20120723 | ||
5 | ![]() |
I_TS_SID | Call by reference | Type reference (TYPE) | RRSI_TS_SID | SID (or Integer) Table | 20120723 | ||
6 | ![]() |
I_T_AGGRID | Call by reference | Type reference (TYPE) | RRK_T_CHANMID | Internal ID of the CHANM | 20121213 |
Method _LRECH_AGGR_NEGX on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _LRECH_AGGR_NODIM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_SX_FLDATA | Value transfer | Type reference (TYPE) | TP_SX_FLDATA | 20120723 |
Method _LRECH_AGGR_NODIM on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _LRECH_AGGR_RG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_PLEVEL | Call by reference | Type reference (TYPE) | RRPLEVEL | Dim: Standardizing type | 20120723 | ||
2 | ![]() |
I_QUFL | Call by reference | Type reference (TYPE) | RRQUFL | Next record in B (Quell=1), indl SUMM (Q=2), IND LRECH (Q=3) | 20120723 | ||
3 | ![]() |
I_SX_FLDATA | Call by reference | Type reference (TYPE) | TP_SX_FLDATA | 20120723 | |||
4 | ![]() |
R_SX_FLDATA | Value transfer | Type reference (TYPE) | TP_SX_FLDATA | 20120723 |
Method _LRECH_AGGR_RG on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _LRECH_AGGR_SUMM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_HIGH | Call by reference | Type reference (TYPE) | SYTABIX | Formula | 20120723 | ||
2 | ![]() |
I_LOW | Call by reference | Type reference (TYPE) | SYTABIX | Internal ID of the CHANM | 20120723 | ||
3 | ![]() |
I_S_SID | Call by reference | Type reference (TYPE) | ANY | 20121213 | |||
4 | ![]() |
I_TS_AXES | Call by reference | Type reference (TYPE) | RRK0_TS_AXES | 20121213 | |||
5 | ![]() |
I_T_AGGRID_ADD | Call by reference | Type reference (TYPE) | RRK_T_CHANMID | Table of Chanmids | 20121213 | ||
6 | ![]() |
R_SX_FLDATA | Value transfer | Type reference (TYPE) | TP_SX_FLDATA | 20120723 |
Method _LRECH_AGGR_SUMM on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _LRECH_AGGR_SUMMB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_S_BDATA | Call by reference | Type reference (TYPE) | TN_S_BDATA | 20130129 | |||
2 | ![]() |
I_S_BDATA | Call by reference | Type reference (TYPE) | TN_S_BDATA | 20130129 | |||
3 | ![]() |
I_S_SUMM | Call by reference | Type reference (TYPE) | RRO01_S_SUMM | 20130129 |
Method _LRECH_AGGR_SUMMB on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _LRECH_AGGR_SUMMFB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_S_BDATA | Call by reference | Type reference (TYPE) | TN_S_BDATA | 20130129 | |||
2 | ![]() |
I_S_SUMM | Call by reference | Type reference (TYPE) | RRO01_S_SUMM | 20130129 |
Method _LRECH_AGGR_SUMMFB on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _LRECH_AGGR_SUMMFX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_TS_BDATA_SID | Call by reference | Type reference (TYPE) | SORTED TABLE | 20130322 | |||
2 | ![]() |
I_S_SUMM | Call by reference | Type reference (TYPE) | RRO01_S_SUMM | 20120723 |
Method _LRECH_AGGR_SUMMFX on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _LRECH_AGGR_SUMMN_X Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_TS_BDATA_SID | Call by reference | Type reference (TYPE) | SORTED TABLE | 20130322 | |||
2 | ![]() |
I_S_SUMM | Call by reference | Type reference (TYPE) | RRO01_S_SUMM | 20120723 | |||
3 | ![]() |
I_TS_BDATA_SID | Call by reference | Type reference (TYPE) | SORTED TABLE | 20130322 |
Method _LRECH_AGGR_SUMMN_X on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _LRECH_AGGR_SUMM_B Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_S_BDATA | Call by reference | Type reference (TYPE) | TN_S_BDATA | 20120723 | |||
2 | ![]() |
I_S_BDATA | Call by reference | Type reference (TYPE) | TN_S_BDATA | 20120723 |
Method _LRECH_AGGR_SUMM_B on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _PROTECT_R_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_DATA | Value transfer | Object reference (TYPE REF TO) | DATA | 20120723 | |||
2 | ![]() |
R_R_DATA | Value transfer | Object reference (TYPE REF TO) | DATA | 20120723 |
Method _PROTECT_R_DATA on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _SORT_X Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_TA_D | Call by reference | Type reference (TYPE) | ANY TABLE | 20120723 | |||
2 | ![]() |
I_ASID | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20120723 | |
3 | ![]() |
I_CHFANZ | Call by reference | Type reference (TYPE) | RRCHFANZ | 20130322 | |||
4 | ![]() |
I_CHFID | Call by reference | Type reference (TYPE) | RRCHFID | ID of the Exception Aggregation References | 20120723 |
Method _SORT_X on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _SX_TO_LDATA_AL_X Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_TA_D | Call by reference | Type reference (TYPE) | ANY TABLE | 20120723 | |||
2 | ![]() |
I_SX_WGR | Call by reference | Type reference (TYPE) | RRO01_SX_WGR | Description of Storage and Aggregation Table | 20120723 | ||
3 | ![]() |
I_S_SID | Call by reference | Type reference (TYPE) | ANY | 20120723 | |||
4 | ![]() |
I_TS_AXES | Call by reference | Type reference (TYPE) | RRK0_TS_AXES | 20120723 | |||
5 | ![]() |
I_WNR | Call by reference | Type reference (TYPE) | RRWNR | Value Field Number on the SP | 20130204 |
Method _SX_TO_LDATA_AL_X on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _SX_TO_LDATA_AL_X_WNR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_SID_W | Call by reference | Type reference (TYPE) | ANY | 20130322 | |||
2 | ![]() |
C_S_BDATA_SID_ASID | Call by reference | Type reference (TYPE) | ANY | 20130322 | |||
3 | ![]() |
C_S_D | Call by reference | Type reference (TYPE) | ANY | 20130204 | |||
4 | ![]() |
C_TS_BDATA_SID_ASID | Call by reference | Type reference (TYPE) | SORTED TABLE | 20130322 | |||
5 | ![]() |
I_ASID | Call by reference | Type reference (TYPE) | RSSID | Master data ID | 20130903 | ||
6 | ![]() |
I_CUDIM | Call by reference | Type reference (TYPE) | RSSID | Master data ID | 20130204 | ||
7 | ![]() |
I_INI | Call by reference | Type reference (TYPE) | DECFLOAT | 20130204 | |||
8 | ![]() |
I_SX_WGR | Call by reference | Type reference (TYPE) | RRO01_SX_WGR | Description of Storage and Aggregation Table | 20130204 | ||
9 | ![]() |
I_TA_D | Call by reference | Type reference (TYPE) | ANY TABLE | 20130204 | |||
10 | ![]() |
I_TSX_NIA | Call by reference | Type reference (TYPE) | CL_RSR_RRK0_AGGR_NIA=>TN_TSX_NIA | 20130204 | |||
11 | ![]() |
I_WNR | Call by reference | Type reference (TYPE) | RRWNR | Value Field Number on the SP | 20130204 |
Method _SX_TO_LDATA_AL_X_WNR on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _SX_TO_LDATA_COUNT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_SX_WGR | Call by reference | Type reference (TYPE) | RRO01_SX_WGR | Description of Storage and Aggregation Table | 20120723 | ||
2 | ![]() |
I_S_N | Call by reference | Type reference (TYPE) | ANY | Summary Structure for Counters | 20120723 | ||
3 | ![]() |
I_TA_D | Call by reference | Type reference (TYPE) | ANY TABLE | 20120723 | |||
4 | ![]() |
I_WNR | Call by reference | Type reference (TYPE) | RRWNR | Value Field Number on the SP | 20130204 |
Method _SX_TO_LDATA_COUNT on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _SX_TO_LDATA_COUNT_N_WNR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_SX_WGR | Call by reference | Type reference (TYPE) | RRO01_SX_WGR | Description of Storage and Aggregation Table | 20130206 | ||
2 | ![]() |
I_S_N | Call by reference | Type reference (TYPE) | ANY | Summary Structure for Counters | 20130206 | ||
3 | ![]() |
I_WNR | Call by reference | Type reference (TYPE) | RRWNR | Value Field Number on the SP | 20130206 |
Method _SX_TO_LDATA_COUNT_N_WNR on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _SX_TO_LDATA_COUNT_WNR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_S_D | Call by reference | Type reference (TYPE) | ANY | 20130204 | |||
2 | ![]() |
I_CNTBIT | Call by reference | Type reference (TYPE) | X | 20130204 | |||
3 | ![]() |
I_SX_WGR | Call by reference | Type reference (TYPE) | RRO01_SX_WGR | Description of Storage and Aggregation Table | 20130204 | ||
4 | ![]() |
I_TA_D | Call by reference | Type reference (TYPE) | ANY TABLE | 20130204 | |||
5 | ![]() |
I_WNR | Call by reference | Type reference (TYPE) | RRWNR | Value Field Number on the SP | 20130204 |
Method _SX_TO_LDATA_COUNT_WNR on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _SX_TO_LDATA_L1_X Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_SX_WGR | Call by reference | Type reference (TYPE) | RRO01_SX_WGR | Description of Storage and Aggregation Table | 20120723 | ||
2 | ![]() |
I_TA_D | Call by reference | Type reference (TYPE) | ANY TABLE | 20120723 |
Method _SX_TO_LDATA_L1_X on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _SX_TO_LDATA_LCNTBIT_X Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_SX_WGR | Call by reference | Type reference (TYPE) | RRO01_SX_WGR | Description of Storage and Aggregation Table | 20120723 | ||
2 | ![]() |
I_TA_D | Call by reference | Type reference (TYPE) | ANY TABLE | 20120723 | |||
3 | ![]() |
I_WNR | Call by reference | Type reference (TYPE) | RRWNR | Value Field Number on the SP | 20130205 |
Method _SX_TO_LDATA_LCNTBIT_X on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _SX_TO_LDATA_LCNTBIT_X_WNR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_S_D | Call by reference | Type reference (TYPE) | ANY | 20130205 | |||
2 | ![]() |
I_CNTBIT | Call by reference | Type reference (TYPE) | X | 20130205 | |||
3 | ![]() |
I_SX_WGR | Call by reference | Type reference (TYPE) | RRO01_SX_WGR | Description of Storage and Aggregation Table | 20130205 | ||
4 | ![]() |
I_TA_D | Call by reference | Type reference (TYPE) | ANY TABLE | 20130205 | |||
5 | ![]() |
I_WNR | Call by reference | Type reference (TYPE) | RRWNR | Value Field Number on the SP | 20130205 |
Method _SX_TO_LDATA_LCNTBIT_X_WNR on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _SX_TO_LDATA_LN_X Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_TA_D | Call by reference | Type reference (TYPE) | ANY TABLE | 20120723 | |||
2 | ![]() |
I_SX_WGR | Call by reference | Type reference (TYPE) | RRO01_SX_WGR | Description of Storage and Aggregation Table | 20120723 | ||
3 | ![]() |
I_WNR | Call by reference | Type reference (TYPE) | RRWNR | Value Field Number on the SP | 20130205 |
Method _SX_TO_LDATA_LN_X on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
Method _SX_TO_LDATA_LN_X_WNR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_S_D | Call by reference | Type reference (TYPE) | ANY | 20130205 | |||
2 | ![]() |
I_CUDIM | Call by reference | Type reference (TYPE) | RSSID | Master data ID | 20130205 | ||
3 | ![]() |
I_INI | Call by reference | Type reference (TYPE) | DECFLOAT | 20130205 | |||
4 | ![]() |
I_SX_WGR | Call by reference | Type reference (TYPE) | RRO01_SX_WGR | Description of Storage and Aggregation Table | 20130205 | ||
5 | ![]() |
I_TA_D | Call by reference | Type reference (TYPE) | ANY TABLE | 20130205 | |||
6 | ![]() |
I_TLENG | Call by reference | Type reference (TYPE) | RSROA_DF_SHORT | Short DecFloat | 20130205 | ||
7 | ![]() |
I_WNR | Call by reference | Type reference (TYPE) | RRWNR | Value Field Number on the SP | 20130205 |
Method _SX_TO_LDATA_LN_X_WNR on class CL_RSR_RRK0_FAGGR_PROCESSOR has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |