SAP ABAP Interface IF_RSDRCRM_SEG_EXECUTION_PLAN (Execution Plan for Seg Expression)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   CRM (Application Component) Customer Relationship Management
     RSDRCRM_SEG (Package) RFC Wrapper for Methods Calls with Package RSDRCRM
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSDRCRM_SEG_EP_HANDLER Administration Class for Execution Plans 20100505
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSDRCRM_SEG_EXEC_PLAN_LOG Execution Plan: Log Events 20100505
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSDRCRM_SEG_EXEC_PLAN_REC Execution Plan: Record 20100610
Properties
Interface IF_RSDRCRM_SEG_EXECUTION_PLAN  
Short Description Execution Plan for Seg Expression    
General Data
Package RSDRCRM_SEG   RFC Wrapper for Methods Calls with Package RSDRCRM 
Created 20100505   SAP 
Last changed 20130531   SAP 
Unicode checks active    
Forward declarations
Interface IF_RSDRCRM_SEG_EXECUTION_PLAN has no forward declaration.
Interfaces
Interface IF_RSDRCRM_SEG_EXECUTION_PLAN has no interface.
Friends
Interface IF_RSDRCRM_SEG_EXECUTION_PLAN has no friend.
Attributes
Interface IF_RSDRCRM_SEG_EXECUTION_PLAN has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CONTINUE_OPERATION Instance method Public Method Event: Continuation of an Operation 20100505
2 END_PREPROCESSING Instance method Public Method Event: Preprocessing Complete 20100505
3 END_PREPROCESS_TASK Instance method Public Method Event: End of a Preprocessing Step 20100624
4 ERROR_OCCURRED Instance method Public Method Event: Error(s) during calculation 20101018
5 FINISH Instance method Public Method Event: Execution Complete 20100505
6 FREE Instance method Public Method Deletes the attributes of an instance 20100505
7 INSERT_DIFFERENCE Instance method Public Method Event: Difference between two MRIs 20100505
8 INSERT_INTERSECT Instance method Public Method Event: Intersection of two MRIs 20100505
9 INSERT_OPERATION_RESULT_MRI Instance method Public Method Event: Result MRI of an operation calculated 20100505
10 INSERT_SEGMENT_RESULT_MRI Instance method Public Method Event: Result MRI of a segment calculated 20100505
11 INSERT_STEP_CALL Instance method Public Method Event: STEP is performed on InfoProvider or MRI 20100505
12 INSERT_STEP_RESULT_MRI Instance method Public Method Event: Result MRI of a step calculated 20100505
13 INSERT_UNION Instance method Public Method Event: Merge of two MRIs 20100505
14 OPT_ATTR_SELECTIVITY Instance method Public Method Event: Selectivity of an attribute found 20100622
15 OPT_SEGMENT_SELECTIVITY Instance method Public Method Event: Selectivity of a segment found 20100622
16 OPT_STEP_SELECTIVITY Instance method Public Method Event: Selectivity of a step found 20100622
17 OPT_SWAP_OPERANDS Instance method Public Method Event: Swap two operands using selectivity 20100622
18 START_COUNT Instance method Public Method Event: Start Counting a Segment 20100505
19 START_GET_MEMBERS Instance method Public Method Event: Start Members Getting a Segment 20100505
20 START_OPERATION Instance method Public Method Event: Start a New Operation 20100505
21 START_PREPROCESSING Instance method Public Method Event: Preprocessing started 20100624
22 START_PREPROCESS_TASK Instance method Public Method Event: Start a Preprocessing Step 20100624
23 START_SEGMENT Instance method Public Method Event: New segment started 20100505
24 START_STEP Instance method Public Method Event: New step started 20100505
Events
Interface IF_RSDRCRM_SEG_EXECUTION_PLAN has no event.
Types
Interface IF_RSDRCRM_SEG_EXECUTION_PLAN has no local type.
Method Signatures

