SAP ABAP Class CL_ESH_EX_TRANSACTION_POINTER (Get/Set Transaction Pointers)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
⤷
S_ESH_ENG_EXTRACTION (Package) Extraction

⤷

⤷

Properties
Class | CL_ESH_EX_TRANSACTION_POINTER | |
Short Description | Get/Set Transaction Pointers | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | S_ESH_ENG_EXTRACTION | Extraction |
Created | 20110215 | 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) |
Interfaces
Class CL_ESH_EX_TRANSACTION_POINTER has no interface implemented.
Friends
Class CL_ESH_EX_TRANSACTION_POINTER 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) | ESH_E_OM_SYSREL | Home SWC | 20110215 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ESH_E_IF_GENERAL_ID | Logical Queue | 20110215 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ESH_E_OM_OBJECT_TYPE | Object Type | 20110215 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ESH_E_OM_PROVIDER_ID | Provider ID | 20110215 | ||
5 | ![]() |
Static Attribute | Private | Type reference (TYPE) | LTY_T_INSTANCES | Instances | 20110215 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Get Current Transaction | 20110215 |
2 | ![]() |
Static method | Public | Method | Get Transaction Handler | 20110215 |
3 | ![]() |
Static method | Public | Method | Resubmit job -> reprocess current entries | 20110621 |
4 | ![]() |
Instance method | Public | Method | Set Next Transaction | 20110215 |
5 | ![]() |
Instance method | Public | Method | Set Next Transaction Overwriting | 20110215 |
Events
Class CL_ESH_EX_TRANSACTION_POINTER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | LTY_S_INSTANCES | Private | See coding | Instances | 20110215 | BEGIN OF lty_s_instances,
home_swc TYPE esh_e_om_sysrel,
object_type TYPE esh_e_om_object_type,
logical_queue TYPE esh_e_if_general_id,
transaction_pointer TYPE REF TO cl_esh_ex_transaction_pointer,
END OF lty_s_instances
|
|
2 | LTY_T_INSTANCES | Private | See coding | instances | 20110215 | lty_t_instances TYPE SORTED TABLE OF lty_s_instances WITH UNIQUE KEY home_swc object_type transaction_pointer
|
Method Signatures
Method GET_CURRENT_TRANSACT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RS_TRANSACT | Value transfer | Type reference (TYPE) | ESH_S_IF_UNPROCESSED_OBJECT | Unprocessed Transaction | 20110221 |
Method GET_CURRENT_TRANSACT on class CL_ESH_EX_TRANSACTION_POINTER has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_HOME_SOFTWARE_COMPONENT | Call by reference | Type reference (TYPE) | ESH_E_OM_SYSREL | Home Software Component | 20110215 | ||
2 | ![]() |
IV_LOGICAL_QUEUE_ID | Call by reference | Type reference (TYPE) | ESH_E_IF_GENERAL_ID | Logical Queue ID | 20110215 | ||
3 | ![]() |
IV_OBJECT_TYPE_ID | Call by reference | Type reference (TYPE) | ESH_E_OM_OBJECT_TYPE | Object Type | 20110215 | ||
4 | ![]() |
RR_TRANSACTION_POINTER | Value transfer | Object reference (TYPE REF TO) | CL_ESH_EX_TRANSACTION_POINTER | Transaction Pointer | 20110215 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Not supported | 20110215 |
Method RESUBMIT_JOB Signature
Method RESUBMIT_JOB on class CL_ESH_EX_TRANSACTION_POINTER has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Real-Time Indexing Job Restart Failure | 20110621 |
Method SET_NEXT_TRANSACT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_IGNORE_JOB_RESTART_FAIL | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Ignore job restart failure | 20110215 | |
2 | ![]() |
IV_TRANSACTION_ID | Call by reference | Type reference (TYPE) | ESH_E_IF_GENERAL_ID | Transaction ID | 20110215 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Real-Time Indexing Job Restart Failure | 20110215 | |
2 | ![]() |
Preceding transaction not yet completed - cannot overwrite | 20110215 |
Method SET_NEXT_TRANSACT_OVERWRITING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_REPLACED_TRANSACTION_ID | Call by reference | Type reference (TYPE) | ESH_E_IF_GENERAL_ID | Replaced Transaction ID | 20110215 | ||
2 | ![]() |
EV_REPLACED_TRANSACTION_STATUS | Call by reference | Type reference (TYPE) | ESH_E_EX_CP_PROC_STATUS | Replaced Transaction Status | 20110215 | ||
3 | ![]() |
IV_IGNORE_JOB_RESTART_FAIL | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Ignore job restart failure | 20110215 | |
4 | ![]() |
IV_TRANSACTION_ID | Call by reference | Type reference (TYPE) | ESH_E_IF_GENERAL_ID | Transaction ID | 20110215 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Real-Time Indexing Job Restart Failure | 20110215 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 731 |