Hierarchy

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSCRM_IMP_ACTIONS_SERVICE | CRM In-Memory Planning Actions Service | 20101122 |
Properties
Interface | IF_RSCRM_IMP_ACTIONS_SERVICE | |
Short Description | CRM In-Memory Planning Action Services |
General Data
Package | RSCRM_IMP_CORE | CRM In-Memory Planning Core |
Created | 20101122 | SAP |
Last changed | 20140121 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | IF_BICS_OBJECT | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
3 | IF_BICS_PLAN_MOD_RUN_FUNC | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
4 | IF_BICS_RS | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
5 | IF_RSPLFA_SRV_RUNTIME | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
6 | IF_RSPLS_CR_TYPES | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_RSCRM_IMP_ACTIONS_SERVICE has no interface.
Friends
Interface IF_RSCRM_IMP_ACTIONS_SERVICE has no friend.
Attributes
Interface IF_RSCRM_IMP_ACTIONS_SERVICE has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Create the characteristics relationships | 20120412 |
2 | ![]() |
Instance method | Public | Method | Create derive characteristic relationsip | 20130425 |
3 | ![]() |
Instance method | Public | Method | Check if buying pattern should be applied or not | 20110506 |
4 | ![]() |
Instance method | Public | Method | Execute a planning function | 20101216 |
5 | ![]() |
Instance method | Public | Method | Execute the query & return the results | 20101122 |
6 | ![]() |
Instance method | Public | Method | Fill the relation combination buffer table | 20110127 |
7 | ![]() |
Instance method | Public | Method | Clear self reference of actions service | 20110113 |
8 | ![]() |
Instance method | Public | Method | Generate the combinations from the relations to the cube | 20110608 |
9 | ![]() |
Instance method | Public | Method | Get messages log | 20101217 |
10 | ![]() |
Static method | Public | Method | Get characteristics of the query aggregation level | 20110531 |
11 | ![]() |
Static method | Public | Method | Get KFs of the query aggregation level | 20110720 |
12 | ![]() |
Static method | Public | Method | Get query description | 20110630 |
13 | ![]() |
Instance method | Public | Method | Get query metadata info | 20110630 |
14 | ![]() |
Instance method | Public | Method | Returns the planning functions listdefined for a given query | 20110616 |
15 | ![]() |
Instance method | Public | Method | Get characteristic relation valid combination buffer | 20110127 |
16 | ![]() |
Instance method | Public | Method | Get the variables associated to a planning function | 20101216 |
17 | ![]() |
Instance method | Public | Method | Get the variables associated to a query | 20101122 |
18 | ![]() |
Instance method | Public | Method | Whether planning data changed | 20110817 |
19 | ![]() |
Instance method | Public | Method | Apply a buying pattern on KyF values over the time dimension | 20110401 |
20 | ![]() |
Instance method | Public | Method | Copy KyF values from one characteristic to another | 20110304 |
21 | ![]() |
Instance method | Public | Method | Clear key figures values | 20110207 |
22 | ![]() |
Instance method | Public | Method | Delete and Redistribute KyF values | 20121101 |
23 | ![]() |
Instance method | Public | Method | Distribute KyF values from one time period to another | 20110407 |
24 | ![]() |
Instance method | Public | Method | Distribute KyF values from one characteristic to others | 20110207 |
25 | ![]() |
Instance method | Public | Method | Repost KyF values from one characteristic to another | 20110303 |
26 | ![]() |
Instance method | Public | Method | Set Key Figure with value in parameter | 20110325 |
27 | ![]() |
Instance method | Public | Method | Perform time shift | 20121023 |
28 | ![]() |
Instance method | Public | Method | Execute preparation steps | 20120326 |
29 | ![]() |
Instance method | Public | Method | Execute preparation steps before updating a cell | 20121101 |
30 | ![]() |
Instance method | Public | Method | Save the planning data | 20101210 |
31 | ![]() |
Instance method | Public | Method | Set object related dependency information | 20120412 |
32 | ![]() |
Instance method | Public | Method | Update the drillstate on a hierarchy axis (row or column) | 20110317 |
33 | ![]() |
Instance method | Public | Method | Update the query result set by a cell id | 20101213 |
Events
Interface IF_RSCRM_IMP_ACTIONS_SERVICE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_TIMESHIFT_DATES_MAPPING | Public | See coding | 20121023 | BEGIN OF ts_timeshift_dates_mapping,
date_seqnr TYPE i,
from_date TYPE rsplf_t_range,
to_date TYPE rsplf_t_range,
END OF ts_timeshift_dates_mapping
|
||
2 | TS_TIMESHIFT_SELECTION | Public | See coding | 20121023 | BEGIN OF ts_timeshift_selection,
sel_seqnr TYPE i,
cha_sel TYPE rscrmt_imp_selection,
same_duration TYPE abap_bool,
rmv_date_sel TYPE rscrmt_imp_selection,
END OF ts_timeshift_selection
|
||
3 | TT_TIMESHIFT_DATES_MAPPING | Public | See coding | 20121023 | tt_timeshift_dates_mapping TYPE TABLE OF ts_timeshift_dates_mapping
|
||
4 | TT_TIMESHIFT_SELECTION | Public | See coding | 20121023 | tt_timeshift_selection TYPE TABLE OF ts_timeshift_selection
|
Method Signatures
Method CREATE_TRANSIENT_RELATIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_DATA | Call by reference | Type reference (TYPE) | ANY TABLE | 20120412 | |||
2 | ![]() |
IT_METADATA | Call by reference | Type reference (TYPE) | RSCRMT_IMP_MODEL | Planning Model: Table of Relations Meta Information | 20120412 | ||
3 | ![]() |
IT_OBJECT_SELECTION | Call by reference | Type reference (TYPE) | RSCRMT_IMP_SELECTION | Table of parameters and values for selection | 20120423 | ||
4 | ![]() |
IV_QUERY_ID | Call by reference | Type reference (TYPE) | RSCRM_IMP_QUERY_ID | Query Identifier | 20120412 | ||
5 | ![]() |
RV_SUCCESS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120412 |
Method CREATE_TRANSIENT_RELATIONS on Interface IF_RSCRM_IMP_ACTIONS_SERVICE has no exception.
Method DERIVE_TRANSIENT_RELATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_OBJECT_SELECTION | Call by reference | Type reference (TYPE) | RSCRMT_IMP_SELECTION | Table of parameters and values for selection | 20130425 | ||
2 | ![]() |
IV_QUERY_ID | Call by reference | Type reference (TYPE) | RSCRM_IMP_QUERY_ID | Query Identifier | 20130425 |
Method DERIVE_TRANSIENT_RELATION on Interface IF_RSCRM_IMP_ACTIONS_SERVICE has no exception.
Method DETERMINE_PATTERN_RELEVANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_DATASET_SELECTION | Call by reference | Type reference (TYPE) | RSCRMT_IMP_SELECTION | Dataset selection on which the pattern will be applied | 20110506 | ||
2 | ![]() |
ET_KYF_SELECTION | Call by reference | Type reference (TYPE) | RSCRMT_IMP_INFOOBJECT | Key figure selection on which the pattern will be applied | 20110506 | ||
3 | ![]() |
EV_PATTERN_RELEVANT | Call by reference | Type reference (TYPE) | ABAP_BOOL | Return true when the pattern must be applied | 20110506 | ||
4 | ![]() |
IT_PATTERN_CHA | Call by reference | Type reference (TYPE) | RSCRMT_IMP_INFOOBJECT | Characteristic on which the pattern is applied | 20110713 | ||
5 | ![]() |
IT_PATTERN_INCLUDED_KYF | Call by reference | Type reference (TYPE) | RSCRMT_IMP_INFOOBJECT | List of key figures where pattern cannot be applied | 20110825 | ||
6 | ![]() |
IV_CELL_ID | Call by reference | Type reference (TYPE) | IF_BICS_RS=>TN_S_NEW_CELL_VALUE-CELL_ID | Query cell ID that could trigger the pattern | 20110506 | ||
7 | ![]() |
IV_QUERY_ID | Call by reference | Type reference (TYPE) | RSCRM_IMP_QUERY_ID | In-Memory Planning Query Identifier | 20110506 |
Method DETERMINE_PATTERN_RELEVANCE on Interface IF_RSCRM_IMP_ACTIONS_SERVICE has no exception.
Method EXECUTE_PLANNING_FUNCTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_DATASET_SELECTION | Call by reference | Type reference (TYPE) | RSCRMT_IMP_SELECTION | Table of parameters and values for selection | 20110511 | ||
2 | ![]() |
IT_PLANNINGFUNCTION_VARIABLES | Call by reference | Type reference (TYPE) | RSCRMT_IMP_SELECTION | Table of variables for planning selection | 20101216 | ||
3 | ![]() |
IT_QUERY_FILTER | Call by reference | Type reference (TYPE) | RSCRMT_IMP_SELECTION | Table of parameters and values for selection | 20110718 | ||
4 | ![]() |
IV_PLANNINGFUNCTION_NAME | Call by reference | Type reference (TYPE) | IF_BICS_OBJECT=>TN_NAME | 20101216 | |||
5 | ![]() |
IV_PROCESS_CHANGED_DATA | Call by reference | Type reference (TYPE) | CRMT_BOOLEAN | ABAP_FALSE | 20101216 | ||
6 | ![]() |
IV_QUERY_ID | Call by reference | Type reference (TYPE) | RSCRM_IMP_QUERY_ID | Query Identifier | 20110418 | ||
7 | ![]() |
RV_EXECUTED | Value transfer | Type reference (TYPE) | CRMT_BOOLEAN | 20101216 |
Method EXECUTE_PLANNING_FUNCTION on Interface IF_RSCRM_IMP_ACTIONS_SERVICE has no exception.
Method EXECUTE_QUERY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ER_RESULT | Call by reference | Object reference (TYPE REF TO) | DATA | Query ResultSet Strategy Pattern | 20110411 | ||
2 | ![]() |
IT_DEFAULT_CHARACTERISTICS | Call by reference | Type reference (TYPE) | RSCRMT_IMP_SELECTION | Table of parameters and values for selection | 20110606 | ||
3 | ![]() |
IT_FREE_CHARACTERISTICS | Call by reference | Type reference (TYPE) | RSCRMT_IMP_INFOOBJECT | Table of info objects | 20110408 | ||
4 | ![]() |
IT_QUERY_FILTER | Call by reference | Type reference (TYPE) | RSCRMT_IMP_SELECTION | Table of characteristics for planning filter selection | 20110621 | ||
5 | ![]() |
IT_VARIABLES | Call by reference | Type reference (TYPE) | RSCRMT_IMP_SELECTION | Table of parameters and values for selection | 20111118 | ||
6 | ![]() |
IT_VISIBLE_KYF | Call by reference | Type reference (TYPE) | RSCRMT_IMP_VISIBLE_KYF | Visible Key Figures | 20110209 | ||
7 | ![]() |
IV_INPUT_ENABLED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Open the query as input enabled | 20110113 | |
8 | ![]() |
IV_QUERY_ID | Call by reference | Type reference (TYPE) | RSCRM_IMP_QUERY_ID | Query ID | 20101122 | ||
9 | ![]() |
IV_RENDER_CONTEXT | Call by reference | Type reference (TYPE) | STRING | 'FLEX' | 20101208 | ||
10 | ![]() |
IV_RENDER_RESULT_SET_ONLY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Render the result set w/o variable submission | 20110225 |
Method EXECUTE_QUERY on Interface IF_RSCRM_IMP_ACTIONS_SERVICE has no exception.
Method FILL_RELATION_COMBINATIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_COMBINATION | Call by reference | Object reference (TYPE REF TO) | DATA | Transient characteristic relationships valid combinations | 20110304 | ||
2 | ![]() |
IV_QUERY_ID | Call by reference | Type reference (TYPE) | RSCRM_IMP_QUERY_ID | Query Identifier | 20110131 |
Method FILL_RELATION_COMBINATIONS on Interface IF_RSCRM_IMP_ACTIONS_SERVICE has no exception.
Method FREE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ALL_PLANNINGFUNCTION | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Indicates that all planning function will be freed | 20110909 | |
2 | ![]() |
IV_ALL_QUERY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Indicates that all queries will be freed | 20110909 | |
3 | ![]() |
IV_MESSAGES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Specifies to delete the BICS messages collection | 20111021 | |
4 | ![]() |
IV_PLANNINGFUNCTION_NAME | Call by reference | Type reference (TYPE) | IF_BICS_OBJECT=>TN_NAME | In-Memory Planning - Panning Function Name | 20110114 | ||
5 | ![]() |
IV_QUERY_ID | Call by reference | Type reference (TYPE) | RSCRM_IMP_QUERY_ID | In-Memory Planning - Query Name | 20110114 | ||
6 | ![]() |
IV_TRANSIENT_RELATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | Planning Model: Table of Relations Meta Information | 20120704 |
Method FREE on Interface IF_RSCRM_IMP_ACTIONS_SERVICE has no exception.
Method GENERATE_COMBINATIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_DATASET_SELECTION | Call by reference | Type reference (TYPE) | RSCRMT_IMP_SELECTION | Table of parameters and values for selection | 20110608 | ||
2 | ![]() |
IV_QUERY_ID | Call by reference | Type reference (TYPE) | RSCRM_IMP_QUERY_ID | Query Identifier | 20110608 | ||
3 | ![]() |
RV_EXECUTED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110608 |
Method GENERATE_COMBINATIONS on Interface IF_RSCRM_IMP_ACTIONS_SERVICE has no exception.
Method GET_MESSAGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ERROR_ONLY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20110715 | ||
2 | ![]() |
IV_INCLUDE_WARNING | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Indicates whether we include the warnings with the errors | 20111021 | |
3 | ![]() |
RT_MESSAGES | Value transfer | Type reference (TYPE) | BAPIRETTAB | Table of messages | 20101217 |
Method GET_MESSAGES on Interface IF_RSCRM_IMP_ACTIONS_SERVICE has no exception.
Method GET_QUERY_AL_CHARACTERISTICS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_QUERY_ID | Call by reference | Type reference (TYPE) | RSCRM_IMP_QUERY_ID | Query Identifier | 20110531 | ||
2 | ![]() |
RT_AL_CHARACTERISTICS | Value transfer | Type reference (TYPE) | RSCRMT_IMP_INFOOBJECT | Table of info objects | 20110531 |
Method GET_QUERY_AL_CHARACTERISTICS on Interface IF_RSCRM_IMP_ACTIONS_SERVICE has no exception.
Method GET_QUERY_AL_KEY_FIGURES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_QUERY_ID | Call by reference | Type reference (TYPE) | RSCRM_IMP_QUERY_ID | Query Identifier | 20110720 | ||
2 | ![]() |
RT_AL_KEY_FIGURES | Value transfer | Type reference (TYPE) | RSCRMT_IMP_INFOOBJECT | Table of info objects | 20110720 |
Method GET_QUERY_AL_KEY_FIGURES on Interface IF_RSCRM_IMP_ACTIONS_SERVICE has no exception.
Method GET_QUERY_DESCRIPTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_QUERY_ID | Call by reference | Type reference (TYPE) | RSCRM_IMP_QUERY_ID | 20110630 | |||
2 | ![]() |
RV_DESCRIPTION | Value transfer | Type reference (TYPE) | RSCRM_IMP_QUERY_DESCR | 20110630 |
Method GET_QUERY_DESCRIPTION on Interface IF_RSCRM_IMP_ACTIONS_SERVICE has no exception.
Method GET_QUERY_METADATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_AGGR_CHARS | Call by reference | Type reference (TYPE) | RSCRMT_IMP_INFOOBJECT | Table of info objects | 20120601 | ||
2 | ![]() |
ET_AGGR_KEY_FG | Call by reference | Type reference (TYPE) | RSCRMT_IMP_INFOOBJECT | Table of info objects | 20120601 | ||
3 | ![]() |
ET_AGGR_TIME_CHARS | Call by reference | Type reference (TYPE) | RSCRMT_IMP_INFOOBJECT | Table of info objects | 20120814 | ||
4 | ![]() |
ET_FILTER_DEFAULTS | Call by reference | Type reference (TYPE) | RSCRMT_IMP_SELECTION | Table of parameters and values for selection | 20120601 | ||
5 | ![]() |
ET_QUERY_CHARS | Call by reference | Type reference (TYPE) | RSCRMT_IMP_INFOOBJECT | Table of info objects | 20120601 | ||
6 | ![]() |
ET_QUERY_KEY_FG | Call by reference | Type reference (TYPE) | RSCRMT_IMP_INFOOBJECT | Table of info objects | 20120601 | ||
7 | ![]() |
IV_QUERY_ID | Call by reference | Type reference (TYPE) | RSCRM_IMP_QUERY_ID | 20110630 |
Method GET_QUERY_METADATA on Interface IF_RSCRM_IMP_ACTIONS_SERVICE has no exception.
Method GET_QUERY_PLANNINGFUNCTIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_QUERY_ID | Call by reference | Type reference (TYPE) | RSCRM_IMP_QUERY_ID | 20110616 | |||
2 | ![]() |
RT_PLANNINGFUNCTIONS | Value transfer | Type reference (TYPE) | RSCRMT_IMP_PLANFCT | TLOGO Object Information | 20110616 |
Method GET_QUERY_PLANNINGFUNCTIONS on Interface IF_RSCRM_IMP_ACTIONS_SERVICE has no exception.
Method GET_RELATION_COMBINATIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ER_COMBINATION | Call by reference | Object reference (TYPE REF TO) | DATA | Transient characteristic relationships valid combinations | 20110304 | ||
2 | ![]() |
IT_CR_CHARS | Call by reference | Type reference (TYPE) | RSCRMT_IMP_INFOOBJECT | Table of info objects | 20110127 | ||
3 | ![]() |
IT_OBJECT_SELECTION | Call by reference | Type reference (TYPE) | RSCRMT_IMP_SELECTION | Table of parameters and values for selection | 20111118 | ||
4 | ![]() |
IV_QUERY_ID | Call by reference | Type reference (TYPE) | RSCRM_IMP_QUERY_ID | Query Identifier | 20110131 |
Method GET_RELATION_COMBINATIONS on Interface IF_RSCRM_IMP_ACTIONS_SERVICE has no exception.
Method GET_VARIABLES_FROM_PLANFCTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_PLANNINGFUNCTION_NAME | Call by reference | Type reference (TYPE) | IF_BICS_OBJECT=>TN_NAME | Query ID | 20101216 | ||
2 | ![]() |
RT_VARIABLES | Value transfer | Type reference (TYPE) | RSCRMT_IMP_VAR_CHAR_MAP | Characteristic and variable mapping | 20101216 |
Method GET_VARIABLES_FROM_PLANFCTION on Interface IF_RSCRM_IMP_ACTIONS_SERVICE has no exception.
Method GET_VARIABLES_FROM_QUERY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_QUERY_ID | Call by reference | Type reference (TYPE) | RSCRM_IMP_QUERY_ID | Query ID | 20101122 | ||
2 | ![]() |
RT_VARIABLES_FROM_QUERY | Value transfer | Type reference (TYPE) | RSCRMT_IMP_VAR_CHAR_MAP | Characteristic and variable mapping | 20101122 |
Method GET_VARIABLES_FROM_QUERY on Interface IF_RSCRM_IMP_ACTIONS_SERVICE has no exception.
Method HAS_CHANGED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_DIRTY | Value transfer | Type reference (TYPE) | ABAP_BOOL | Whether data changed | 20110817 |
Method HAS_CHANGED on Interface IF_RSCRM_IMP_ACTIONS_SERVICE has no exception.
Method KEYFIGURE_VALUES_APPLY_PATTERN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_CHA_DISTR | Call by reference | Type reference (TYPE) | RSCRMT_IMP_INFOOBJECT | Define characteristics that are part of the distribution | 20110406 | ||
2 | ![]() |
IT_DATASET_SELECTION | Call by reference | Type reference (TYPE) | RSCRMT_IMP_SELECTION | Dataset selection on which the distribution will be executed | 20110401 | ||
3 | ![]() |
IT_KYF_SELECTION | Call by reference | Type reference (TYPE) | RSCRMT_IMP_INFOOBJECT | List of Key fig. on which the buying pattern will be applied | 20110401 | ||
4 | ![]() |
IT_KYF_TO_EXCLUDE | Call by reference | Type reference (TYPE) | RSCRMT_IMP_INFOOBJECT | Key figures that will be excluded from the pattern | 20110825 | ||
5 | ![]() |
IT_PATTERN_REFSEL | Call by reference | Type reference (TYPE) | RSCRMT_IMP_SELECTION | Ref. sel. used to select the buying pattern key fig. value | 20110401 | ||
6 | ![]() |
IV_PATTERN_KYF | Call by reference | Type reference (TYPE) | RSCRM_IMP_INFOOBJECT | Key figure that hold the buying pattern percentage | 20110401 | ||
7 | ![]() |
IV_QUERY_ID | Call by reference | Type reference (TYPE) | RSCRM_IMP_QUERY_ID | Query Identifier | 20110401 | ||
8 | ![]() |
RV_EXECUTED | Value transfer | Type reference (TYPE) | ABAP_BOOL | Status of the pattern distribution | 20110401 |
Method KEYFIGURE_VALUES_APPLY_PATTERN on Interface IF_RSCRM_IMP_ACTIONS_SERVICE has no exception.
Method KEYFIGURE_VALUES_COPY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_COPY_FROM_TO | Call by reference | Type reference (TYPE) | RSCRMT_IMP_FROM_TO_SELECTION | From/To selection for the copy function | 20110310 | ||
2 | ![]() |
IT_DATASET_SELECTION | Call by reference | Type reference (TYPE) | RSCRMT_IMP_SELECTION | Dataset selection | 20110304 | ||
3 | ![]() |
IT_KYF_SELECTION | Call by reference | Type reference (TYPE) | RSCRMT_IMP_INFOOBJECT | List of Key fig. on which the copy will be applied | 20120611 | ||
4 | ![]() |
IV_QUERY_ID | Call by reference | Type reference (TYPE) | RSCRM_IMP_QUERY_ID | Query Identifier | 20110304 | ||
5 | ![]() |
RV_EXECUTED | Value transfer | Type reference (TYPE) | ABAP_BOOL | Status of the repost | 20110304 |
Method KEYFIGURE_VALUES_COPY on Interface IF_RSCRM_IMP_ACTIONS_SERVICE has no exception.
Method KEYFIGURE_VALUES_DELETE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_DATASET_SELECTION | Call by reference | Type reference (TYPE) | RSCRMT_IMP_SELECTION | Dataset selection on which the deletion will be executed | 20110309 | ||
2 | ![]() |
IT_DELETE_SELECTION | Call by reference | Type reference (TYPE) | RSCRMT_IMP_SELECTION | Characteristic value that have to be deleted | 20110309 | ||
3 | ![]() |
IT_KYF | Call by reference | Type reference (TYPE) | RSCRMT_IMP_INFOOBJECT | Table of Key Figures | 20110225 | ||
4 | ![]() |
IV_QUERY_ID | Call by reference | Type reference (TYPE) | RSCRM_IMP_QUERY_ID | Query Identifier | 20110207 | ||
5 | ![]() |
RV_EXECUTED | Value transfer | Type reference (TYPE) | ABAP_BOOL | Status of the deletion | 20110207 |
Method KEYFIGURE_VALUES_DELETE on Interface IF_RSCRM_IMP_ACTIONS_SERVICE has no exception.
Method KEYFIGURE_VALUES_DEL_REDISTRIB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_CHA_DISTR | Call by reference | Type reference (TYPE) | RSCRMT_IMP_INFOOBJECT | Table of info objects | 20121101 | ||
2 | ![]() |
IT_DATASET_SELECTION | Call by reference | Type reference (TYPE) | RSCRMT_IMP_SELECTION | Table of parameters and values for selection | 20121101 | ||
3 | ![]() |
IT_DISTR_SELECTION | Call by reference | Type reference (TYPE) | RSCRMT_IMP_SELECTION | Delete Redistribute Selection | 20121101 | ||
4 | ![]() |
IT_KYF_TO_DELETE | Call by reference | Type reference (TYPE) | RSCRMT_IMP_INFOOBJECT | Table of info objects | 20121102 | ||
5 | ![]() |
IT_KYF_TO_DISTRIBUTE | Call by reference | Type reference (TYPE) | RSCRMT_IMP_INFOOBJECT | Table of info objects | 20121102 | ||
6 | ![]() |
IT_KYF_TO_EXCLUDE | Call by reference | Type reference (TYPE) | RSCRMT_IMP_INFOOBJECT | Table of info objects | 20121101 | ||
7 | ![]() |
IV_QUERY_ID | Call by reference | Type reference (TYPE) | RSCRM_IMP_QUERY_ID | Query Identifier | 20121101 | ||
8 | ![]() |
IV_REDISTRIBUTE | Call by reference | Type reference (TYPE) | CHAR01 | SPACE | Character Field Length 1 | 20121102 | |
9 | ![]() |
RV_EXECUTED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20121101 |
Method KEYFIGURE_VALUES_DEL_REDISTRIB on Interface IF_RSCRM_IMP_ACTIONS_SERVICE has no exception.
Method KEYFIGURE_VALUES_EQUAL_REDISTR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_CHA_DISTR | Call by reference | Type reference (TYPE) | RSCRMT_IMP_INFOOBJECT | Table of info objects | 20110407 | ||
2 | ![]() |
IT_DATASET_SELECTION | Call by reference | Type reference (TYPE) | RSCRMT_IMP_SELECTION | Table of parameters and values for selection | 20110407 | ||
3 | ![]() |
IT_KYF_SELECTION | Call by reference | Type reference (TYPE) | RSCRMT_IMP_INFOOBJECT | List of Key fig. on which the redistribution will be applied | 20110606 | ||
4 | ![]() |
IT_KYF_TO_EXCLUDE | Call by reference | Type reference (TYPE) | RSCRMT_IMP_INFOOBJECT | Key figures that will be excluded from the redistribution | 20110825 | ||
5 | ![]() |
IV_QUERY_ID | Call by reference | Type reference (TYPE) | RSCRM_IMP_QUERY_ID | Query Identifier | 20110407 | ||
6 | ![]() |
RV_EXECUTED | Value transfer | Type reference (TYPE) | ABAP_BOOL | Logical Variable | 20110407 |
Method KEYFIGURE_VALUES_EQUAL_REDISTR on Interface IF_RSCRM_IMP_ACTIONS_SERVICE has no exception.
Method KEYFIGURE_VALUES_REDISTRIBUTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_CHA_DISTR | Call by reference | Type reference (TYPE) | RSCRMT_IMP_INFOOBJECT | Define characteristics that are part of the distribution | 20110401 | ||
2 | ![]() |
IT_DATASET_SELECTION | Call by reference | Type reference (TYPE) | RSCRMT_IMP_SELECTION | Dataset selection on which the distribution will be executed | 20110224 | ||
3 | ![]() |
IT_DISTR_SELECTION | Call by reference | Type reference (TYPE) | RSCRMT_IMP_SELECTION | Characteristic value that have to be distributed | 20110207 | ||
4 | ![]() |
IT_KYF_SELECTION | Call by reference | Type reference (TYPE) | RSCRMT_IMP_INFOOBJECT | List of Key fig. on which the redistribution will be applied | 20110825 | ||
5 | ![]() |
IT_KYF_TO_EXCLUDE | Call by reference | Type reference (TYPE) | RSCRMT_IMP_INFOOBJECT | Key figures that will be excluded from the redistribution | 20110825 | ||
6 | ![]() |
IV_QUERY_ID | Call by reference | Type reference (TYPE) | RSCRM_IMP_QUERY_ID | Query Identifier | 20110207 | ||
7 | ![]() |
RV_EXECUTED | Value transfer | Type reference (TYPE) | ABAP_BOOL | Status of the redistribution | 20110207 |
Method KEYFIGURE_VALUES_REDISTRIBUTE on Interface IF_RSCRM_IMP_ACTIONS_SERVICE has no exception.
Method KEYFIGURE_VALUES_REPOST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_DATASET_SELECTION | Call by reference | Type reference (TYPE) | RSCRMT_IMP_SELECTION | Dataset selection | 20110303 | ||
2 | ![]() |
IT_KYF_SELECTION | Call by reference | Type reference (TYPE) | RSCRMT_IMP_INFOOBJECT | List of Key fig. on which the repost will be applied | 20120611 | ||
3 | ![]() |
IT_REPOST | Call by reference | Type reference (TYPE) | RSCRMT_IMP_REPOST | In Memory Planning - Repost Operations | 20111118 | ||
4 | ![]() |
IV_QUERY_ID | Call by reference | Type reference (TYPE) | RSCRM_IMP_QUERY_ID | Query Identifier | 20110303 | ||
5 | ![]() |
RV_EXECUTED | Value transfer | Type reference (TYPE) | ABAP_BOOL | Status of the repost | 20110303 |
Method KEYFIGURE_VALUES_REPOST on Interface IF_RSCRM_IMP_ACTIONS_SERVICE has no exception.
Method KEYFIGURE_VALUES_SET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_DATASET_SELECTION | Call by reference | Type reference (TYPE) | RSCRMT_IMP_SELECTION | Table of parameters and values for selection | 20110325 | ||
2 | ![]() |
IT_KYF_CHA_SELECTION | Call by reference | Type reference (TYPE) | RSCRMT_IMP_KYF_DATA | Key Figure Value and Characteristic Selections | 20110325 | ||
3 | ![]() |
IV_CREATE_COMBINATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20120726 | ||
4 | ![]() |
IV_QUERY_ID | Call by reference | Type reference (TYPE) | RSCRM_IMP_QUERY_ID | Query Identifier | 20110325 | ||
5 | ![]() |
RV_EXECUTED | Value transfer | Type reference (TYPE) | ABAP_BOOL | (Un)Sucess Execusion | 20110325 |
Method KEYFIGURE_VALUES_SET on Interface IF_RSCRM_IMP_ACTIONS_SERVICE has no exception.
Method KEYFIGURE_VALUES_TIMESHIFT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_SEL_BP | Call by reference | Type reference (TYPE) | RSCRMT_IMP_SELECTION | Buying Pattern is applied to this selection | 20121023 | ||
2 | ![]() |
IT_CHAR_USAGE | Call by reference | Type reference (TYPE) | RSCRMT_IMP_INFOOBJECT | Info objects for planning function blocking behavior | 20121023 | ||
3 | ![]() |
IT_DATASET_SELECTION | Call by reference | Type reference (TYPE) | RSCRMT_IMP_SELECTION | Dataset selection | 20121023 | ||
4 | ![]() |
IT_DATES_MAPPING | Call by reference | Type reference (TYPE) | TT_TIMESHIFT_DATES_MAPPING | Parameter group DATES_MAPPING | 20121023 | ||
5 | ![]() |
IT_KYF_BPREDIST | Call by reference | Type reference (TYPE) | RSCRMT_IMP_INFOOBJECT | Key figures to be redistributed according to Buying Pattern | 20121023 | ||
6 | ![]() |
IT_KYF_REDIST | Call by reference | Type reference (TYPE) | RSCRMT_IMP_INFOOBJECT | Key figures to be redistributed | 20121023 | ||
7 | ![]() |
IT_KYF_REPOST | Call by reference | Type reference (TYPE) | RSCRMT_IMP_INFOOBJECT | Key figures to be reposted | 20121023 | ||
8 | ![]() |
IT_SELECTION | Call by reference | Type reference (TYPE) | TT_TIMESHIFT_SELECTION | Parameter group SELECTION | 20121023 | ||
9 | ![]() |
IV_CHA_TIME | Call by reference | Type reference (TYPE) | RSCRM_IMP_INFOOBJECT | Time characteristic (0CALDAY or 0CALWEEK, etc) | 20121101 | ||
10 | ![]() |
IV_KYF_BP | Call by reference | Type reference (TYPE) | RSCRM_IMP_INFOOBJECT | Reference key figure for Buying Pattern redistribution | 20121023 | ||
11 | ![]() |
IV_KYF_REF_TIME | Call by reference | Type reference (TYPE) | RSCRM_IMP_INFOOBJECT | Reference key figure for the time redistribution | 20121101 | ||
12 | ![]() |
IV_QUERY_ID | Call by reference | Type reference (TYPE) | RSCRM_IMP_QUERY_ID | Query Identifier | 20121023 | ||
13 | ![]() |
RV_EXECUTED | Value transfer | Type reference (TYPE) | ABAP_BOOL | Status of the time shift | 20121101 |
Method KEYFIGURE_VALUES_TIMESHIFT on Interface IF_RSCRM_IMP_ACTIONS_SERVICE has no exception.
Method PREPARE_STATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_DATASET_SELECTION | Call by reference | Type reference (TYPE) | RSCRMT_IMP_SELECTION | Table of parameters and values for selection | 20120326 | ||
2 | ![]() |
IT_METADATA | Call by reference | Type reference (TYPE) | RSCRMT_IMP_MODEL | Planning Model: Table of Relations Meta Information | 20120326 | ||
3 | ![]() |
IV_QUERY_ID | Call by reference | Type reference (TYPE) | RSCRM_IMP_QUERY_ID | Query Identifier | 20120326 |
Method PREPARE_STATE on Interface IF_RSCRM_IMP_ACTIONS_SERVICE has no exception.
Method PREPARE_STATE_UPDATE_CELL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_QUERIES | Call by reference | Type reference (TYPE) | RSCRMT_IMP_QUERY_ID | Table of query IDs | 20121101 |
Method PREPARE_STATE_UPDATE_CELL on Interface IF_RSCRM_IMP_ACTIONS_SERVICE has no exception.
Method SAVE_PLANNING_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_COMMIT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20110225 |
Method SAVE_PLANNING_DATA on Interface IF_RSCRM_IMP_ACTIONS_SERVICE has no exception.
Method SET_OBJECT_DEPENDENCIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_QUERY_FILTER | Call by reference | Type reference (TYPE) | RSCRMT_IMP_SELECTION | Table of parameters and values for selection | 20120412 | ||
2 | ![]() |
IV_QUERY_ID | Call by reference | Type reference (TYPE) | RSCRM_IMP_QUERY_ID | Query Identifier | 20120412 |
Method SET_OBJECT_DEPENDENCIES on Interface IF_RSCRM_IMP_ACTIONS_SERVICE has no exception.
Method UPDATE_DRILLSTATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_DRILL_VALUE | Call by reference | Type reference (TYPE) | RSCRM_IMP_VALUE | Drillstate cell id | 20110317 | ||
2 | ![]() |
IV_QUERY_ID | Call by reference | Type reference (TYPE) | RSCRM_IMP_QUERY_ID | Query Identifier | 20110317 |
Method UPDATE_DRILLSTATE on Interface IF_RSCRM_IMP_ACTIONS_SERVICE has no exception.
Method UPDATE_RESULT_SET_FROM_CELL_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_CELL | Call by reference | Type reference (TYPE) | RSCRMT_IMP_CELL | Table of cells | 20110911 | ||
2 | ![]() |
IV_QUERY_ID | Call by reference | Type reference (TYPE) | RSCRM_IMP_QUERY_ID | In-Memory Planning Query Identifier | 20101213 | ||
3 | ![]() |
RV_EXECUTED | Value transfer | Type reference (TYPE) | ABAP_BOOL | Status of the update cell | 20111021 |
Method UPDATE_RESULT_SET_FROM_CELL_ID on Interface IF_RSCRM_IMP_ACTIONS_SERVICE has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 730 |