SAP ABAP Class CL_RSDRCRM_SEG_MRI_HANDLER (MRI Handler)
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
Properties
Class CL_RSDRCRM_SEG_MRI_HANDLER  
Short Description MRI Handler    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSDRCRM_SEG   RFC Wrapper for Methods Calls with Package RSDRCRM 
Created 20100322   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)
Interfaces
Class CL_RSDRCRM_SEG_MRI_HANDLER has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_RSDRCRM_SEG_MRI_SESSION_F 20101105 Administrates MRIs per session
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 O_CHANO Instance attribute Protected Type reference (TYPE) INT4 Natural Number 20100413
2 O_IS_FILTERED Instance attribute Protected Type reference (TYPE) BOOLE_D Data Element for BOOLE Domain: TRUE (='X') and FALSE (=' ') 20100415
3 O_KYFNO Instance attribute Protected Type reference (TYPE) INT4 Natural Number 20100413
4 O_MRI Instance attribute Protected Type reference (TYPE) RSDRCRM_MRIALIAS 20100322
5 O_R_LEFT_CHILD Instance attribute Protected Object reference (TYPE REF TO) CL_RSDRCRM_SEG_MRI_HANDLER MRI Handler 20110104
6 O_R_PARENT Instance attribute Protected Object reference (TYPE REF TO) CL_RSDRCRM_SEG_MRI_HANDLER MRI Handler 20110104
7 O_R_RIGHT_CHILD Instance attribute Protected Object reference (TYPE REF TO) CL_RSDRCRM_SEG_MRI_HANDLER MRI Handler 20110104
8 O_R_SESSION Instance attribute Protected Object reference (TYPE REF TO) CL_RSDRCRM_SESSION Session for CRM Segmentation 20101105
9 O_STEP_EXPRESSION_COMPLETE Instance attribute Protected Type reference (TYPE) BOOLE_D Data Element for BOOLE Domain: TRUE (='X') and FALSE (=' ') 20100504
10 O_S_MRI_REFERENCE Instance attribute Protected Type reference (TYPE) RSDRCRM_SEG_S_MRI_REFERENCE 20100322
11 O_TH_CHARACTERISTICS Instance attribute Protected Type reference (TYPE) RSDRI_TH_SFC BW Data Manager: List of Characteristics 20100504
12 O_TH_KEYFIGURES Instance attribute Protected Type reference (TYPE) RSDRI_TH_SFK BW Data Manager: List of Key Figures 20100412
13 O_TH_REQUESTED_ATTRIBUTES Instance attribute Protected Type reference (TYPE) RSDRI_TH_SFC BW Data Manager: List of Characteristics 20100504
14 O_TX_HAVINGS Instance attribute Protected Type reference (TYPE) RSDRI_TX_HAVING BW Data Manager: Table Range List for Key Figures ("having") 20100412
15 O_T_CHILD_SEGMENTS Instance attribute Protected Type reference (TYPE) RSDRCRM_SEG_T_SEGMENT_IDS IDs (CHAR10) of CRM Segment Builder Segments 20101108
16 O_T_PARENT_SEGMENTS Instance attribute Protected Type reference (TYPE) RSDRCRM_SEG_T_SEGMENT_IDS IDs (CHAR10) of CRM Segment Builder Segments 20101108
17 O_T_RANGES Instance attribute Protected Type reference (TYPE) RSDRI_T_RANGE BW Data Manager: Range List 20100412
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_ALIAS Instance method Protected Method Builds an alias for an InfoObject 20100413
2 CAN_BE_FILTERED Instance method Public Method Checks whether the MRI can be filtered 20100415
3 CAN_BE_USED_AS_FILTER Instance method Public Method Checks whether the MRI can be used as a filter 20100415
4 CLEAR_ATTRIBUTES Instance method Public Method Deletes all attributes of an MRI handler 20100413
5 CONSTRUCTOR Instance method Public Constructor Constructor 20100322
6 COPY_ATTRIBUTES Instance method Public Method Copies the MRI handler's return attributes 20100506
7 COPY_FIELDS Instance method Public Method Copies all attributes of an MRI handler 20100506
8 DELETE_PARENT_SEGMENT Instance method Public Method Deletes a segment from the list of parent segments 20101108
9 GET_ALIAS Instance method Public Method Returns an alias to one of the MRI's InfoObjects 20100324
10 GET_CHARACTERISTICS Instance method Public Method Returns all of the MRI's characteristics 20100412
11 GET_CHILD_SEGMENTS Instance method Public Method Returns the segments that this instance depends on 20101108
12 GET_HAVINGS Instance method Public Method Returns all restrictions on key figures (havings) 20100412
13 GET_KEYFIGURES Instance method Public Method Returns all key figures of the MRI 20100412
14 GET_LEFT_CHILD Instance method Public Method Returns the left-hand child node 20110104
15 GET_MRI Instance method Public Method Returns the MRI alias of the instance 20100322
16 GET_MRI_REFERENCE Instance method Public Method Returns the MRI reference 20100511
17 GET_NUMBER_OF_CHA Instance method Public Method Returns the number of characteristics in the MRI 20100413
18 GET_NUMBER_OF_KYF Instance method Public Method Returns the number of key figures in the MRI 20100413
19 GET_PARENT Instance method Public Method Returns the parent knode 20110104
20 GET_PARENT_SEGMENTS Instance method Public Method Returns the segments that depend on this instance 20101108
21 GET_RANGES Instance method Public Method Returns all restrictions for characterstics 20100412
22 GET_READABLE_MRI_IDENT Instance method Public Method Returns an MRI ID from segment ID, step no and operation no 20100401
23 GET_REQUESTED_ATTRIBUTES Instance method Public Method Returns all return attributes 20100412
24 GET_RIGHT_CHILD Instance method Public Method Returns the left-hand child node 20110104
25 GET_SESSIONIDENT Instance method Public Method Returns the MRI Handler session ID 20101105
26 INSERT_CHARACTERISTIC Instance method Public Method Adds a characteristic to the MRI 20100412
27 INSERT_HAVING Instance method Public Method Restricts aggregated key figures from the MRI 20100412
28 INSERT_KEYFIGURE Instance method Public Method Adds a key figure to the MRI 20100412
29 INSERT_RANGE Instance method Public Method Restricts an MRI characteristic 20100412
30 INSERT_REQUESTED_ATTRIBUTE Instance method Public Method Adds a return attribute to the MRI 20100412
31 INVALIDATE Instance method Protected Method Deletes all data from an MRI handler 20101105
32 IS_FILTERED Instance method Public Method Checks if the MRI is filtered by another MRI 20100415
33 REMOVE_MRI_ALIAS Instance method Public Method Deletes the instance's MRI alias 20110104
34 SET_CHILD_SEGMENT Instance method Protected Method Sets the segments that this instance is dependent upon 20101108
35 SET_FILTERED Instance method Public Method Marks the MRI as filtered 20100415
36 SET_LEFT_CHILD Instance method Public Method Sets the left-hand child node 20110104
37 SET_MRI Instance method Public Method Sets the instance's MRI alias 20100322
38 SET_PARENT Instance method Public Method Sets the parent node 20110104
39 SET_PARENT_SEGMENT Instance method Public Method Sets the segments that are dependent upon this instance 20101108
40 SET_RIGHT_CHILD Instance method Public Method Sets the right-hand child node 20110104
Events
# Event Type Visibility Description Created on
1 MRI_ALIAS_REMOVED Instance Event
(0)
Public
(2)
MRI of MRI Handler Instance removed 20110104
2 MRI_ALIAS_SET Instance Event
(0)
Public
(2)
MRI of MRI Handler Instance Set 20101105
3 MRI_HANDLER_CREATED Instance Event
(0)
Public
(2)
MRI Handler Instance Created 20101105
4 PARENT_SEGMENTS_SET Instance Event
(0)
Public
(2)
Parent Segments Set 20101108
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 RSDRCRM_SEG_S_MRI_BUFFER Protected See coding 20100322 BEGIN OF rsdrcrm_seg_s_mri_buffer, segment_id TYPE rsdrcrm_seg_segment_id, step_no TYPE rsdrcrm_seg_step_no, operation_no TYPE rsdrcrm_seg_operation_no, mri TYPE rsdrcrm_mrialias, instance TYPE REF TO cl_rsdrcrm_seg_mri_handler, END OF rsdrcrm_seg_s_mri_buffer
2 RSDRCRM_SEG_TH_MRI_BUFFER Protected See coding 20100322 rsdrcrm_seg_th_mri_buffer TYPE TABLE OF rsdrcrm_seg_s_mri_buffer
Method Signatures

