SAP ABAP Interface IF_CTS_CHANGE_TRACKING_MANAGER (cCTS: Change tracking manager)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CTS-TMS-CTR (Application Component) Central CTS # Transport Management
⤷
SCTS_DIST_CTL_CHNG_TRCK_MAIN (Package) cCTS: Change tracking main package

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CTS_CHANGE_TRACKING_MANAGER | cCTS: Change tracking manager | 20111012 |
Properties
Interface | IF_CTS_CHANGE_TRACKING_MANAGER | |
Short Description | cCTS: Change tracking manager |
General Data
Package | SCTS_DIST_CTL_CHNG_TRCK_MAIN | cCTS: Change tracking main package |
Created | 20111010 | SAP |
Last changed | 20140121 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | IF_CTS_SYSTEM | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
2 | IF_CTS_TRANSPORT_REQUEST | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_CTS_CHANGE_TRACKING_MANAGER has no interface.
Friends
Interface IF_CTS_CHANGE_TRACKING_MANAGER has no friend.
Attributes
Interface IF_CTS_CHANGE_TRACKING_MANAGER has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Add object(s) to change tracking | 20111010 |
2 | ![]() |
Instance method | Public | Method | Retrieve change tracking information | 20111010 |
3 | ![]() |
Instance method | Public | Method | Is change tracking enabled? | 20111011 |
4 | ![]() |
Instance method | Public | Method | Switch on/off change tracking | 20111011 |
5 | ![]() |
Instance method | Public | Method | Update object status | 20111010 |
Events
Interface IF_CTS_CHANGE_TRACKING_MANAGER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_QUERY | Public | See coding | 20111012 | ty_query TYPE STANDARD TABLE OF ty_query_entry WITH DEFAULT KEY
|
||
2 | TY_QUERY_ENTRY | Public | See coding | 20111012 | BEGIN OF ty_query_entry,
request_id TYPE if_cts_transport_entity=>ty_id,
system_name TYPE if_cts_system=>ty_name,
END OF ty_query_entry
|
||
3 | TY_QUERY_RESULT | Public | Type reference (TYPE) | IF_CTS_TRACK_DATA_ACC_MAIN=>TY_ENTRY | 20111012 |
|
|
4 | TY_QUERY_RESULTS | Public | Type reference (TYPE) | IF_CTS_TRACK_DATA_ACC_MAIN=>TY_ENTRIES | 20111012 |
|
Method Signatures
Method ADD_TO_TRACKING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
REQUEST_ID | Call by reference | Type reference (TYPE) | IF_CTS_TRANSPORT_REQUEST=>TY_ID | Request/Task | 20111011 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
cCTS: Exeption for object tracking | 20111011 |
Method GET_INFORMATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
QUERY | Call by reference | Type reference (TYPE) | TY_QUERY | 20111012 | |||
2 | ![]() |
RESULTS | Value transfer | Type reference (TYPE) | TY_QUERY_RESULTS | 20111012 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
cCTS: Exeption for object tracking | 20111012 |
Method IS_ENABLED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FLAG | Value transfer | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20111011 |
Method IS_ENABLED on Interface IF_CTS_CHANGE_TRACKING_MANAGER has no exception.
Method SET_ENABLED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FLAG | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20111011 |
Method SET_ENABLED on Interface IF_CTS_CHANGE_TRACKING_MANAGER has no exception.
Method UPDATE_STATUS Signature
Method UPDATE_STATUS on Interface IF_CTS_CHANGE_TRACKING_MANAGER has no parameter.
Method UPDATE_STATUS on Interface IF_CTS_CHANGE_TRACKING_MANAGER has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 702 |