Method CONTINUE_OPERATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OPERATION_NO Call by reference Type reference (TYPE) RSDRCRM_SEG_OPERATION_NO 20100505
2 Importing I_SEGMENT_ID Call by reference Type reference (TYPE) RSDRCRM_SEG_SEGMENT_ID 20100505

Method CONTINUE_OPERATION on Interface IF_RSDRCRM_SEG_EXECUTION_PLAN has no exception.

Method END_PREPROCESSING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SEGMENT_ID Call by reference Type reference (TYPE) RSDRCRM_SEG_SEGMENT_ID ID (CHAR10) eines CRM Segment Builder Segments 20100505
2 Importing I_TX_SEGMENT_EXPRESSION Call by reference Type reference (TYPE) RSDRCRM_SEG_T_SEG_EXPRESSION Übergabetabelle CRM -> BWA für die BWA Segmentierung 20100505

Method END_PREPROCESSING on Interface IF_RSDRCRM_SEG_EXECUTION_PLAN has no exception.

Method END_PREPROCESS_TASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PREPROCESS_ID Call by reference Type reference (TYPE) RSDRCRM_SEG_PREPROCESS_ID Id eines Vorverarbeitungsprozesses 20100624

Method END_PREPROCESS_TASK on Interface IF_RSDRCRM_SEG_EXECUTION_PLAN has no exception.

Method ERROR_OCCURRED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_LOG Call by reference Object reference (TYPE REF TO) CL_RSDRCRM_SEG_LOG_SERVICE RSDRCRM_SEG Logging Service 20101018
2 Importing I_SEGMENT_ID Call by reference Type reference (TYPE) RSDRCRM_SEG_SEGMENT_ID ID (CHAR10) eines CRM Segment Builder Segments 20101018

Method ERROR_OCCURRED on Interface IF_RSDRCRM_SEG_EXECUTION_PLAN has no exception.

Method FINISH Signature

Method FINISH on Interface IF_RSDRCRM_SEG_EXECUTION_PLAN has no parameter.
Method FINISH on Interface IF_RSDRCRM_SEG_EXECUTION_PLAN has no exception.

Method FREE Signature

Method FREE on Interface IF_RSDRCRM_SEG_EXECUTION_PLAN has no parameter.
Method FREE on Interface IF_RSDRCRM_SEG_EXECUTION_PLAN has no exception.

Method INSERT_DIFFERENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MRI_ALIAS_LEFT Call by reference Type reference (TYPE) RSDRCRM_MRIALIAS 20100505
2 Importing I_MRI_ALIAS_RIGHT Call by reference Type reference (TYPE) RSDRCRM_MRIALIAS 20100505
3 Importing I_TH_SFCMAP Call by reference Type reference (TYPE) RSDRCRM_TH_SETMAPSFC 20100505

Method INSERT_DIFFERENCE on Interface IF_RSDRCRM_SEG_EXECUTION_PLAN has no exception.

Method INSERT_INTERSECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MRI_ALIAS_LEFT Call by reference Type reference (TYPE) RSDRCRM_MRIALIAS 20100505
2 Importing I_MRI_ALIAS_RIGHT Call by reference Type reference (TYPE) RSDRCRM_MRIALIAS 20100505
3 Importing I_TH_SFCMAP Call by reference Type reference (TYPE) RSDRCRM_TH_SETMAPSFC 20100505

Method INSERT_INTERSECT on Interface IF_RSDRCRM_SEG_EXECUTION_PLAN has no exception.

Method INSERT_OPERATION_RESULT_MRI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OPERATION_NO Call by reference Type reference (TYPE) RSDRCRM_SEG_OPERATION_NO 20100505
2 Importing I_RESULT_MRI Call by reference Type reference (TYPE) RSDRCRM_MRIALIAS 20100505
3 Importing I_SEGMENT_ID Call by reference Type reference (TYPE) RSDRCRM_SEG_SEGMENT_ID 20100505

Method INSERT_OPERATION_RESULT_MRI on Interface IF_RSDRCRM_SEG_EXECUTION_PLAN has no exception.

Method INSERT_SEGMENT_RESULT_MRI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RESULT_MRI Call by reference Type reference (TYPE) RSDRCRM_MRIALIAS 20100505
2 Importing I_SEGMENT_ID Call by reference Type reference (TYPE) RSDRCRM_SEG_SEGMENT_ID 20100505

Method INSERT_SEGMENT_RESULT_MRI on Interface IF_RSDRCRM_SEG_EXECUTION_PLAN has no exception.

Method INSERT_STEP_CALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INFOPROV Call by reference Type reference (TYPE) RSINFOPROV 20100505
2 Importing I_MRI Call by reference Type reference (TYPE) RSDRCRM_MRIALIAS 20100505
3 Importing I_TH_SFC Call by reference Type reference (TYPE) RSDRI_TH_SFC 20100505
4 Importing I_TH_SFK Call by reference Type reference (TYPE) RSDRI_TH_SFK 20100505
5 Importing I_TX_HAVING Call by reference Type reference (TYPE) RSDRI_TX_HAVING 20100505
6 Importing I_T_MRISEL Call by reference Type reference (TYPE) RSDRCRM_T_MRISEL 20100505
7 Importing I_T_RANGE Call by reference Type reference (TYPE) RSDRI_T_RANGE 20100505
# Exception Resumable Description Created on
1 CX_RSDRCRM_SEG_EXPRESSION 20100505

Method INSERT_STEP_RESULT_MRI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RESULT_MRI Call by reference Type reference (TYPE) RSDRCRM_MRIALIAS 20100505
2 Importing I_SEGMENT_ID Call by reference Type reference (TYPE) RSDRCRM_SEG_SEGMENT_ID 20100505
3 Importing I_STEP_NO Call by reference Type reference (TYPE) RSDRCRM_SEG_STEP_NO 20100505

Method INSERT_STEP_RESULT_MRI on Interface IF_RSDRCRM_SEG_EXECUTION_PLAN has no exception.

Method INSERT_UNION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MRI_ALIAS_LEFT Call by reference Type reference (TYPE) RSDRCRM_MRIALIAS 20100505
2 Importing I_MRI_ALIAS_RIGHT Call by reference Type reference (TYPE) RSDRCRM_MRIALIAS 20100505
3 Importing I_TH_SFCMAP Call by reference Type reference (TYPE) RSDRCRM_TH_SETMAPSFC 20100505

Method INSERT_UNION on Interface IF_RSDRCRM_SEG_EXECUTION_PLAN has no exception.

Method OPT_ATTR_SELECTIVITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ATTRIBUTE Call by reference Type reference (TYPE) RSDIOBJNM InfoObjekt 20100622
2 Importing I_INFOPROVIDER Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20100622
3 Importing I_SELECTIVITY Call by reference Type reference (TYPE) DECFLOAT34 Selektivität 20100622

Method OPT_ATTR_SELECTIVITY on Interface IF_RSDRCRM_SEG_EXECUTION_PLAN has no exception.

Method OPT_SEGMENT_SELECTIVITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SEGMENT_ID Call by reference Type reference (TYPE) RSDRCRM_SEG_SEGMENT_ID ID (CHAR10) eines CRM Segment Builder Segments 20100622
2 Importing I_SELECTIVITY Call by reference Type reference (TYPE) DECFLOAT34 Selektivität 20100622

Method OPT_SEGMENT_SELECTIVITY on Interface IF_RSDRCRM_SEG_EXECUTION_PLAN has no exception.

Method OPT_STEP_SELECTIVITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SELECTIVITY Call by reference Type reference (TYPE) DECFLOAT34 Selektivität 20100622
2 Importing I_STEP_NO Call by reference Type reference (TYPE) RSDRCRM_SEG_STEP_NO Nummer eines Schrittes eines Segments 20100622

Method OPT_STEP_SELECTIVITY on Interface IF_RSDRCRM_SEG_EXECUTION_PLAN has no exception.

Method OPT_SWAP_OPERANDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OPERATION_NO Call by reference Type reference (TYPE) RSDRCRM_SEG_OPERATION_NO (Laufende) Nummer einer Operation 20100622

Method OPT_SWAP_OPERANDS on Interface IF_RSDRCRM_SEG_EXECUTION_PLAN has no exception.

Method START_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SEGMENT_ID Call by reference Type reference (TYPE) RSDRCRM_SEG_SEGMENT_ID ID (CHAR10) eines CRM Segment Builder Segments 20100505
2 Importing I_SESSIONIDENT Call by reference Type reference (TYPE) SYSUUID_25 UUID in komprimierter Form 20100615
3 Importing I_TX_SEGMENT_EXPRESSION Call by reference Type reference (TYPE) RSDRCRM_SEG_T_SEG_EXPRESSION Übergabetabelle CRM -> BWA für die BWA Segmentierung 20100505

Method START_COUNT on Interface IF_RSDRCRM_SEG_EXECUTION_PLAN has no exception.

Method START_GET_MEMBERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SEGMENT_ID Call by reference Type reference (TYPE) RSDRCRM_SEG_SEGMENT_ID ID (CHAR10) eines CRM Segment Builder Segments 20100505
2 Importing I_SESSIONIDENT Call by reference Type reference (TYPE) SYSUUID_25 UUID in komprimierter Form 20100615
3 Importing I_TX_SEGMENT_EXPRESSION Call by reference Type reference (TYPE) RSDRCRM_SEG_T_SEG_EXPRESSION Übergabetabelle CRM -> BWA für die BWA Segmentierung 20100505

Method START_GET_MEMBERS on Interface IF_RSDRCRM_SEG_EXECUTION_PLAN has no exception.

Method START_OPERATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OPERATION_NO Call by reference Type reference (TYPE) RSDRCRM_SEG_OPERATION_NO 20100505
2 Importing I_SEGMENT_ID Call by reference Type reference (TYPE) RSDRCRM_SEG_SEGMENT_ID 20100505

Method START_OPERATION on Interface IF_RSDRCRM_SEG_EXECUTION_PLAN has no exception.

Method START_PREPROCESSING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SEGMENT_ID Call by reference Type reference (TYPE) RSDRCRM_SEG_SEGMENT_ID ID (CHAR10) eines CRM Segment Builder Segments 20100624
2 Importing I_TX_SEGMENT_EXPRESSION Call by reference Type reference (TYPE) RSDRCRM_SEG_T_SEG_EXPRESSION Übergabetabelle CRM -> BWA für die BWA Segmentierung 20100624

Method START_PREPROCESSING on Interface IF_RSDRCRM_SEG_EXECUTION_PLAN has no exception.

Method START_PREPROCESS_TASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PREPROCESS_ID Call by reference Type reference (TYPE) RSDRCRM_SEG_PREPROCESS_ID Id eines Vorverarbeitungsprozesses 20100624

Method START_PREPROCESS_TASK on Interface IF_RSDRCRM_SEG_EXECUTION_PLAN has no exception.

Method START_SEGMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SEGMENT_ID Call by reference Type reference (TYPE) RSDRCRM_SEG_SEGMENT_ID 20100505

Method START_SEGMENT on Interface IF_RSDRCRM_SEG_EXECUTION_PLAN has no exception.

Method START_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SEGMENT_ID Call by reference Type reference (TYPE) RSDRCRM_SEG_SEGMENT_ID 20100505
2 Importing I_STEP_NO Call by reference Type reference (TYPE) RSDRCRM_SEG_STEP_NO 20100505

Method START_STEP on Interface IF_RSDRCRM_SEG_EXECUTION_PLAN has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 730