SAP ABAP Class CL_RSDRCRM_SEG_PREPROC_HANDLER (Administration and Execution of Preprocessing Steps)
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_PREPROC_HANDLER | |
| Short Description | Administration and Execution of Preprocessing Steps | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSDRCRM_SEG | RFC Wrapper for Methods Calls with Package RSDRCRM |
| Created | 20100415 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RSDRCRM_SEG_PREPROC_HANDLER has no forward declaration.
Interfaces
Class CL_RSDRCRM_SEG_PREPROC_HANDLER has no interface implemented.
Friends
Class CL_RSDRCRM_SEG_PREPROC_HANDLER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | SYSUUID_25 | UUID in Compressed Form | 20101105 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | RSDRCRM_SEG_T_PREPROC_BUFFER | 20101105 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | RSDRCRM_SEG_T_PREPROCESS_IMPL | List of Implementations of Preprocessing Processes | 20100415 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Constructor | CONSTRUCTOR | 20100415 | |
| 2 | Static method | Public | Method | Singleton - Private Creation of Instance | 20100415 | |
| 3 | Instance method | Public | Method | Preprocessing | 20100415 | |
| 4 | Instance method | Public | Method | Deactivation of a Preprocessing Process | 20100426 | |
| 5 | Instance method | Public | Method | Deactivates optimal preprocessing | 20101018 |
Events
Class CL_RSDRCRM_SEG_PREPROC_HANDLER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | RSDRCRM_SEG_S_PREPROC_BUFFER | Private | See coding | 20101105 | BEGIN OF rsdrcrm_seg_s_preproc_buffer,
sessionident TYPE sysuuid_25,
instance TYPE REF TO cl_rsdrcrm_seg_preproc_handler,
END OF rsdrcrm_seg_s_preproc_buffer
|
||
| 2 | RSDRCRM_SEG_T_PREPROC_BUFFER | Private | See coding | 20101105 | rsdrcrm_seg_t_preproc_buffer TYPE HASHED TABLE OF rsdrcrm_seg_s_preproc_buffer WITH UNIQUE KEY sessionident
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SESSIONIDENT | Call by reference | Type reference (TYPE) | SYSUUID_25 | UUID in komprimierter Form | 20101105 |
Method CONSTRUCTOR on class CL_RSDRCRM_SEG_PREPROC_HANDLER has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SESSIONIDENT | Call by reference | Type reference (TYPE) | SYSUUID_25 | UUID in komprimierter Form | 20101105 | |||
| 2 | R_R_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_RSDRCRM_SEG_PREPROC_HANDLER | Verwaltung und Durchführung der Vorverarbeitungsschritte | 20100415 |
Method GET_INSTANCE on class CL_RSDRCRM_SEG_PREPROC_HANDLER has no exception.
Method PREPROCESS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_TX_SEGMENT_EXPRESSION | Call by reference | Type reference (TYPE) | RSDRCRM_SEG_T_SEG_EXPRESSION | Übergabetabelle CRM -> BWA für die BWA Segmentierung | 20100415 | |||
| 2 | I_CONTEXT | Call by reference | Type reference (TYPE) | RSDRCRM_SEG_PREPROCESS_CONTEXT | Kontext des Vorverarbeitungsprozess | 20100415 | |||
| 3 | I_SEGMENT_ID | Call by reference | Type reference (TYPE) | RSDRCRM_SEG_SEGMENT_ID | ID (CHAR10) eines CRM Segment Builder Segments | 20100503 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception Klasse für die SegExpression | 20100415 |
Method SET_ACTIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PREPROCESS_ID | Call by reference | Type reference (TYPE) | RSDRCRM_SEG_PREPROCESS_ID | Id eines Vorverarbeitungsprozesses | 20100426 | |||
| 2 | I_STATUS | Call by reference | Type reference (TYPE) | BOOLE_D | 'x' | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20100426 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception Klasse für BWA Segmentierung | 20100426 |
Method SWITCH_OFF Signature
Method SWITCH_OFF on class CL_RSDRCRM_SEG_PREPROC_HANDLER has no parameter.
Method SWITCH_OFF on class CL_RSDRCRM_SEG_PREPROC_HANDLER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |