SAP ABAP Class CL_SDQ_ES_CHG_POINTER_SERVICE (Service class for setting the change pointer for ES)
Hierarchy
☛
MDG_FND (Software Component) MDG Foundation
⤷
CA-MDG-DQ (Application Component) Data Quality
⤷
MDG_SDQ_SEARCH (Package) MDG: Search
⤷
⤷
Properties
| Class | CL_SDQ_ES_CHG_POINTER_SERVICE | |
| Short Description | Service class for setting the change pointer for ES | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | MDG_SDQ_SEARCH | MDG: Search |
| Created | 20091026 | SAP |
| Last change | 20110908 | 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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_SDQ_ES_CHG_POINTER_SERVICE has no interface implemented.
Friends
Class CL_SDQ_ES_CHG_POINTER_SERVICE has no friend class.
Attributes
Class CL_SDQ_ES_CHG_POINTER_SERVICE has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20101106 | |
| 2 | Static method | Public | Method | Create a structure reference object for the object key | 20091028 | |
| 3 | Static method | Public | Method | Set a single change pointer for Enterprise Search template | 20091026 | |
| 4 | Static method | Public | Method | Set change pointers for Enterprise Search template | 20091028 |
Events
Class CL_SDQ_ES_CHG_POINTER_SERVICE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_OBJECT_KEY_VALUES | Public | See coding | structure for object key values | 20091028 | BEGIN OF ty_s_object_key_values,
object_key TYPE REF TO data,
usmd_active TYPE usmd_active,
usmd_edition TYPE usmd_edition,
created TYPE abap_bool,
modified TYPE abap_bool,
deleted TYPE abap_bool,
END OF ty_s_object_key_values
|
|
| 2 | TY_T_OBJECT_KEY_VALUES | Public | See coding | Table type for object key values | 20091028 | ty_t_object_key_values TYPE STANDARD TABLE OF ty_s_object_key_values
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_SDQ_ES_CHG_POINTER_SERVICE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_SDQ_ES_CHG_POINTER_SERVICE has no exception.
Method CREATE_KEY_STRUCT_REF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_OBJECT_KEY_REF | Call by reference | Object reference (TYPE REF TO) | DATA | 20091028 | ||||
| 2 | IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL_EXT | MDG Data Model for Access from Non-SAP Standard Code | 20110331 | |||
| 3 | IV_ES_SW_COMPONENT | Value transfer | Type reference (TYPE) | ESH_E_OM_SYSREL | Software Component | 20091028 | |||
| 4 | IV_ES_TEMPLATE_ID | Value transfer | Type reference (TYPE) | ESH_E_OM_OBJECT_TYPE | Object Type | 20091028 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Invalid Enterprise Search Template | 20091028 |
Method SET_ES_CHANGE_POINTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ES_SW_COMPONENT | Call by reference | Type reference (TYPE) | ESH_E_OM_SYSREL | Software Component | 20091026 | |||
| 2 | IV_ES_TEMPLATE_ID | Call by reference | Type reference (TYPE) | ESH_E_OM_OBJECT_TYPE | Search Connector Template ID | 20091026 | |||
| 3 | IV_FLG_CHANGED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20091026 | ||||
| 4 | IV_FLG_CREATED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20091026 | ||||
| 5 | IV_FLG_DELETED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20091026 | ||||
| 6 | IV_IS_ACTIVE | Call by reference | Type reference (TYPE) | ABAP_BOOL | Active entry or not | 20091028 | |||
| 7 | IV_OBJECT_KEY_VALUE | Call by reference | Type reference (TYPE) | DATA | primary Key value for the object | 20091026 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception class for invalid Enterprise Search Template | 20091028 | ||
| 2 | Exception Class for invalid Object Key value | 20091028 |
Method SET_ES_CHANGE_POINTERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_OBJECT_KEY_VALUES | Call by reference | Type reference (TYPE) | TY_T_OBJECT_KEY_VALUES | Table type for object key values | 20091028 | |||
| 2 | IV_ES_SW_COMPONENT | Call by reference | Type reference (TYPE) | ESH_E_OM_SYSREL | Software Component | 20091028 | |||
| 3 | IV_ES_TEMPLATE_ID | Call by reference | Type reference (TYPE) | ESH_E_OM_OBJECT_TYPE | Search Connector Template ID | 20091028 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception class for invalid Enterprise Search Template | 20091028 | ||
| 2 | Exception Class for invalid Object Key value | 20091028 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 702 |