SAP ABAP Interface IF_RSCRM_IMP_ACTIONS_SERVICE (CRM In-Memory Planning Action Services)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   CRM (Application Component) Customer Relationship Management
     RSCRM_IMP_CORE (Package) CRM In-Memory Planning Core
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 CREATE_TRANSIENT_RELATIONS Instance method Public Method Create the characteristics relationships 20120412
2 DERIVE_TRANSIENT_RELATION Instance method Public Method Create derive characteristic relationsip 20130425
3 DETERMINE_PATTERN_RELEVANCE Instance method Public Method Check if buying pattern should be applied or not 20110506
4 EXECUTE_PLANNING_FUNCTION Instance method Public Method Execute a planning function 20101216
5 EXECUTE_QUERY Instance method Public Method Execute the query & return the results 20101122
6 FILL_RELATION_COMBINATIONS Instance method Public Method Fill the relation combination buffer table 20110127
7 FREE Instance method Public Method Clear self reference of actions service 20110113
8 GENERATE_COMBINATIONS Instance method Public Method Generate the combinations from the relations to the cube 20110608
9 GET_MESSAGES Instance method Public Method Get messages log 20101217
10 GET_QUERY_AL_CHARACTERISTICS Static method Public Method Get characteristics of the query aggregation level 20110531
11 GET_QUERY_AL_KEY_FIGURES Static method Public Method Get KFs of the query aggregation level 20110720
12 GET_QUERY_DESCRIPTION Static method Public Method Get query description 20110630
13 GET_QUERY_METADATA Instance method Public Method Get query metadata info 20110630
14 GET_QUERY_PLANNINGFUNCTIONS Instance method Public Method Returns the planning functions listdefined for a given query 20110616
15 GET_RELATION_COMBINATIONS Instance method Public Method Get characteristic relation valid combination buffer 20110127
16 GET_VARIABLES_FROM_PLANFCTION Instance method Public Method Get the variables associated to a planning function 20101216
17 GET_VARIABLES_FROM_QUERY Instance method Public Method Get the variables associated to a query 20101122
18 HAS_CHANGED Instance method Public Method Whether planning data changed 20110817
19 KEYFIGURE_VALUES_APPLY_PATTERN Instance method Public Method Apply a buying pattern on KyF values over the time dimension 20110401
20 KEYFIGURE_VALUES_COPY Instance method Public Method Copy KyF values from one characteristic to another 20110304
21 KEYFIGURE_VALUES_DELETE Instance method Public Method Clear key figures values 20110207
22 KEYFIGURE_VALUES_DEL_REDISTRIB Instance method Public Method Delete and Redistribute KyF values 20121101
23 KEYFIGURE_VALUES_EQUAL_REDISTR Instance method Public Method Distribute KyF values from one time period to another 20110407
24 KEYFIGURE_VALUES_REDISTRIBUTE Instance method Public Method Distribute KyF values from one characteristic to others 20110207
25 KEYFIGURE_VALUES_REPOST Instance method Public Method Repost KyF values from one characteristic to another 20110303
26 KEYFIGURE_VALUES_SET Instance method Public Method Set Key Figure with value in parameter 20110325
27 KEYFIGURE_VALUES_TIMESHIFT Instance method Public Method Perform time shift 20121023
28 PREPARE_STATE Instance method Public Method Execute preparation steps 20120326
29 PREPARE_STATE_UPDATE_CELL Instance method Public Method Execute preparation steps before updating a cell 20121101
30 SAVE_PLANNING_DATA Instance method Public Method Save the planning data 20101210
31 SET_OBJECT_DEPENDENCIES Instance method Public Method Set object related dependency information 20120412
32 UPDATE_DRILLSTATE Instance method Public Method Update the drillstate on a hierarchy axis (row or column) 20110317
33 UPDATE_RESULT_SET_FROM_CELL_ID 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 Importing IT_DATA Call by reference Type reference (TYPE) ANY TABLE 20120412
2 Importing IT_METADATA Call by reference Type reference (TYPE) RSCRMT_IMP_MODEL Planning Model: Table of Relations Meta Information 20120412
3 Importing IT_OBJECT_SELECTION Call by reference Type reference (TYPE) RSCRMT_IMP_SELECTION Table of parameters and values for selection 20120423
4 Importing IV_QUERY_ID Call by reference Type reference (TYPE) RSCRM_IMP_QUERY_ID Query Identifier 20120412
5 Returning 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 Importing IT_OBJECT_SELECTION Call by reference Type reference (TYPE) RSCRMT_IMP_SELECTION Table of parameters and values for selection 20130425
2 Importing 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 Exporting ET_DATASET_SELECTION Call by reference Type reference (TYPE) RSCRMT_IMP_SELECTION Dataset selection on which the pattern will be applied 20110506
2 Exporting ET_KYF_SELECTION Call by reference Type reference (TYPE) RSCRMT_IMP_INFOOBJECT Key figure selection on which the pattern will be applied 20110506
3 Exporting EV_PATTERN_RELEVANT Call by reference Type reference (TYPE) ABAP_BOOL Return true when the pattern must be applied 20110506
4 Importing IT_PATTERN_CHA Call by reference Type reference (TYPE) RSCRMT_IMP_INFOOBJECT Characteristic on which the pattern is applied 20110713
5 Importing IT_PATTERN_INCLUDED_KYF Call by reference Type reference (TYPE) RSCRMT_IMP_INFOOBJECT List of key figures where pattern cannot be applied 20110825
6 Importing 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 Importing 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 Importing IT_DATASET_SELECTION Call by reference Type reference (TYPE) RSCRMT_IMP_SELECTION Table of parameters and values for selection 20110511
2 Importing IT_PLANNINGFUNCTION_VARIABLES Call by reference Type reference (TYPE) RSCRMT_IMP_SELECTION Table of variables for planning selection 20101216
3 Importing IT_QUERY_FILTER Call by reference Type reference (TYPE) RSCRMT_IMP_SELECTION Table of parameters and values for selection 20110718
4 Importing IV_PLANNINGFUNCTION_NAME Call by reference Type reference (TYPE) IF_BICS_OBJECT=>TN_NAME 20101216
5 Importing IV_PROCESS_CHANGED_DATA Call by reference Type reference (TYPE) CRMT_BOOLEAN ABAP_FALSE 20101216
6 Importing IV_QUERY_ID Call by reference Type reference (TYPE) RSCRM_IMP_QUERY_ID Query Identifier 20110418
7 Returning 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 Exporting ER_RESULT Call by reference Object reference (TYPE REF TO) DATA Query ResultSet Strategy Pattern 20110411
2 Importing IT_DEFAULT_CHARACTERISTICS Call by reference Type reference (TYPE) RSCRMT_IMP_SELECTION Table of parameters and values for selection 20110606
3 Importing IT_FREE_CHARACTERISTICS Call by reference Type reference (TYPE) RSCRMT_IMP_INFOOBJECT Table of info objects 20110408
4 Importing IT_QUERY_FILTER Call by reference Type reference (TYPE) RSCRMT_IMP_SELECTION Table of characteristics for planning filter selection 20110621
5 Importing IT_VARIABLES Call by reference Type reference (TYPE) RSCRMT_IMP_SELECTION Table of parameters and values for selection 20111118
6 Importing IT_VISIBLE_KYF Call by reference Type reference (TYPE) RSCRMT_IMP_VISIBLE_KYF Visible Key Figures 20110209
7 Importing IV_INPUT_ENABLED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Open the query as input enabled 20110113
8 Importing IV_QUERY_ID Call by reference Type reference (TYPE) RSCRM_IMP_QUERY_ID Query ID 20101122
9 Importing IV_RENDER_CONTEXT Call by reference Type reference (TYPE) STRING 'FLEX' 20101208
10 Importing 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 Importing IR_COMBINATION Call by reference Object reference (TYPE REF TO) DATA Transient characteristic relationships valid combinations 20110304
2 Importing 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 Importing IV_ALL_PLANNINGFUNCTION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Indicates that all planning function will be freed 20110909
2 Importing IV_ALL_QUERY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Indicates that all queries will be freed 20110909
3 Importing IV_MESSAGES Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Specifies to delete the BICS messages collection 20111021
4 Importing IV_PLANNINGFUNCTION_NAME Call by reference Type reference (TYPE) IF_BICS_OBJECT=>TN_NAME In-Memory Planning - Panning Function Name 20110114
5 Importing IV_QUERY_ID Call by reference Type reference (TYPE) RSCRM_IMP_QUERY_ID In-Memory Planning - Query Name 20110114
6 Importing 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 Importing IT_DATASET_SELECTION Call by reference Type reference (TYPE) RSCRMT_IMP_SELECTION Table of parameters and values for selection 20110608
2 Importing IV_QUERY_ID Call by reference Type reference (TYPE) RSCRM_IMP_QUERY_ID Query Identifier 20110608
3 Returning 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 Importing IV_ERROR_ONLY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20110715
2 Importing IV_INCLUDE_WARNING Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Indicates whether we include the warnings with the errors 20111021
3 Returning 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 Importing IV_QUERY_ID Call by reference Type reference (TYPE) RSCRM_IMP_QUERY_ID Query Identifier 20110531
2 Returning 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 Importing IV_QUERY_ID Call by reference Type reference (TYPE) RSCRM_IMP_QUERY_ID Query Identifier 20110720
2 Returning 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 Importing IV_QUERY_ID Call by reference Type reference (TYPE) RSCRM_IMP_QUERY_ID 20110630
2 Returning 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 Exporting ET_AGGR_CHARS Call by reference Type reference (TYPE) RSCRMT_IMP_INFOOBJECT Table of info objects 20120601
2 Exporting ET_AGGR_KEY_FG Call by reference Type reference (TYPE) RSCRMT_IMP_INFOOBJECT Table of info objects 20120601
3 Exporting ET_AGGR_TIME_CHARS Call by reference Type reference (TYPE) RSCRMT_IMP_INFOOBJECT Table of info objects 20120814
4 Exporting ET_FILTER_DEFAULTS Call by reference Type reference (TYPE) RSCRMT_IMP_SELECTION Table of parameters and values for selection 20120601
5 Exporting ET_QUERY_CHARS Call by reference Type reference (TYPE) RSCRMT_IMP_INFOOBJECT Table of info objects 20120601
6 Exporting ET_QUERY_KEY_FG Call by reference Type reference (TYPE) RSCRMT_IMP_INFOOBJECT Table of info objects 20120601
7 Importing 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 Importing IV_QUERY_ID Call by reference Type reference (TYPE) RSCRM_IMP_QUERY_ID 20110616
2 Returning 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 Exporting ER_COMBINATION Call by reference Object reference (TYPE REF TO) DATA Transient characteristic relationships valid combinations 20110304
2 Importing IT_CR_CHARS Call by reference Type reference (TYPE) RSCRMT_IMP_INFOOBJECT Table of info objects 20110127
3 Importing IT_OBJECT_SELECTION Call by reference Type reference (TYPE) RSCRMT_IMP_SELECTION Table of parameters and values for selection 20111118
4 Importing 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 Importing IV_PLANNINGFUNCTION_NAME Call by reference Type reference (TYPE) IF_BICS_OBJECT=>TN_NAME Query ID 20101216
2 Returning 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 Importing IV_QUERY_ID Call by reference Type reference (TYPE) RSCRM_IMP_QUERY_ID Query ID 20101122
2 Returning 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 Returning 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 Importing IT_CHA_DISTR Call by reference Type reference (TYPE) RSCRMT_IMP_INFOOBJECT Define characteristics that are part of the distribution 20110406
2 Importing IT_DATASET_SELECTION Call by reference Type reference (TYPE) RSCRMT_IMP_SELECTION Dataset selection on which the distribution will be executed 20110401
3 Importing 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 Importing IT_KYF_TO_EXCLUDE Call by reference Type reference (TYPE) RSCRMT_IMP_INFOOBJECT Key figures that will be excluded from the pattern 20110825
5 Importing 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 Importing IV_PATTERN_KYF Call by reference Type reference (TYPE) RSCRM_IMP_INFOOBJECT Key figure that hold the buying pattern percentage 20110401
7 Importing IV_QUERY_ID Call by reference Type reference (TYPE) RSCRM_IMP_QUERY_ID Query Identifier 20110401
8 Returning 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 Importing IT_COPY_FROM_TO Call by reference Type reference (TYPE) RSCRMT_IMP_FROM_TO_SELECTION From/To selection for the copy function 20110310
2 Importing IT_DATASET_SELECTION Call by reference Type reference (TYPE) RSCRMT_IMP_SELECTION Dataset selection 20110304
3 Importing 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 Importing IV_QUERY_ID Call by reference Type reference (TYPE) RSCRM_IMP_QUERY_ID Query Identifier 20110304
5 Returning 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 Importing IT_DATASET_SELECTION Call by reference Type reference (TYPE) RSCRMT_IMP_SELECTION Dataset selection on which the deletion will be executed 20110309
2 Importing IT_DELETE_SELECTION Call by reference Type reference (TYPE) RSCRMT_IMP_SELECTION Characteristic value that have to be deleted 20110309
3 Importing IT_KYF Call by reference Type reference (TYPE) RSCRMT_IMP_INFOOBJECT Table of Key Figures 20110225
4 Importing IV_QUERY_ID Call by reference Type reference (TYPE) RSCRM_IMP_QUERY_ID Query Identifier 20110207
5 Returning 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 Importing IT_CHA_DISTR Call by reference Type reference (TYPE) RSCRMT_IMP_INFOOBJECT Table of info objects 20121101
2 Importing IT_DATASET_SELECTION Call by reference Type reference (TYPE) RSCRMT_IMP_SELECTION Table of parameters and values for selection 20121101
3 Importing IT_DISTR_SELECTION Call by reference Type reference (TYPE) RSCRMT_IMP_SELECTION Delete Redistribute Selection 20121101
4 Importing IT_KYF_TO_DELETE Call by reference Type reference (TYPE) RSCRMT_IMP_INFOOBJECT Table of info objects 20121102
5 Importing IT_KYF_TO_DISTRIBUTE Call by reference Type reference (TYPE) RSCRMT_IMP_INFOOBJECT Table of info objects 20121102
6 Importing IT_KYF_TO_EXCLUDE Call by reference Type reference (TYPE) RSCRMT_IMP_INFOOBJECT Table of info objects 20121101
7 Importing IV_QUERY_ID Call by reference Type reference (TYPE) RSCRM_IMP_QUERY_ID Query Identifier 20121101
8 Importing IV_REDISTRIBUTE Call by reference Type reference (TYPE) CHAR01 SPACE Character Field Length 1 20121102
9 Returning 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 Importing IT_CHA_DISTR Call by reference Type reference (TYPE) RSCRMT_IMP_INFOOBJECT Table of info objects 20110407
2 Importing IT_DATASET_SELECTION Call by reference Type reference (TYPE) RSCRMT_IMP_SELECTION Table of parameters and values for selection 20110407
3 Importing 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 Importing IT_KYF_TO_EXCLUDE Call by reference Type reference (TYPE) RSCRMT_IMP_INFOOBJECT Key figures that will be excluded from the redistribution 20110825
5 Importing IV_QUERY_ID Call by reference Type reference (TYPE) RSCRM_IMP_QUERY_ID Query Identifier 20110407
6 Returning 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 Importing IT_CHA_DISTR Call by reference Type reference (TYPE) RSCRMT_IMP_INFOOBJECT Define characteristics that are part of the distribution 20110401
2 Importing IT_DATASET_SELECTION Call by reference Type reference (TYPE) RSCRMT_IMP_SELECTION Dataset selection on which the distribution will be executed 20110224
3 Importing IT_DISTR_SELECTION Call by reference Type reference (TYPE) RSCRMT_IMP_SELECTION Characteristic value that have to be distributed 20110207
4 Importing 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 Importing IT_KYF_TO_EXCLUDE Call by reference Type reference (TYPE) RSCRMT_IMP_INFOOBJECT Key figures that will be excluded from the redistribution 20110825
6 Importing IV_QUERY_ID Call by reference Type reference (TYPE) RSCRM_IMP_QUERY_ID Query Identifier 20110207
7 Returning 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 Importing IT_DATASET_SELECTION Call by reference Type reference (TYPE) RSCRMT_IMP_SELECTION Dataset selection 20110303
2 Importing 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 Importing IT_REPOST Call by reference Type reference (TYPE) RSCRMT_IMP_REPOST In Memory Planning - Repost Operations 20111118
4 Importing IV_QUERY_ID Call by reference Type reference (TYPE) RSCRM_IMP_QUERY_ID Query Identifier 20110303
5 Returning 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 Importing IT_DATASET_SELECTION Call by reference Type reference (TYPE) RSCRMT_IMP_SELECTION Table of parameters and values for selection 20110325
2 Importing IT_KYF_CHA_SELECTION Call by reference Type reference (TYPE) RSCRMT_IMP_KYF_DATA Key Figure Value and Characteristic Selections 20110325
3 Importing IV_CREATE_COMBINATION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20120726
4 Importing IV_QUERY_ID Call by reference Type reference (TYPE) RSCRM_IMP_QUERY_ID Query Identifier 20110325
5 Returning 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 Importing IS_SEL_BP Call by reference Type reference (TYPE) RSCRMT_IMP_SELECTION Buying Pattern is applied to this selection 20121023
2 Importing IT_CHAR_USAGE Call by reference Type reference (TYPE) RSCRMT_IMP_INFOOBJECT Info objects for planning function blocking behavior 20121023
3 Importing IT_DATASET_SELECTION Call by reference Type reference (TYPE) RSCRMT_IMP_SELECTION Dataset selection 20121023
4 Importing IT_DATES_MAPPING Call by reference Type reference (TYPE) TT_TIMESHIFT_DATES_MAPPING Parameter group DATES_MAPPING 20121023
5 Importing IT_KYF_BPREDIST Call by reference Type reference (TYPE) RSCRMT_IMP_INFOOBJECT Key figures to be redistributed according to Buying Pattern 20121023
6 Importing IT_KYF_REDIST Call by reference Type reference (TYPE) RSCRMT_IMP_INFOOBJECT Key figures to be redistributed 20121023
7 Importing IT_KYF_REPOST Call by reference Type reference (TYPE) RSCRMT_IMP_INFOOBJECT Key figures to be reposted 20121023
8 Importing IT_SELECTION Call by reference Type reference (TYPE) TT_TIMESHIFT_SELECTION Parameter group SELECTION 20121023
9 Importing IV_CHA_TIME Call by reference Type reference (TYPE) RSCRM_IMP_INFOOBJECT Time characteristic (0CALDAY or 0CALWEEK, etc) 20121101
10 Importing IV_KYF_BP Call by reference Type reference (TYPE) RSCRM_IMP_INFOOBJECT Reference key figure for Buying Pattern redistribution 20121023
11 Importing IV_KYF_REF_TIME Call by reference Type reference (TYPE) RSCRM_IMP_INFOOBJECT Reference key figure for the time redistribution 20121101
12 Importing IV_QUERY_ID Call by reference Type reference (TYPE) RSCRM_IMP_QUERY_ID Query Identifier 20121023
13 Returning 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 Importing IT_DATASET_SELECTION Call by reference Type reference (TYPE) RSCRMT_IMP_SELECTION Table of parameters and values for selection 20120326
2 Importing IT_METADATA Call by reference Type reference (TYPE) RSCRMT_IMP_MODEL Planning Model: Table of Relations Meta Information 20120326
3 Importing 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 Importing 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 Importing 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 Importing IT_QUERY_FILTER Call by reference Type reference (TYPE) RSCRMT_IMP_SELECTION Table of parameters and values for selection 20120412
2 Importing 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 Importing IV_DRILL_VALUE Call by reference Type reference (TYPE) RSCRM_IMP_VALUE Drillstate cell id 20110317
2 Importing 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 Importing IT_CELL Call by reference Type reference (TYPE) RSCRMT_IMP_CELL Table of cells 20110911
2 Importing IV_QUERY_ID Call by reference Type reference (TYPE) RSCRM_IMP_QUERY_ID In-Memory Planning Query Identifier 20101213
3 Returning 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