Method BUILD_ALIAS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IOBJTP Call by reference Type reference (TYPE) RSIOBJTP Typ eines InfoObjects 20100413
2 Returning R_ALIAS Value transfer Type reference (TYPE) RSALIAS BW-DM Feldalias (darf nicht länger als 18 werden ! ) 20100413

Method BUILD_ALIAS on class CL_RSDRCRM_SEG_MRI_HANDLER has no exception.

Method CAN_BE_FILTERED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_MAPPING_ATTRIBUTES Call by reference Type reference (TYPE) RSDRCRM_SEG_T_ATTRIBUTES Attribute 20100616
2 Returning R_CAN_BE_FILTERED Value transfer Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20100415

Method CAN_BE_FILTERED on class CL_RSDRCRM_SEG_MRI_HANDLER has no exception.

Method CAN_BE_USED_AS_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CAN_BE_USED_AS_FILTER Value transfer Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20100415

Method CAN_BE_USED_AS_FILTER on class CL_RSDRCRM_SEG_MRI_HANDLER has no exception.

Method CLEAR_ATTRIBUTES Signature

Method CLEAR_ATTRIBUTES on class CL_RSDRCRM_SEG_MRI_HANDLER has no parameter.
Method CLEAR_ATTRIBUTES on class CL_RSDRCRM_SEG_MRI_HANDLER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SESSIONIDENT Call by reference Type reference (TYPE) SYSUUID_25 UUID in komprimierter Form 20101105
2 Importing I_S_MRI_REFERENCE Call by reference Type reference (TYPE) RSDRCRM_SEG_S_MRI_REFERENCE Referenz auf ein MRI einer (RSDCRM) Session 20100322

Method CONSTRUCTOR on class CL_RSDRCRM_SEG_MRI_HANDLER has no exception.

Method COPY_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ONLY_REQUESTED Call by reference Type reference (TYPE) BOOLE_D SPACE Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20100506
2 Importing I_R_SOURCE_MRI_HANDLER Call by reference Object reference (TYPE REF TO) CL_RSDRCRM_SEG_MRI_HANDLER MRI Behandler 20100506

Method COPY_ATTRIBUTES on class CL_RSDRCRM_SEG_MRI_HANDLER has no exception.

Method COPY_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_SOURCE_MRI_HANDLER Call by reference Object reference (TYPE REF TO) CL_RSDRCRM_SEG_MRI_HANDLER MRI Behandler 20100506

Method COPY_FIELDS on class CL_RSDRCRM_SEG_MRI_HANDLER has no exception.

Method DELETE_PARENT_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 ID (CHAR10) eines CRM Segment Builder Segments 20101108

Method DELETE_PARENT_SEGMENT on class CL_RSDRCRM_SEG_MRI_HANDLER has no exception.

Method GET_ALIAS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IOBJNM Call by reference Type reference (TYPE) RSIOBJNM InfoObject 20100324
2 Returning R_ALIAS Value transfer Type reference (TYPE) RSALIAS BW-DM Feldalias (darf nicht länger als 18 werden ! ) 20100324
# Exception Resumable Description Created on
1 CX_RSDRCRM_SEG_EXPRESSION Exception Klasse fürs MRI Handling 20100414

Method GET_CHARACTERISTICS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ONLY_ALIASES Call by reference Type reference (TYPE) BOOLE_D SPACE Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20100506
2 Importing I_ONLY_UNREQUESTED Call by reference Type reference (TYPE) BOOLE_D SPACE Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20100413
3 Returning R_TH_CHARACTERISTICS Value transfer Type reference (TYPE) RSDRI_TH_SFC BW-Data-Manager: Liste von Merkmalen 20100412

Method GET_CHARACTERISTICS on class CL_RSDRCRM_SEG_MRI_HANDLER has no exception.

Method GET_CHILD_SEGMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_CHILD_SEGMENTS Value transfer Type reference (TYPE) RSDRCRM_SEG_T_SEGMENT_IDS IDs (CHAR10) von CRM Segment Builder Segmenten 20101108

Method GET_CHILD_SEGMENTS on class CL_RSDRCRM_SEG_MRI_HANDLER has no exception.

Method GET_HAVINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TX_HAVINGS Value transfer Type reference (TYPE) RSDRI_TX_HAVING BW-Data-Manager: TabelleRange Liste für Kennzahlen (having) 20100412

Method GET_HAVINGS on class CL_RSDRCRM_SEG_MRI_HANDLER has no exception.

Method GET_KEYFIGURES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TH_KEYFIGURES Value transfer Type reference (TYPE) RSDRI_TH_SFK BW-Data-Manager: Liste von Kennzahlen 20100412

Method GET_KEYFIGURES on class CL_RSDRCRM_SEG_MRI_HANDLER has no exception.

