SAP ABAP Class CL_RSCRM_IMP_SERVICE_STATE (Service State)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   CRM (Application Component) Customer Relationship Management
     RSCRM_IMP_CORE (Package) CRM In-Memory Planning Core
Properties
Class CL_RSCRM_IMP_SERVICE_STATE  
Short Description Service State    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSCRM_IMP_CORE   CRM In-Memory Planning Core 
Created 20120308   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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_MD_SELECTOR Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_BICS_MD_STRUCTURE_MEMBER Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_BICS_OBJECT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_RSCRM_IMP_SERVICE_STATE has no interface implemented.
Friends
Class CL_RSCRM_IMP_SERVICE_STATE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_PF_NAME_GENERATE_COMB Constant Public Type reference (TYPE) IF_BICS_OBJECT=>TN_NAME '0RSPL_CREATE_CR' Static Planning function name for Generate Combinations 20120326
2 MO_APPLICATION Instance attribute Protected Object reference (TYPE REF TO) IF_BICS_APPLICATION Application Representation 20120326
3 MO_DATA_AREA Instance attribute Protected Object reference (TYPE REF TO) IF_BICS_DATA_AREA BW BICS Data Area 20120326
4 MO_PLANNING_MODEL_RUN Instance attribute Protected Object reference (TYPE REF TO) IF_BICS_PLAN_MODEL_RUN Planning Objects at Runtime 20120326
5 MTH_QUERIES_COLLECTION Instance attribute Protected Type reference (TYPE) RSCRMT_IMP_QUERY_COLLECTION Query Collection 20120326
6 MT_COMBINATIONS Instance attribute Protected Type reference (TYPE) TT_MD_BUFFER_REL_COMBINATIONS Combinations 20120326
7 MT_LEADING_OBJECT Instance attribute Protected Type reference (TYPE) TT_MD_BUFFER_LEADING_OBJ Added leading object 20120330
8 MT_STATIC_PLANNING_FUNCTIONS Instance attribute Protected Type reference (TYPE) TT_MD_BUFFER_STATIC_PF Static Planning functions 20120326
9 MV_LEADING_INFOOBJECT Instance attribute Public Type reference (TYPE) RSCRM_IMP_INFOOBJECT Name of the leading info object 20120919
10 MV_PLANFCT_COUNTER Static Attribute Protected Type reference (TYPE) I 20120326
11 MV_READY Instance attribute Protected Type reference (TYPE) ABAP_BOOL ABAP_FALSE State is ready to be used 20120326
Methods
# Method Level Visibility Method type Description Created on
1 ADD_LEADING_OBJ_AS_MD Instance method Protected Method Add the leading object as master data 20120330
2 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20120326
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20120326
4 FREE Instance method Public Method Free buffers 20120326
5 GENERATE_PF_NAME Instance method Protected Method Generates a planning function name 20120326
6 GET_AGGREGATION_LEVEL Instance method Public Method Returns Aggregation level 20120326
7 GET_COMPOUND_CHARACTERISTIC Instance method Public Method Returns compound characteristics 20120412
8 GET_INFOPROV_METADATA Instance method Public Method Return infoprovider metadata 20130117
9 GET_KF_MEMBERS Instance method Public Method Returns Key figure (members) for a given query 20120326
10 GET_QUERY_DEFAULT_FILTER Instance method Public Method Return query designer default values 20120601
11 GET_QUERY_METADATA Instance method Public Method Return the query & aggregation level metadata 20120601
12 GET_QUERY_VIEW Instance method Public Method Create or return the query from the collection 20120326
13 GET_REALTIME_CUBES Instance method Public Method Returns all real-time cubes related to a query. 20120326
14 GET_REALTIME_CUBE_FROM_QUERY Instance method Protected Method Retunrs runtime cube used in a given query 20120326
15 GET_RELATION_COMBINATIONS Instance method Public Method Returns relation combination data 20120326
16 GET_STATIC_PLANNING_FUNCTION Instance method Public Method Returns static planning functions 20120326
17 GET_TIME_CHARACTERISTICS Instance method Public Method Returns time characteristics at aggregation level 20120615
18 INSERT_LEADING_OBJ_AS_MD Instance method Protected Method Adds provided id for given InfoObject 20120330
19 IS_READY Instance method Public Method Is service state ready to be used 20120326
20 LOAD_AGGREGATION_LEVEL Instance method Protected Method Loads Aggregation level 20120326
21 LOAD_COMPOUND_CHARACTERISTIC Instance method Protected Method Loads the compound characteristic mapping 20120412
22 LOAD_INFOPROV_METADATA Instance method Protected Method Load infoprovider metadata 20130117
23 LOAD_KF_MEMBERS Instance method Protected Method Loads Key figures (members) for a given query 20120326
24 LOAD_QUERY_DEFAULT_FILTER Instance method Private Method Return the query filter default values 20120601
25 LOAD_QUERY_METADATA Instance method Protected Method Load the query & aggregation level metadata 20120601
26 LOAD_REALTIME_CUBES Instance method Protected Method Loads all real-time cubes related to a query 20120326
27 LOAD_RELATION_COMBINATIONS Instance method Protected Method Loads relation combinations for a given query 20120326
28 LOAD_SINGLE_PLANNING_FUNCTION Instance method Protected Method Loads a single static planning function 20120326
29 LOAD_STATIC_PLANNING_FUNCTIONS Instance method Public Method Loads static planning function for a given query 20120326
30 PREPARE Instance method Public Method Triggers the execution of all preparation calls. 20120326
31 PREPARE_LEAD_OBJ_MASTER_DATA Instance method Public Method Prepare leading object master data 20120330
Events
Class CL_RSCRM_IMP_SERVICE_STATE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_MD_BUFFER_LEADING_OBJ Protected See coding 20120330 BEGIN OF ts_md_buffer_leading_obj, " local structure to keep leading object added to Master Data infoobject type rscrm_imp_infoobject, id type rscrm_imp_object_id, END OF ts_md_buffer_leading_obj
2 TS_MD_BUFFER_REL_COMBINATIONS Protected See coding 20120326 BEGIN OF ts_md_buffer_rel_combinations, " local structure to keep relation combination query_id TYPE RSCRM_IMP_QUERY_ID, characteristics TYPE rscrmt_imp_infoobject, combination_struct TYPE REF TO DATA, planning_mod_runtime type REF TO IF_BICS_PLAN_MOD_RUN_CR, END OF ts_md_buffer_rel_combinations
3 TS_MD_BUFFER_STATIC_PF Protected See coding 20120326 BEGIN OF ts_md_buffer_static_pf, " local structure to buffer static planning function name TYPE IF_BICS_OBJECT=>TN_NAME, planning_function TYPE REF TO IF_BICS_PLANNING_FUNCTION, END OF ts_md_buffer_static_pf
4 TT_EVENT Protected See coding 20120326 tt_event type STANDARD TABLE OF RSCRM_IMP_EVENT_ID
5 TT_MD_BUFFER_LEADING_OBJ Protected See coding 20120330 tt_md_buffer_leading_obj type STANDARD TABLE OF ts_md_buffer_leading_obj WITH KEY infoobject id
6 TT_MD_BUFFER_REL_COMBINATIONS Protected See coding 20120326 tt_md_buffer_rel_combinations type STANDARD TABLE OF ts_md_buffer_rel_combinations WITH KEY query_id
7 TT_MD_BUFFER_STATIC_PF Protected See coding 20120326 tt_md_buffer_static_pf TYPE STANDARD TABLE OF ts_md_buffer_static_pf WITH KEY name
Method Signatures

Method ADD_LEADING_OBJ_AS_MD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ID Call by reference Type reference (TYPE) RSCRM_IMP_OBJECT_ID Object Identifier 20120330
2 Importing IV_INFOOBJECT Call by reference Type reference (TYPE) RSCRM_IMP_INFOOBJECT InfoObject 20120330

Method ADD_LEADING_OBJ_AS_MD on class CL_RSCRM_IMP_SERVICE_STATE has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_RSCRM_IMP_SERVICE_STATE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSCRM_IMP_SERVICE_STATE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_DATA_AREA Call by reference Object reference (TYPE REF TO) IF_BICS_DATA_AREA 20120326
2 Importing IO_PLANNING_MODEL_RUN Call by reference Object reference (TYPE REF TO) IF_BICS_PLAN_MODEL_RUN Planning Objects at Runtime 20120326

Method CONSTRUCTOR on class CL_RSCRM_IMP_SERVICE_STATE has no exception.

Method FREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FREE_ALL Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Indicates that all queries will be freed 20120326

Method FREE on class CL_RSCRM_IMP_SERVICE_STATE has no exception.

Method GENERATE_PF_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PF_ABBREV_TYPE Call by reference Type reference (TYPE) RSCRM_IMP_PLNFCT_ABBREV Planning function abbreviation type 20120326
2 Returning RV_PF_NAME Value transfer Type reference (TYPE) IF_BICS_OBJECT=>TN_NAME Generates planning function name 20120326

Method GENERATE_PF_NAME on class CL_RSCRM_IMP_SERVICE_STATE has no exception.

Method GET_AGGREGATION_LEVEL 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 20120326
2 Returning RV_AGGREGATION_LEVEL Value transfer Type reference (TYPE) IF_BICS_OBJECT=>TN_NAME Query View 20120326

Method GET_AGGREGATION_LEVEL on class CL_RSCRM_IMP_SERVICE_STATE has no exception.

Method GET_COMPOUND_CHARACTERISTIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_COMPOUND_CHARACTERISTIC Call by reference Type reference (TYPE) RSCRMT_IMP_COMPOUND_CHARACT Compound Metadata 20120412
2 Importing IV_QUERY_ID Call by reference Type reference (TYPE) RSCRM_IMP_QUERY_ID Query Identifier 20120412

Method GET_COMPOUND_CHARACTERISTIC on class CL_RSCRM_IMP_SERVICE_STATE has no exception.

Method GET_INFOPROV_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ACTIVE_DERIVE_CHARS Call by reference Type reference (TYPE) RSCRMT_IMP_INFOOBJECT Table of info objects 20130117
2 Exporting ET_CHARS Call by reference Type reference (TYPE) RSCRMT_IMP_INFOOBJECT Table of info objects 20130117
3 Exporting ET_COMPOUND_CHARACTERISTIC Call by reference Type reference (TYPE) RSCRMT_IMP_COMPOUND_CHARACT Compound characteristics 20130425
4 Importing IV_INFOPROV Call by reference Type reference (TYPE) RSCRM_IMP_INFOPROV InfoProvider 20130117

Method GET_INFOPROV_METADATA on class CL_RSCRM_IMP_SERVICE_STATE has no exception.

Method GET_KF_MEMBERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MEMBERS Call by reference Type reference (TYPE) RSCRMT_IMP_MD_STRUCTURE_MEMBER Table of query structure member information 20120920
2 Importing IV_QUERY_ID Call by reference Type reference (TYPE) RSCRM_IMP_QUERY_ID Query Identifier 20120326

Method GET_KF_MEMBERS on class CL_RSCRM_IMP_SERVICE_STATE has no exception.

Method GET_QUERY_DEFAULT_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FILTER_DEFAULTS Call by reference Type reference (TYPE) RSCRMT_IMP_SELECTION Table of parameters and values for selection 20120601
2 Importing IV_QUERY_ID Call by reference Type reference (TYPE) RSCRM_IMP_QUERY_ID Query Identifier 20120601

Method GET_QUERY_DEFAULT_FILTER on class CL_RSCRM_IMP_SERVICE_STATE 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_QUERY_CHARS Call by reference Type reference (TYPE) RSCRMT_IMP_INFOOBJECT Table of info objects 20120601
5 Exporting ET_QUERY_KEY_FG Call by reference Type reference (TYPE) RSCRMT_IMP_INFOOBJECT Table of info objects 20120601
6 Exporting EV_DESCRIPTION Call by reference Type reference (TYPE) RSCRM_IMP_QUERY_DESCR Query description 20120920
7 Importing IV_QUERY_ID Call by reference Type reference (TYPE) RSCRM_IMP_QUERY_ID Query Identifier 20120601

Method GET_QUERY_METADATA on class CL_RSCRM_IMP_SERVICE_STATE has no exception.

Method GET_QUERY_VIEW 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 20120326
2 Returning RO_QUERY_VIEW Value transfer Object reference (TYPE REF TO) IF_BICS_QV Query View 20120326

Method GET_QUERY_VIEW on class CL_RSCRM_IMP_SERVICE_STATE has no exception.

Method GET_REALTIME_CUBES 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 20120326
2 Returning RT_CUBES Value transfer Type reference (TYPE) IF_BICS_MD_SELECTOR=>TN_TS_PART_PROVIDER Realtime Cubes 20120326

Method GET_REALTIME_CUBES on class CL_RSCRM_IMP_SERVICE_STATE has no exception.

Method GET_REALTIME_CUBE_FROM_QUERY 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 20120326
2 Importing IV_QUERY_ID Call by reference Type reference (TYPE) RSCRM_IMP_QUERY_ID Query Identifier 20120326
3 Returning RT_CUBE Value transfer Type reference (TYPE) IF_BICS_MD_SELECTOR=>TN_TS_PART_PROVIDER 20120326

Method GET_REALTIME_CUBE_FROM_QUERY on class CL_RSCRM_IMP_SERVICE_STATE has no exception.

Method GET_RELATION_COMBINATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_PLAN_MOD_RUNTIME Call by reference Object reference (TYPE REF TO) IF_BICS_PLAN_MOD_RUN_CR Create/Change Characteristic Relationship at Runtime 20120326
2 Exporting ER_COMBINATION Call by reference Object reference (TYPE REF TO) DATA 20120326
3 Importing IT_CR_CHARS Call by reference Type reference (TYPE) RSCRMT_IMP_INFOOBJECT Table of info objects 20120326
4 Importing IV_QUERY_ID Call by reference Type reference (TYPE) RSCRM_IMP_QUERY_ID Query Identifier 20120326

Method GET_RELATION_COMBINATIONS on class CL_RSCRM_IMP_SERVICE_STATE has no exception.

Method GET_STATIC_PLANNING_FUNCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LOAD_IF_NOT_FOUND Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Loads information if not in buffer 20120326
2 Importing IV_NAME Call by reference Type reference (TYPE) IF_BICS_OBJECT=>TN_NAME Planning function name 20120326
3 Returning RO_PLANNING_FUNCTION Value transfer Object reference (TYPE REF TO) IF_BICS_PLANNING_FUNCTION Planning Function 20120326

Method GET_STATIC_PLANNING_FUNCTION on class CL_RSCRM_IMP_SERVICE_STATE has no exception.

Method GET_TIME_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 20120615
2 Returning RT_TIME_CHARS Value transfer Type reference (TYPE) RSCRMT_IMP_INFOOBJECT Table of info objects 20120615

Method GET_TIME_CHARACTERISTICS on class CL_RSCRM_IMP_SERVICE_STATE has no exception.

Method INSERT_LEADING_OBJ_AS_MD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ID Call by reference Type reference (TYPE) RSCRM_IMP_OBJECT_ID Object Identifier 20120330
2 Importing IV_INFOOBJECT Call by reference Type reference (TYPE) RSCRM_IMP_INFOOBJECT InfoObject 20120330

Method INSERT_LEADING_OBJ_AS_MD on class CL_RSCRM_IMP_SERVICE_STATE has no exception.

Method IS_READY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_READY Value transfer Type reference (TYPE) ABAP_BOOL 20120326

Method IS_READY on class CL_RSCRM_IMP_SERVICE_STATE has no exception.

Method LOAD_AGGREGATION_LEVEL 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 20120326
2 Returning RV_AGGREGATION_LEVEL Value transfer Type reference (TYPE) IF_BICS_OBJECT=>TN_NAME Name eines Objekts 20120920

Method LOAD_AGGREGATION_LEVEL on class CL_RSCRM_IMP_SERVICE_STATE has no exception.

Method LOAD_COMPOUND_CHARACTERISTIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_COMPOUND_CHARACTERISTIC Call by reference Type reference (TYPE) RSCRMT_IMP_COMPOUND_CHARACT Compound characteristics 20120920
2 Importing IV_QUERY_ID Call by reference Type reference (TYPE) RSCRM_IMP_QUERY_ID Query Identifier 20120412

Method LOAD_COMPOUND_CHARACTERISTIC on class CL_RSCRM_IMP_SERVICE_STATE has no exception.

Method LOAD_INFOPROV_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ACTIVE_DERIVE_CHARS Call by reference Type reference (TYPE) RSCRMT_IMP_INFOOBJECT Table of info objects 20130117
2 Exporting ET_CHARS Call by reference Type reference (TYPE) RSCRMT_IMP_INFOOBJECT Table of info objects 20130117
3 Exporting ET_COMPOUND_CHARACTERISTIC Call by reference Type reference (TYPE) RSCRMT_IMP_COMPOUND_CHARACT Compound characteristics 20130425
4 Importing IV_INFOPROV Call by reference Type reference (TYPE) RSCRM_IMP_INFOPROV InfoProvider 20130117

Method LOAD_INFOPROV_METADATA on class CL_RSCRM_IMP_SERVICE_STATE has no exception.

Method LOAD_KF_MEMBERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MEMBERS Call by reference Type reference (TYPE) RSCRMT_IMP_MD_STRUCTURE_MEMBER Table of MD Structure Members 20120920
2 Importing IV_QUERY_ID Call by reference Type reference (TYPE) RSCRM_IMP_QUERY_ID Query Identifier 20120326

Method LOAD_KF_MEMBERS on class CL_RSCRM_IMP_SERVICE_STATE has no exception.

Method LOAD_QUERY_DEFAULT_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FILTER_DEFAULTS Call by reference Type reference (TYPE) RSCRMT_IMP_SELECTION Table of parameters and values for selection 20120601
2 Importing IV_QUERY_ID Call by reference Type reference (TYPE) RSCRM_IMP_QUERY_ID Query Identifier 20120601

Method LOAD_QUERY_DEFAULT_FILTER on class CL_RSCRM_IMP_SERVICE_STATE has no exception.

Method LOAD_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 20120920
2 Exporting ET_AGGR_KEY_FG Call by reference Type reference (TYPE) RSCRMT_IMP_INFOOBJECT Table of info objects 20120920
3 Exporting ET_AGGR_TIME_CHARS Call by reference Type reference (TYPE) RSCRMT_IMP_INFOOBJECT Table of info objects 20120920
4 Exporting ET_QUERY_CHARS Call by reference Type reference (TYPE) RSCRMT_IMP_INFOOBJECT Table of info objects 20120920
5 Exporting ET_QUERY_KEY_FG Call by reference Type reference (TYPE) RSCRMT_IMP_INFOOBJECT Table of info objects 20120920
6 Exporting EV_DESCRIPTION Call by reference Type reference (TYPE) RSCRM_IMP_QUERY_DESCR Query Description 20120920
7 Importing IV_QUERY_ID Call by reference Type reference (TYPE) RSCRM_IMP_QUERY_ID Query Identifier 20120601

Method LOAD_QUERY_METADATA on class CL_RSCRM_IMP_SERVICE_STATE has no exception.

Method LOAD_REALTIME_CUBES 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 20120326
2 Returning RT_CUBES Value transfer Type reference (TYPE) IF_BICS_MD_SELECTOR=>TN_TS_PART_PROVIDER 20120920

Method LOAD_REALTIME_CUBES on class CL_RSCRM_IMP_SERVICE_STATE has no exception.

Method LOAD_RELATION_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 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 LOAD_RELATION_COMBINATIONS on class CL_RSCRM_IMP_SERVICE_STATE has no exception.

Method LOAD_SINGLE_PLANNING_FUNCTION 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 20120326
2 Returning RS_FUNCTION Value transfer Type reference (TYPE) TS_MD_BUFFER_STATIC_PF 20120326

Method LOAD_SINGLE_PLANNING_FUNCTION on class CL_RSCRM_IMP_SERVICE_STATE has no exception.

Method LOAD_STATIC_PLANNING_FUNCTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EVENT_ID Call by reference Type reference (TYPE) RSCRM_IMP_EVENT_ID Custom Event ID 20121101
2 Importing IV_QUERY_ID Call by reference Type reference (TYPE) RSCRM_IMP_QUERY_ID Query Identifier 20120326
3 Importing IV_TRANSIENT_RELATION Call by reference Type reference (TYPE) ABAP_BOOL True when it is related to transient relations 20121101

Method LOAD_STATIC_PLANNING_FUNCTIONS on class CL_RSCRM_IMP_SERVICE_STATE has no exception.

Method PREPARE 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 Table of query IDs 20120326

Method PREPARE on class CL_RSCRM_IMP_SERVICE_STATE has no exception.

Method PREPARE_LEAD_OBJ_MASTER_DATA 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 20120330
2 Importing IT_METADATA Call by reference Type reference (TYPE) RSCRMT_IMP_MODEL Planning Model: Table of Relations Meta Information 20120330

Method PREPARE_LEAD_OBJ_MASTER_DATA on class CL_RSCRM_IMP_SERVICE_STATE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 740