Hierarchy
⤷
⤷
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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 4 | 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 | Constant | Public | Type reference (TYPE) | IF_BICS_OBJECT=>TN_NAME | '0RSPL_CREATE_CR' | Static Planning function name for Generate Combinations | 20120326 | ||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_BICS_APPLICATION | Application Representation | 20120326 | |||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_BICS_DATA_AREA | BW BICS Data Area | 20120326 | |||
| 4 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_BICS_PLAN_MODEL_RUN | Planning Objects at Runtime | 20120326 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | RSCRMT_IMP_QUERY_COLLECTION | Query Collection | 20120326 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | TT_MD_BUFFER_REL_COMBINATIONS | Combinations | 20120326 | |||
| 7 | Instance attribute | Protected | Type reference (TYPE) | TT_MD_BUFFER_LEADING_OBJ | Added leading object | 20120330 | |||
| 8 | Instance attribute | Protected | Type reference (TYPE) | TT_MD_BUFFER_STATIC_PF | Static Planning functions | 20120326 | |||
| 9 | Instance attribute | Public | Type reference (TYPE) | RSCRM_IMP_INFOOBJECT | Name of the leading info object | 20120919 | |||
| 10 | Static Attribute | Protected | Type reference (TYPE) | I | 20120326 | ||||
| 11 | 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 | Instance method | Protected | Method | Add the leading object as master data | 20120330 | |
| 2 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20120326 | |
| 3 | Instance method | Public | Constructor | CONSTRUCTOR | 20120326 | |
| 4 | Instance method | Public | Method | Free buffers | 20120326 | |
| 5 | Instance method | Protected | Method | Generates a planning function name | 20120326 | |
| 6 | Instance method | Public | Method | Returns Aggregation level | 20120326 | |
| 7 | Instance method | Public | Method | Returns compound characteristics | 20120412 | |
| 8 | Instance method | Public | Method | Return infoprovider metadata | 20130117 | |
| 9 | Instance method | Public | Method | Returns Key figure (members) for a given query | 20120326 | |
| 10 | Instance method | Public | Method | Return query designer default values | 20120601 | |
| 11 | Instance method | Public | Method | Return the query & aggregation level metadata | 20120601 | |
| 12 | Instance method | Public | Method | Create or return the query from the collection | 20120326 | |
| 13 | Instance method | Public | Method | Returns all real-time cubes related to a query. | 20120326 | |
| 14 | Instance method | Protected | Method | Retunrs runtime cube used in a given query | 20120326 | |
| 15 | Instance method | Public | Method | Returns relation combination data | 20120326 | |
| 16 | Instance method | Public | Method | Returns static planning functions | 20120326 | |
| 17 | Instance method | Public | Method | Returns time characteristics at aggregation level | 20120615 | |
| 18 | Instance method | Protected | Method | Adds provided id for given InfoObject | 20120330 | |
| 19 | Instance method | Public | Method | Is service state ready to be used | 20120326 | |
| 20 | Instance method | Protected | Method | Loads Aggregation level | 20120326 | |
| 21 | Instance method | Protected | Method | Loads the compound characteristic mapping | 20120412 | |
| 22 | Instance method | Protected | Method | Load infoprovider metadata | 20130117 | |
| 23 | Instance method | Protected | Method | Loads Key figures (members) for a given query | 20120326 | |
| 24 | Instance method | Private | Method | Return the query filter default values | 20120601 | |
| 25 | Instance method | Protected | Method | Load the query & aggregation level metadata | 20120601 | |
| 26 | Instance method | Protected | Method | Loads all real-time cubes related to a query | 20120326 | |
| 27 | Instance method | Protected | Method | Loads relation combinations for a given query | 20120326 | |
| 28 | Instance method | Protected | Method | Loads a single static planning function | 20120326 | |
| 29 | Instance method | Public | Method | Loads static planning function for a given query | 20120326 | |
| 30 | Instance method | Public | Method | Triggers the execution of all preparation calls. | 20120326 | |
| 31 | 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 | IV_ID | Call by reference | Type reference (TYPE) | RSCRM_IMP_OBJECT_ID | Object Identifier | 20120330 | |||
| 2 | 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 | IO_DATA_AREA | Call by reference | Object reference (TYPE REF TO) | IF_BICS_DATA_AREA | 20120326 | ||||
| 2 | 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 | 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 | IV_PF_ABBREV_TYPE | Call by reference | Type reference (TYPE) | RSCRM_IMP_PLNFCT_ABBREV | Planning function abbreviation type | 20120326 | |||
| 2 | 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 | IV_QUERY_ID | Call by reference | Type reference (TYPE) | RSCRM_IMP_QUERY_ID | Query ID | 20120326 | |||
| 2 | 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 | ET_COMPOUND_CHARACTERISTIC | Call by reference | Type reference (TYPE) | RSCRMT_IMP_COMPOUND_CHARACT | Compound Metadata | 20120412 | |||
| 2 | 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 | ET_ACTIVE_DERIVE_CHARS | Call by reference | Type reference (TYPE) | RSCRMT_IMP_INFOOBJECT | Table of info objects | 20130117 | |||
| 2 | ET_CHARS | Call by reference | Type reference (TYPE) | RSCRMT_IMP_INFOOBJECT | Table of info objects | 20130117 | |||
| 3 | ET_COMPOUND_CHARACTERISTIC | Call by reference | Type reference (TYPE) | RSCRMT_IMP_COMPOUND_CHARACT | Compound characteristics | 20130425 | |||
| 4 | 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 | ET_MEMBERS | Call by reference | Type reference (TYPE) | RSCRMT_IMP_MD_STRUCTURE_MEMBER | Table of query structure member information | 20120920 | |||
| 2 | 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 | ET_FILTER_DEFAULTS | Call by reference | Type reference (TYPE) | RSCRMT_IMP_SELECTION | Table of parameters and values for selection | 20120601 | |||
| 2 | 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 | 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_QUERY_CHARS | Call by reference | Type reference (TYPE) | RSCRMT_IMP_INFOOBJECT | Table of info objects | 20120601 | |||
| 5 | ET_QUERY_KEY_FG | Call by reference | Type reference (TYPE) | RSCRMT_IMP_INFOOBJECT | Table of info objects | 20120601 | |||
| 6 | EV_DESCRIPTION | Call by reference | Type reference (TYPE) | RSCRM_IMP_QUERY_DESCR | Query description | 20120920 | |||
| 7 | 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 | IV_QUERY_ID | Call by reference | Type reference (TYPE) | RSCRM_IMP_QUERY_ID | Query ID | 20120326 | |||
| 2 | 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 | IV_QUERY_ID | Call by reference | Type reference (TYPE) | RSCRM_IMP_QUERY_ID | Query Identifier | 20120326 | |||
| 2 | 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 | IT_OBJECT_SELECTION | Call by reference | Type reference (TYPE) | RSCRMT_IMP_SELECTION | Table of parameters and values for selection | 20120326 | |||
| 2 | IV_QUERY_ID | Call by reference | Type reference (TYPE) | RSCRM_IMP_QUERY_ID | Query Identifier | 20120326 | |||
| 3 | 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 | 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 | ER_COMBINATION | Call by reference | Object reference (TYPE REF TO) | DATA | 20120326 | ||||
| 3 | IT_CR_CHARS | Call by reference | Type reference (TYPE) | RSCRMT_IMP_INFOOBJECT | Table of info objects | 20120326 | |||
| 4 | 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 | IV_LOAD_IF_NOT_FOUND | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Loads information if not in buffer | 20120326 | ||
| 2 | IV_NAME | Call by reference | Type reference (TYPE) | IF_BICS_OBJECT=>TN_NAME | Planning function name | 20120326 | |||
| 3 | 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 | IV_QUERY_ID | Call by reference | Type reference (TYPE) | RSCRM_IMP_QUERY_ID | Query Identifier | 20120615 | |||
| 2 | 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 | IV_ID | Call by reference | Type reference (TYPE) | RSCRM_IMP_OBJECT_ID | Object Identifier | 20120330 | |||
| 2 | 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 | 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 | IV_QUERY_ID | Call by reference | Type reference (TYPE) | RSCRM_IMP_QUERY_ID | Query ID | 20120326 | |||
| 2 | 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 | ET_COMPOUND_CHARACTERISTIC | Call by reference | Type reference (TYPE) | RSCRMT_IMP_COMPOUND_CHARACT | Compound characteristics | 20120920 | |||
| 2 | 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 | ET_ACTIVE_DERIVE_CHARS | Call by reference | Type reference (TYPE) | RSCRMT_IMP_INFOOBJECT | Table of info objects | 20130117 | |||
| 2 | ET_CHARS | Call by reference | Type reference (TYPE) | RSCRMT_IMP_INFOOBJECT | Table of info objects | 20130117 | |||
| 3 | ET_COMPOUND_CHARACTERISTIC | Call by reference | Type reference (TYPE) | RSCRMT_IMP_COMPOUND_CHARACT | Compound characteristics | 20130425 | |||
| 4 | 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 | ET_MEMBERS | Call by reference | Type reference (TYPE) | RSCRMT_IMP_MD_STRUCTURE_MEMBER | Table of MD Structure Members | 20120920 | |||
| 2 | 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 | ET_FILTER_DEFAULTS | Call by reference | Type reference (TYPE) | RSCRMT_IMP_SELECTION | Table of parameters and values for selection | 20120601 | |||
| 2 | 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 | ET_AGGR_CHARS | Call by reference | Type reference (TYPE) | RSCRMT_IMP_INFOOBJECT | Table of info objects | 20120920 | |||
| 2 | ET_AGGR_KEY_FG | Call by reference | Type reference (TYPE) | RSCRMT_IMP_INFOOBJECT | Table of info objects | 20120920 | |||
| 3 | ET_AGGR_TIME_CHARS | Call by reference | Type reference (TYPE) | RSCRMT_IMP_INFOOBJECT | Table of info objects | 20120920 | |||
| 4 | ET_QUERY_CHARS | Call by reference | Type reference (TYPE) | RSCRMT_IMP_INFOOBJECT | Table of info objects | 20120920 | |||
| 5 | ET_QUERY_KEY_FG | Call by reference | Type reference (TYPE) | RSCRMT_IMP_INFOOBJECT | Table of info objects | 20120920 | |||
| 6 | EV_DESCRIPTION | Call by reference | Type reference (TYPE) | RSCRM_IMP_QUERY_DESCR | Query Description | 20120920 | |||
| 7 | 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 | IV_QUERY_ID | Call by reference | Type reference (TYPE) | RSCRM_IMP_QUERY_ID | Query Identifier | 20120326 | |||
| 2 | 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 | 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 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 | IV_PLANNINGFUNCTION_NAME | Call by reference | Type reference (TYPE) | IF_BICS_OBJECT=>TN_NAME | 20120326 | ||||
| 2 | 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 | IV_EVENT_ID | Call by reference | Type reference (TYPE) | RSCRM_IMP_EVENT_ID | Custom Event ID | 20121101 | |||
| 2 | IV_QUERY_ID | Call by reference | Type reference (TYPE) | RSCRM_IMP_QUERY_ID | Query Identifier | 20120326 | |||
| 3 | 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 | 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 | 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 | IT_DATASET_SELECTION | Call by reference | Type reference (TYPE) | RSCRMT_IMP_SELECTION | Table of parameters and values for selection | 20120330 | |||
| 2 | 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 |