Method GET_LEFT_CHILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_LEFT_CHILD Value transfer Object reference (TYPE REF TO) CL_RSDRCRM_SEG_MRI_HANDLER MRI Behandler 20110104

Method GET_LEFT_CHILD on class CL_RSDRCRM_SEG_MRI_HANDLER has no exception.

Method GET_MRI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_MRI Value transfer Type reference (TYPE) RSDRCRM_MRIALIAS 20100322
# Exception Resumable Description Created on
1 CX_RSDRCRM_SEG_EXPRESSION 20100414

Method GET_MRI_REFERENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_S_MRI_REFERENCE Value transfer Type reference (TYPE) RSDRCRM_SEG_S_MRI_REFERENCE Referenz auf ein MRI einer (RSDCRM) Session 20100511

Method GET_MRI_REFERENCE on class CL_RSDRCRM_SEG_MRI_HANDLER has no exception.

Method GET_NUMBER_OF_CHA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CHANO Value transfer Type reference (TYPE) INT4 Natürliche Zahl 20100413

Method GET_NUMBER_OF_CHA on class CL_RSDRCRM_SEG_MRI_HANDLER has no exception.

Method GET_NUMBER_OF_KYF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_KYFNO Value transfer Type reference (TYPE) INT4 Natürliche Zahl 20100413

Method GET_NUMBER_OF_KYF on class CL_RSDRCRM_SEG_MRI_HANDLER has no exception.

Method GET_PARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_PARENT Value transfer Object reference (TYPE REF TO) CL_RSDRCRM_SEG_MRI_HANDLER MRI Behandler 20110104

Method GET_PARENT on class CL_RSDRCRM_SEG_MRI_HANDLER has no exception.

Method GET_PARENT_SEGMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_PARENT_SEGMENTS Value transfer Type reference (TYPE) RSDRCRM_SEG_T_SEGMENT_IDS IDs (CHAR10) von CRM Segment Builder Segmenten 20101108

Method GET_PARENT_SEGMENTS on class CL_RSDRCRM_SEG_MRI_HANDLER has no exception.

Method GET_RANGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_RANGES Value transfer Type reference (TYPE) RSDRI_T_RANGE BW-Data-Manager: Range Liste 20100412

Method GET_RANGES on class CL_RSDRCRM_SEG_MRI_HANDLER has no exception.

Method GET_READABLE_MRI_IDENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_MRI_IDENT Value transfer Type reference (TYPE) STRING 20100401

Method GET_READABLE_MRI_IDENT on class CL_RSDRCRM_SEG_MRI_HANDLER has no exception.

Method GET_REQUESTED_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ONLY_ALIASES Call by reference Type reference (TYPE) BOOLE_D SPACE Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20100506
2 Returning R_TH_REQUESTED_ATTRIBUTES Value transfer Type reference (TYPE) RSDRI_TH_SFC BW-Data-Manager: Liste von Merkmalen 20100412

Method GET_REQUESTED_ATTRIBUTES on class CL_RSDRCRM_SEG_MRI_HANDLER has no exception.

Method GET_RIGHT_CHILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_RIGHT_CHILD Value transfer Object reference (TYPE REF TO) CL_RSDRCRM_SEG_MRI_HANDLER MRI Behandler 20110104

Method GET_RIGHT_CHILD on class CL_RSDRCRM_SEG_MRI_HANDLER has no exception.

Method GET_SESSIONIDENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_SESSIONIDENT Value transfer Type reference (TYPE) SYSUUID_25 UUID in komprimierter Form 20101105

Method GET_SESSIONIDENT on class CL_RSDRCRM_SEG_MRI_HANDLER has no exception.

Method INSERT_CHARACTERISTIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_CHARACTERISTIC Call by reference Type reference (TYPE) RSDRI_S_SFC Merkmal 20100413

Method INSERT_CHARACTERISTIC on class CL_RSDRCRM_SEG_MRI_HANDLER has no exception.

Method INSERT_HAVING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LOGICAL_OPERATOR Call by reference Type reference (TYPE) RSDRCRM_SEG_LOGICAL_OPERATOR Logischer Operator 20100507
2 Importing I_S_HAVING Call by reference Type reference (TYPE) RSDRI_S_KYFRANGE Tabelle mit HAVING Einschränkungen für Kennzahlen 20100507

Method INSERT_HAVING on class CL_RSDRCRM_SEG_MRI_HANDLER has no exception.

Method INSERT_KEYFIGURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_KEYFIGURE Call by reference Type reference (TYPE) RSDRI_S_SFK Kennzahl 20100413

Method INSERT_KEYFIGURE on class CL_RSDRCRM_SEG_MRI_HANDLER has no exception.

Method INSERT_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_RANGE Call by reference Type reference (TYPE) RSDRI_S_RANGE BW-Data-Manager: Range 20100412

Method INSERT_RANGE on class CL_RSDRCRM_SEG_MRI_HANDLER has no exception.

Method INSERT_REQUESTED_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_REQUESTED_ATTRIBUTE Call by reference Type reference (TYPE) RSDRI_S_SFC Merkmal 20100413

Method INSERT_REQUESTED_ATTRIBUTE on class CL_RSDRCRM_SEG_MRI_HANDLER has no exception.

Method INVALIDATE Signature

Method INVALIDATE on class CL_RSDRCRM_SEG_MRI_HANDLER has no parameter.
Method INVALIDATE on class CL_RSDRCRM_SEG_MRI_HANDLER has no exception.

Method IS_FILTERED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IS_FILTERED Value transfer Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20100415

Method IS_FILTERED on class CL_RSDRCRM_SEG_MRI_HANDLER has no exception.

Method REMOVE_MRI_ALIAS Signature

Method REMOVE_MRI_ALIAS on class CL_RSDRCRM_SEG_MRI_HANDLER has no parameter.
Method REMOVE_MRI_ALIAS on class CL_RSDRCRM_SEG_MRI_HANDLER has no exception.

Method SET_CHILD_SEGMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHILD_SEGMENT Call by reference Type reference (TYPE) RSDRCRM_SEG_SEGMENT_ID ID (CHAR10) eines CRM Segment Builder Segments 20101108

Method SET_CHILD_SEGMENT on class CL_RSDRCRM_SEG_MRI_HANDLER has no exception.

Method SET_FILTERED Signature

Method SET_FILTERED on class CL_RSDRCRM_SEG_MRI_HANDLER has no parameter.
Method SET_FILTERED on class CL_RSDRCRM_SEG_MRI_HANDLER has no exception.

Method SET_LEFT_CHILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_LEFT_CHILD Call by reference Object reference (TYPE REF TO) CL_RSDRCRM_SEG_MRI_HANDLER MRI Behandler 20110104

Method SET_LEFT_CHILD on class CL_RSDRCRM_SEG_MRI_HANDLER has no exception.

Method SET_MRI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MRI Call by reference Type reference (TYPE) RSDRCRM_MRIALIAS 20100322

Method SET_MRI on class CL_RSDRCRM_SEG_MRI_HANDLER has no exception.

Method SET_PARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_PARENT Call by reference Object reference (TYPE REF TO) CL_RSDRCRM_SEG_MRI_HANDLER MRI Behandler 20110104

Method SET_PARENT on class CL_RSDRCRM_SEG_MRI_HANDLER has no exception.

Method SET_PARENT_SEGMENT Signature

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

Method SET_PARENT_SEGMENT on class CL_RSDRCRM_SEG_MRI_HANDLER has no exception.

Method SET_RIGHT_CHILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_RIGHT_CHILD Call by reference Object reference (TYPE REF TO) CL_RSDRCRM_SEG_MRI_HANDLER MRI Behandler 20110104

Method SET_RIGHT_CHILD on class CL_RSDRCRM_SEG_MRI_HANDLER has no exception.
Event Signatures

Event MRI_ALIAS_REMOVED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 E_R_MRI_HANDLER Exporting Value transfer Object reference (TYPE REF TO) CL_RSDRCRM_SEG_MRI_HANDLER MRI Behandler 20110104

Event MRI_ALIAS_SET Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 E_R_MRI_HANDLER Exporting Value transfer Object reference (TYPE REF TO) CL_RSDRCRM_SEG_MRI_HANDLER MRI Behandler 20101105

Event MRI_HANDLER_CREATED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 E_R_MRI_HANDLER Exporting Value transfer Object reference (TYPE REF TO) CL_RSDRCRM_SEG_MRI_HANDLER MRI Behandler 20101105

Event PARENT_SEGMENTS_SET Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 E_PARENT_SEGMENT Exporting Value transfer Type reference (TYPE) RSDRCRM_SEG_SEGMENT_ID 20101108
2 E_R_MRI_HANDLER Exporting Value transfer Object reference (TYPE REF TO) CL_RSDRCRM_SEG_MRI_HANDLER MRI Behandler 20101108
History
Last changed by/on SAP  20130531 
SAP Release Created in 730