Hierarchy
⤷
⤷
Properties
| Class | CL_RSDRC_NCUM_PROCESSOR | |
| Short Description | Processor for ncum queries | |
| 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 | 20120117 | 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_NCUM_PROCESSOR has no interface implemented.
Friends
Class CL_RSDRC_NCUM_PROCESSOR has no friend class.
Attributes
Methods
Events
Class CL_RSDRC_NCUM_PROCESSOR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_EXEC_MODE | Public | See coding | 20130123 | tn_exec_mode(1) TYPE c
|
||
| 2 | TN_S_REFP_KYF | Public | See coding | 20130716 | BEGIN OF tn_s_refp_kyf,
kyfnm TYPE rsd_kyfnm,
source1 TYPE string,
source2 TYPE string,
target TYPE rsd_fieldnm,
ncumfl TYPE rsncumfl,
END OF tn_s_refp_kyf
|
||
| 3 | TN_S_TIM_CHA | Public | See coding | 20130610 | BEGIN OF tn_s_tim_cha,
chanm TYPE rsd_chanm,
sidfieldnm TYPE rsd_fieldnm,
fv_sidfieldnm TYPE rsd_fieldnm,
refp_value TYPE string,
END OF tn_s_tim_cha
|
||
| 4 | TN_TS_REFP_KYF | Public | See coding | 20130716 | tn_ts_refp_kyf TYPE SORTED TABLE OF tn_s_refp_kyf
WITH UNIQUE KEY target
|
||
| 5 | TN_TS_TIM_CHA | Public | See coding | 20130716 | tn_ts_tim_cha TYPE SORTED TABLE OF tn_s_tim_cha
WITH UNIQUE KEY chanm
|
||
| 6 | TP_S_FIELDNM | Private | See coding | 20130815 | BEGIN OF tp_s_fieldnm,
ncum_tim TYPE rsfieldnm,
fiscvarnt TYPE rsfieldnm,
END OF tp_s_fieldnm
|
||
| 7 | TP_S_FIELDPOSIT | Private | See coding | 20130815 | BEGIN OF tp_s_fieldposit,
" in data-tab
data_ncum_tim TYPE i,
data_rectp TYPE i,
data_rectp_key TYPE i,
data_fiscvarnt TYPE i,
data_rowcount TYPE i,
" in req-time-tab
reqtime_key TYPE i,
reqtime_ncum_tim TYPE i,
reqtime_deltafl TYPE i,
reqtime_befl TYPE i,
reqtime_fiscvarnt TYPE i,
" in valid-tab
valid_from TYPE i,
valid_to TYPE i,
END OF tp_s_fieldposit
|
||
| 8 | TP_S_FISC | Private | See coding | 20131011 | begin of tp_s_fisc,
fv_sid type rssid,
fv_chavl type rschavl,
max_value_chavl type rschavl,
end of tp_s_fisc
|
||
| 9 | TP_S_NCUM_KYF | Private | See coding | 20130815 | BEGIN OF tp_s_ncum_kyf,
ncum_kyfnm TYPE rsd_iobjnm,
ncum_fieldnm TYPE rsd_fieldnm,
init_fieldnm TYPE rsd_fieldnm,
inc_fieldnm TYPE rsd_fieldnm,
dec_fieldnm TYPE rsd_fieldnm,
begin_end_fl TYPE rrlasfirfl,
multi_used TYPE rs_bool,
" used for "dynamic assign"
ncum_posit TYPE i,
init_posit TYPE i,
inc_posit TYPE i,
dec_posit TYPE i,
END OF tp_s_ncum_kyf
|
||
| 10 | TP_S_POSIT | Private | See coding | 20130815 | BEGIN OF tp_s_posit,
fieldnm TYPE rsfieldnm,
data_posit TYPE i,
reqtime_posit TYPE i,
END OF tp_s_posit
|
||
| 11 | TP_S_TIME_SHIFT_BUFFER | Private | See coding | 20130815 | BEGIN OF tp_s_time_shift_buffer,
time TYPE rsd_sid,
next_time TYPE rsd_sid,
END OF tp_s_time_shift_buffer
|
||
| 12 | TP_S_VALCHA_MAPPING | Private | See coding | 20130815 | BEGIN OF tp_s_valcha_mapping,
mapped_chanm TYPE rsdiobjnm,
valchanm TYPE rsdiobjnm,
iobjtp TYPE rsiobjtp,
END OF tp_s_valcha_mapping
|
||
| 13 | TP_TH_FISC | Private | See coding | 20131011 | tp_th_fisc type hashed table of tp_s_fisc
with unique key fv_sid
|
||
| 14 | TP_TH_NCUM_KYF | Private | See coding | 20130815 | tp_th_ncum_kyf TYPE HASHED TABLE OF tp_s_ncum_kyf
WITH UNIQUE KEY ncum_fieldnm
|
||
| 15 | TP_TH_POSIT | Private | See coding | 20130815 | tp_th_posit TYPE HASHED TABLE OF tp_s_posit
WITH UNIQUE KEY data_posit
|
||
| 16 | TP_TH_TIME_SHIFT_BUFFER | Private | See coding | 20130815 | tp_th_time_shift_buffer TYPE HASHED TABLE OF tp_s_time_shift_buffer
WITH UNIQUE KEY time
|
||
| 17 | TP_TS_VALCHA_MAPPING | Private | See coding | 20130815 | tp_ts_valcha_mapping TYPE SORTED TABLE OF tp_s_valcha_mapping
WITH UNIQUE KEY mapped_chanm
|
||
| 18 | TP_T_IOBJNM | Private | See coding | 20130815 | tp_t_iobjnm TYPE STANDARD TABLE OF rsd_iobjnm
WITH NON-UNIQUE DEFAULT KEY
|
Method Signatures
Method CHECK_HASH_PROPERTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_TAB | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20130612 |
Method CHECK_HASH_PROPERTY on class CL_RSDRC_NCUM_PROCESSOR has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_AGGREGATE | Call by reference | Type reference (TYPE) | RSD_INFOCUBE | 20120117 | ||||
| 2 | I_ALLOW_TREX | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20130828 | |||
| 3 | I_EXTENDED_CHECKS | Value transfer | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | 20120117 | |||
| 4 | I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | 20120117 | ||||
| 5 | I_NCUM_EXEC_MODE | Value transfer | Type reference (TYPE) | TN_EXEC_MODE | N_C_EXEC_MODE-DEFAULT | 20130123 | |||
| 6 | I_REPID | Call by reference | Type reference (TYPE) | PROGRAMM | 20120308 | ||||
| 7 | I_SRDATE | Call by reference | Type reference (TYPE) | RSR_SRDATE | 20120117 | ||||
| 8 | I_S_PROVRQ | Call by reference | Type reference (TYPE) | RSDR0_S_PROVRQ | 20121127 | ||||
| 9 | I_TH_SFC | Call by reference | Type reference (TYPE) | RSDD_TH_SFC | 20120117 | ||||
| 10 | I_TH_SFK | Call by reference | Type reference (TYPE) | RSDD_TH_SFK | 20120117 | ||||
| 11 | I_TSX_SELDR | Call by reference | Type reference (TYPE) | RSDD_TSX_SELDR | 20120117 | ||||
| 12 | I_TS_SET | Call by reference | Type reference (TYPE) | CL_RSDRC_MULTIPROV=>TN_TS_SET | 20120117 | ||||
| 13 | I_T_RTIME | Call by reference | Type reference (TYPE) | RSDD_T_RTIME | 20120117 |
Method CONSTRUCTOR on class CL_RSDRC_NCUM_PROCESSOR has no exception.
Method GET_FIELDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_TH_SFC | Call by reference | Type reference (TYPE) | RSDD_TH_SFC | Table of required characteristics | 20130626 | |||
| 2 | I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20130626 | |||
| 3 | I_TH_SFC | Call by reference | Type reference (TYPE) | RSDD_TH_SFC | Table of required characteristics | 20130626 |
Method GET_FIELDS on class CL_RSDRC_NCUM_PROCESSOR has no exception.
Method GET_REFP_KEYFIGURES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_TS_REFP_KYF | Call by reference | Type reference (TYPE) | TN_TS_REFP_KYF | 20130716 | ||||
| 2 | I_IGNORE_NCUM_METHOD | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20130716 | ||
| 3 | I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20130716 |
Method GET_REFP_KEYFIGURES on class CL_RSDRC_NCUM_PROCESSOR has no exception.
Method GET_TIME_CHARACTERISTICS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_TS_TIM_CHA | Call by reference | Type reference (TYPE) | TN_TS_TIM_CHA | Time cha with value in ref-point | 20130716 | |||
| 2 | I_COMPR | Call by reference | Type reference (TYPE) | I | Highest request which should be compressed | 20131011 | |||
| 3 | I_IGNORE_NCUM_METHOD | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Return table even if method <> refp_upd | 20130702 | ||
| 4 | I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20130610 |
Method GET_TIME_CHARACTERISTICS on class CL_RSDRC_NCUM_PROCESSOR has no exception.
Method IS_NCUM_QUERY 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 | 20121112 | |||
| 2 | I_T_RTIME | Call by reference | Type reference (TYPE) | RSDD_T_RTIME | Time interval for non-cumulative value aggregation | 20131001 | |||
| 3 | R_NCUM_QUERY | Value transfer | Type reference (TYPE) | RS_BOOL | true <=> "is ncum query" | 20121112 |
Method IS_NCUM_QUERY on class CL_RSDRC_NCUM_PROCESSOR has no exception.
Method IS_REFP_UPDATE_SUPPORTED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20130808 | |||
| 2 | R_REFP_UPDATE_IS_SUPPORTED | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20130703 |
Method IS_REFP_UPDATE_SUPPORTED on class CL_RSDRC_NCUM_PROCESSOR has no exception.
Method PROC_NCUM_QUERY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_FEMS_FILLED | Call by reference | Type reference (TYPE) | RSDR0_FEMS_FILLED | Was the FEMS Field Filled in the t_data ? | 20120814 | |||
| 2 | C_S_QPARAM | Call by reference | Type reference (TYPE) | RSDR0_S_QPARAM | 20120117 | ||||
| 3 | C_TH_CHARET | Call by reference | Type reference (TYPE) | RSDR0_TH_CHARET | 20120117 | ||||
| 4 | E_END_OF_DATA | Call by reference | Type reference (TYPE) | RS_BOOL | 20120117 | ||||
| 5 | E_T_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20120117 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120117 | |||
| 2 | 20120117 | |||
| 3 | 20120117 | |||
| 4 | 20120117 | |||
| 5 | 20120117 | |||
| 6 | 20120117 |
Method SET_REFP_UPDATE_FLAG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20130611 |
Method SET_REFP_UPDATE_FLAG on class CL_RSDRC_NCUM_PROCESSOR has no exception.
Method _ADAPT_SFC_AFTER_DROP_FEMSN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_TH_SFC | Call by reference | Type reference (TYPE) | RSDD_TH_SFC | Table of required characteristics | 20130911 | |||
| 2 | I_TH_CHARET | Call by reference | Type reference (TYPE) | RSDR0_TH_CHARET | Table of Selected Characteristics | 20130911 |
Method _ADAPT_SFC_AFTER_DROP_FEMSN on class CL_RSDRC_NCUM_PROCESSOR has no exception.
Method _ADD_ROWCOUNT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_T_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20120117 |
Method _ADD_ROWCOUNT on class CL_RSDRC_NCUM_PROCESSOR has no exception.
Method _BUILD_NCUMTIM_FILTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_TSX_SELDR | Call by reference | Type reference (TYPE) | RSDD_TSX_SELDR | 20120117 |
Method _BUILD_NCUMTIM_FILTER on class CL_RSDRC_NCUM_PROCESSOR has no exception.
Method _CHANGE_TIME_CONSTRAINTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_TSX_SELDR | Call by reference | Type reference (TYPE) | RSDD_TSX_SELDR | 20120117 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120117 | |||
| 2 | 20120117 |
Method _COMPUTE_REF_POINT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_T_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20120117 | ||||
| 2 | E_T_REF_POINT | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20120117 |
Method _COMPUTE_REF_POINT on class CL_RSDRC_NCUM_PROCESSOR has no exception.
Method _COMPUTE_REQUESTED_TIMES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_TS_REQ_TIME | Call by reference | Type reference (TYPE) | SORTED TABLE | 20120117 | ||||
| 2 | I_T_DELTA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20120117 | ||||
| 3 | I_T_RTIME | Call by reference | Type reference (TYPE) | RSDD_T_RTIME | 20120117 |
Method _COMPUTE_REQUESTED_TIMES on class CL_RSDRC_NCUM_PROCESSOR has no exception.
Method _COMPUTE_REQ_TIMES_WO_DELTA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_TS_REQ_TIME | Call by reference | Type reference (TYPE) | SORTED TABLE | 20121018 | ||||
| 2 | I_T_RTIME | Call by reference | Type reference (TYPE) | RSDD_T_RTIME | Time interval for non-cumulative value aggregation | 20121018 |
Method _COMPUTE_REQ_TIMES_WO_DELTA on class CL_RSDRC_NCUM_PROCESSOR has no exception.
Method _CONVERT_RTIME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_RTIME_CONVERTED | Call by reference | Type reference (TYPE) | RSDD_T_RTIME | 20120117 | ||||
| 2 | I_T_RTIME | Call by reference | Type reference (TYPE) | RSDD_T_RTIME | 20120117 |
Method _CONVERT_RTIME on class CL_RSDRC_NCUM_PROCESSOR has no exception.
Method _CONVERT_SELDR_TO_RANGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_SIDRANGE | Call by reference | Type reference (TYPE) | RSDRC_T_SIDRANGE | 20130816 | ||||
| 2 | I_SX_SELDR | Call by reference | Type reference (TYPE) | RSDD_SX_SELDR | Selection to the Data Manager | 20130816 |
Method _CONVERT_SELDR_TO_RANGE on class CL_RSDRC_NCUM_PROCESSOR has no exception.
Method _CREATE_CUM_KYF_STRUCTURE Signature
Method _CREATE_CUM_KYF_STRUCTURE on class CL_RSDRC_NCUM_PROCESSOR has no parameter.
Method _CREATE_CUM_KYF_STRUCTURE on class CL_RSDRC_NCUM_PROCESSOR has no exception.
Method _CREATE_KEY_STRUCTURE Signature
Method _CREATE_KEY_STRUCTURE on class CL_RSDRC_NCUM_PROCESSOR has no parameter.
Method _CREATE_KEY_STRUCTURE on class CL_RSDRC_NCUM_PROCESSOR has no exception.
Method _CREATE_REQ_TIME_STRUCTURE Signature
Method _CREATE_REQ_TIME_STRUCTURE on class CL_RSDRC_NCUM_PROCESSOR has no parameter.
Method _CREATE_REQ_TIME_STRUCTURE on class CL_RSDRC_NCUM_PROCESSOR has no exception.
Method _CREATE_STRUCTURES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20120117 |
Method _CREATE_STRUCTURES on class CL_RSDRC_NCUM_PROCESSOR has no exception.
Method _CREATE_TIME_STRUCTURE Signature
Method _CREATE_TIME_STRUCTURE on class CL_RSDRC_NCUM_PROCESSOR has no parameter.
Method _CREATE_TIME_STRUCTURE on class CL_RSDRC_NCUM_PROCESSOR has no exception.
Method _DERIVE_REQ_TIMES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_TS_REQ_TIME | Call by reference | Type reference (TYPE) | SORTED TABLE | 20120117 |
Method _DERIVE_REQ_TIMES on class CL_RSDRC_NCUM_PROCESSOR has no exception.
Method _DETERMINE_NCUMTIM Signature
Method _DETERMINE_NCUMTIM on class CL_RSDRC_NCUM_PROCESSOR has no parameter.
Method _DETERMINE_NCUMTIM on class CL_RSDRC_NCUM_PROCESSOR has no exception.
Method _EXECUTE_CALC_SCENARIO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_S_QPARAM | Call by reference | Type reference (TYPE) | RSDR0_S_QPARAM | Parameter Vector for Query Processing | 20121022 | |||
| 2 | C_TH_CHARET | Call by reference | Type reference (TYPE) | RSDR0_TH_CHARET | Table of Selected Characteristics | 20121022 | |||
| 3 | E_T_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20121017 |
Method _EXECUTE_CALC_SCENARIO on class CL_RSDRC_NCUM_PROCESSOR has no exception.
Method _FILTER_SELDR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_TH_CHARET | Call by reference | Type reference (TYPE) | RSDR0_TH_CHARET | 20120117 | ||||
| 2 | C_TH_SFC | Call by reference | Type reference (TYPE) | RSDD_TH_SFC | 20120117 | ||||
| 3 | C_TSX_SELDR | Call by reference | Type reference (TYPE) | RSDD_TSX_SELDR | 20120117 | ||||
| 4 | E_EMPTY_RESULT | Call by reference | Type reference (TYPE) | RS_BOOL | 20120117 | ||||
| 5 | I_CALLER | Call by reference | Type reference (TYPE) | RSDR0_CALLER | 20120117 | ||||
| 6 | I_QUERYMODE | Call by reference | Type reference (TYPE) | RSDRC_QUERYMODE | 20120117 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120117 | |||
| 2 | 20120117 |
Method _FILTER_SFC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_TH_SFC | Call by reference | Type reference (TYPE) | RSDD_TH_SFC | 20120117 | ||||
| 2 | I_CALLER | Call by reference | Type reference (TYPE) | RSDR0_CALLER | Calling BW read process | 20120308 | |||
| 3 | I_QUERYMODE | Call by reference | Type reference (TYPE) | RSDRC_QUERYMODE | 20120117 |
Method _FILTER_SFC on class CL_RSDRC_NCUM_PROCESSOR has no exception.
Method _FILTER_SFK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_TH_SFK | Call by reference | Type reference (TYPE) | RSDD_TH_SFK | 20120117 | ||||
| 2 | E_EMPTY_RESULT | Call by reference | Type reference (TYPE) | RS_BOOL | 20120117 | ||||
| 3 | I_CALLER | Call by reference | Type reference (TYPE) | RSDR0_CALLER | Calling BW read process | 20120308 | |||
| 4 | I_QUERYMODE | Call by reference | Type reference (TYPE) | RSDRC_QUERYMODE | 20120117 |
Method _FILTER_SFK on class CL_RSDRC_NCUM_PROCESSOR has no exception.
Method _GET_ALL_FISCVARNT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_TH_FISC | Call by reference | Type reference (TYPE) | TP_TH_FISC | 20131011 | ||||
| 2 | I_COMPR | Call by reference | Type reference (TYPE) | RSSID | 20131011 | ||||
| 3 | I_R_INFOPROV | Call by reference | Object reference (TYPE REF TO) | IF_RSD_INFOPROV | 20131011 | ||||
| 4 | I_SHOW_STATEMENT | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20131011 |
Method _GET_ALL_FISCVARNT on class CL_RSDRC_NCUM_PROCESSOR has no exception.
Method _GET_COMPR_VERSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_VERSION | Value transfer | Type reference (TYPE) | I | 20131011 |
Method _GET_COMPR_VERSION on class CL_RSDRC_NCUM_PROCESSOR has no exception.
Method _GET_CORRESPONDING_REF_POINTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_REF_POINT_FRACTION | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20120117 | ||||
| 2 | I_LAST_PARTITION | Call by reference | Type reference (TYPE) | RS_BOOL | 20120117 | ||||
| 3 | I_T_DELTA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20120117 |
Method _GET_CORRESPONDING_REF_POINTS on class CL_RSDRC_NCUM_PROCESSOR has no exception.
Method _GET_CORRESPONDING_REF_POINTS2 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_EOD | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20130529 | |||
| 2 | E_T_REF_POINT_FRACTION | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20130529 | ||||
| 3 | I_PACKAGESIZE | Call by reference | Type reference (TYPE) | I | 20130529 | ||||
| 4 | I_T_DELTA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20130529 |
Method _GET_CORRESPONDING_REF_POINTS2 on class CL_RSDRC_NCUM_PROCESSOR has no exception.
Method _GET_FIELD_POSITIONS Signature
Method _GET_FIELD_POSITIONS on class CL_RSDRC_NCUM_PROCESSOR has no parameter.
Method _GET_FIELD_POSITIONS on class CL_RSDRC_NCUM_PROCESSOR has no exception.
Method _GET_FISCVARNT_SID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TSX_SELDR | Call by reference | Type reference (TYPE) | RSDD_TSX_SELDR | Selection to the Data Manager | 20130816 | |||
| 2 | R_FV | Value transfer | Type reference (TYPE) | RSSID | 20130816 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fiscal Variant Not Specified | 20130816 |
Method _GET_MAXMIN_RTIME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_MAX_RTIME | Call by reference | Type reference (TYPE) | RSSID | 20120117 | ||||
| 2 | E_MIN_RTIME | Call by reference | Type reference (TYPE) | RSSID | 20120117 |
Method _GET_MAXMIN_RTIME on class CL_RSDRC_NCUM_PROCESSOR has no exception.
Method _GET_METHODNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | STRING | 20121130 | ||||
| 2 | R_METHODNAME | Value transfer | Type reference (TYPE) | STRING | 20121130 |
Method _GET_METHODNAME on class CL_RSDRC_NCUM_PROCESSOR has no exception.
Method _GET_MIN_OF_HIER_RESTRICTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_SX_SELDR | Call by reference | Type reference (TYPE) | RSDD_SX_SELDR | 20120117 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120117 | |||
| 2 | 20120117 |
Method _GET_SEL_FOR_VALID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_TSX_SELDR | Call by reference | Type reference (TYPE) | RSDD_TSX_SELDR | 20120117 | ||||
| 2 | I_S_VALID | Call by reference | Type reference (TYPE) | ANY | 20120117 |
Method _GET_SEL_FOR_VALID on class CL_RSDRC_NCUM_PROCESSOR has no exception.
Method _GET_VALID_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_NO_VALID | Call by reference | Type reference (TYPE) | TP_T_IOBJNM | 20120117 | ||||
| 2 | E_T_VALID | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20120117 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120117 |
Method _GET_VAL_TAB_INFOS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_META | Call by reference | Type reference (TYPE) | RSD_T_IC_VAL_IOBJ | 20120117 | ||||
| 2 | I_R_VAL_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_RSDV_VALIDITY_OBJECT | Interface to access validity object | 20130426 |
Method _GET_VAL_TAB_INFOS on class CL_RSDRC_NCUM_PROCESSOR has no exception.
Method _INIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_S_QPARAM | Call by reference | Type reference (TYPE) | RSDR0_S_QPARAM | 20120117 | ||||
| 2 | C_TH_CHARET | Call by reference | Type reference (TYPE) | RSDR0_TH_CHARET | 20120117 | ||||
| 3 | I_T_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20120117 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120117 | |||
| 2 | 20120117 | |||
| 3 | 20120117 | |||
| 4 | 20120117 | |||
| 5 | 20120117 | |||
| 6 | 20120117 |
Method _INSERT_NEW_TIME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_S_REQ_TIME | Call by reference | Type reference (TYPE) | ANY | 20120117 | ||||
| 2 | C_TS_REQ_TIME | Call by reference | Type reference (TYPE) | SORTED TABLE | 20120117 | ||||
| 3 | I_CHECK_LEFT_BOUNDARY | Call by reference | Type reference (TYPE) | RS_BOOL | 20120117 | ||||
| 4 | I_CHECK_RIGHT_BOUNDARY | Call by reference | Type reference (TYPE) | RS_BOOL | 20120117 |
Method _INSERT_NEW_TIME on class CL_RSDRC_NCUM_PROCESSOR has no exception.
Method _INSERT_VALID_SELDR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_TSX_SELDR | Call by reference | Type reference (TYPE) | RSDD_TSX_SELDR | 20120117 | ||||
| 2 | I_CHANM | Call by reference | Type reference (TYPE) | RSD_CHANM | 20120117 | ||||
| 3 | I_SID | Call by reference | Type reference (TYPE) | RSSID | 20120117 |
Method _INSERT_VALID_SELDR on class CL_RSDRC_NCUM_PROCESSOR has no exception.
Method _MOVE_KEY_FIGURES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_S_DATA | Call by reference | Type reference (TYPE) | ANY | 20120117 |
Method _MOVE_KEY_FIGURES on class CL_RSDRC_NCUM_PROCESSOR has no exception.
Method _MOVE_KEY_FIGURES_REVERSE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_S_DATA | Call by reference | Type reference (TYPE) | ANY | 20120308 | ||||
| 2 | I_BEGIN_FL | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20120308 | |||
| 3 | I_END_FL | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20120308 |
Method _MOVE_KEY_FIGURES_REVERSE on class CL_RSDRC_NCUM_PROCESSOR has no exception.
Method _POST_PROCESSOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_T_REF_POINT | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20120117 | ||||
| 2 | E_T_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20120117 | ||||
| 3 | I_TS_REQ_TIME | Call by reference | Type reference (TYPE) | SORTED TABLE | 20120117 | ||||
| 4 | I_T_DELTA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20120117 |
Method _POST_PROCESSOR on class CL_RSDRC_NCUM_PROCESSOR has no exception.
Method _PRE_PROCESSOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_TH_CHARET | Call by reference | Type reference (TYPE) | RSDR0_TH_CHARET | 20120117 | ||||
| 2 | C_TH_SFC | Call by reference | Type reference (TYPE) | RSDD_TH_SFC | 20120117 | ||||
| 3 | C_TH_SFK | Call by reference | Type reference (TYPE) | RSDD_TH_SFK | 20120117 | ||||
| 4 | C_TSX_SELDR | Call by reference | Type reference (TYPE) | RSDD_TSX_SELDR | 20120117 | ||||
| 5 | E_EMPTY_RESULT | Call by reference | Type reference (TYPE) | RS_BOOL | 20120117 | ||||
| 6 | I_CALLER | Call by reference | Type reference (TYPE) | RSDR0_CALLER | 20120117 | ||||
| 7 | I_QUERYMODE | Call by reference | Type reference (TYPE) | RSDRC_QUERYMODE | 20120117 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120117 | |||
| 2 | 20120117 |
Method _PROCESS_VIA_CALC_SCENARIO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_S_QPARAM | Call by reference | Type reference (TYPE) | RSDR0_S_QPARAM | Parameter Vector for Query Processing | 20121022 | |||
| 2 | C_TH_CHARET | Call by reference | Type reference (TYPE) | RSDR0_TH_CHARET | Table of Selected Characteristics | 20121022 | |||
| 3 | E_T_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20121015 |
Method _PROCESS_VIA_CALC_SCENARIO on class CL_RSDRC_NCUM_PROCESSOR has no exception.
Method _READ_DELTA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_S_QPARAM | Call by reference | Type reference (TYPE) | RSDR0_S_QPARAM | 20120117 | ||||
| 2 | C_TH_CHARET | Call by reference | Type reference (TYPE) | RSDR0_TH_CHARET | 20120117 | ||||
| 3 | E_T_DELTA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20120117 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120117 | |||
| 2 | 20120117 | |||
| 3 | 20120117 | |||
| 4 | 20120117 | |||
| 5 | 20120117 |
Method _READ_FROM_PROVIDER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20121116 | ||||
| 2 | I_QUERYMODE | Call by reference | Type reference (TYPE) | RSDRC_QUERYMODE | 20121116 | ||||
| 3 | I_S_QPARAM | Call by reference | Type reference (TYPE) | RSDR0_S_QPARAM | Parameter Vector for Query Processing | 20121116 | |||
| 4 | I_TH_SFC | Call by reference | Type reference (TYPE) | RSDD_TH_SFC | Table of required characteristics | 20121116 | |||
| 5 | I_TH_SFK | Call by reference | Type reference (TYPE) | RSDD_TH_SFK | Table of Required Basic Key Figures | 20121116 | |||
| 6 | I_TSX_SELDR | Call by reference | Type reference (TYPE) | RSDD_TSX_SELDR | Selection to the Data Manager | 20121116 | |||
| 7 | I_WITH_FEMS_DECOMPRESSION | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | Boolean | 20121128 |
Method _READ_FROM_PROVIDER on class CL_RSDRC_NCUM_PROCESSOR has no exception.
Method _READ_REF_POINT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_S_QPARAM | Call by reference | Type reference (TYPE) | RSDR0_S_QPARAM | 20120117 | ||||
| 2 | C_TH_CHARET | Call by reference | Type reference (TYPE) | RSDR0_TH_CHARET | 20120117 | ||||
| 3 | E_T_REF_POINT | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20120117 | ||||
| 4 | I_T_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20120308 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120117 | |||
| 2 | 20120117 | |||
| 3 | 20120117 | |||
| 4 | 20120117 | |||
| 5 | 20120117 |
Method _SPLIT_OFF_LAST_GROUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_T_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20120117 | ||||
| 2 | E_T_DELTA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20120117 |
Method _SPLIT_OFF_LAST_GROUP on class CL_RSDRC_NCUM_PROCESSOR has no exception.
Method _VALID_RTIME_ISECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_EXT_HIGH | Call by reference | Type reference (TYPE) | RS_BOOL | 20120117 | ||||
| 2 | E_EXT_LOW | Call by reference | Type reference (TYPE) | RS_BOOL | 20120117 | ||||
| 3 | E_T_RTIME | Call by reference | Type reference (TYPE) | RSDD_T_RTIME | 20120117 | ||||
| 4 | I_S_VALID | Call by reference | Type reference (TYPE) | ANY | 20120117 |
Method _VALID_RTIME_ISECT on class CL_RSDRC_NCUM_PROCESSOR has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |