SAP ABAP Interface IF_CNS_PROCESS_MONITOR (Read Access to Change Pointers for a Process ID)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-GTF-TS-CNS (Application Component) Change Pointer Service
⤷
CNS (Package) Change Notification Service

⤷

⤷

Properties
Interface | IF_CNS_PROCESS_MONITOR | |
Short Description | Read Access to Change Pointers for a Process ID |
General Data
Package | CNS | Change Notification Service |
Created | 20080303 | SAP |
Last changed | 20110908 | SAP |
Unicode checks active |
Forward declarations
Interface IF_CNS_PROCESS_MONITOR has no forward declaration.
Interfaces
Interface IF_CNS_PROCESS_MONITOR has no interface.
Friends
Interface IF_CNS_PROCESS_MONITOR has no friend.
Attributes
Interface IF_CNS_PROCESS_MONITOR has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Supplies All CPs of a Process | 20080303 |
2 | ![]() |
Instance method | Public | Method | Supplies Processed CPs of a Process | 20080303 |
3 | ![]() |
Instance method | Public | Method | Supplies Not Yet Processed CPs of a Process | 20080303 |
Events
Interface IF_CNS_PROCESS_MONITOR has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_CP | Public | See coding | 20080303 | begin of TY_S_CP.
include type ty_s_cp_head.
types: tab_recv type ty_t_recv_status,
END OF ty_s_cp
|
||
2 | TY_S_CP_HEAD | Public | See coding | 20080303 | begin of ty_s_cp_head,
CP_ID type CNS_DTE_CP_ID,
APPL_ID type CNS_DTE_APPL_ID,
EXPOBJTYPE type CNS_DTE_EXPOBJTYPE,
EXPOBJKEY type CNS_DTE_EXPOBJKEY,
VALID_FROM type CNS_DTE_DB_TIMST_VALID_FROM,
CREATED_ON type CNS_DTE_DB_TIMST_CREATED_ON,
USERID type SYUNAME,
SOURCE type PROGNAME,
CHGTYPE type CNS_DTE_CHGTYPE,
end of ty_s_cp_head
|
||
3 | TY_S_RECV_STATUS | Public | See coding | 20080303 | begin of TY_S_RECV_STATUS,
receiver type cns_dte_receiver,
status type CNS_DTE_CP_STATUS,
statu_changed_at type CNS_DTE_DB_TIMST_CHANGED_AT,
END OF ty_s_recv_status
|
||
4 | TY_T_CP | Public | See coding | 20080303 | ty_t_cp type standard table of ty_s_cp with default key
with UNIQUE SORTED KEY key_cp_id components cp_id
|
||
5 | TY_T_RECV_STATUS | Public | See coding | 20080303 | ty_t_recv_status type standard table of ty_s_recv_status with default key
|
Method Signatures
Method GET_ALL_CP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_TAB_CP | Value transfer | Type reference (TYPE) | TY_T_CP | 20080303 |
Method GET_ALL_CP on Interface IF_CNS_PROCESS_MONITOR has no exception.
Method GET_PROCESSED_CP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_TAB_CP | Value transfer | Type reference (TYPE) | TY_T_CP | 20080303 |
Method GET_PROCESSED_CP on Interface IF_CNS_PROCESS_MONITOR has no exception.
Method GET_UNPROCESSED_CP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_TAB_CP | Value transfer | Type reference (TYPE) | TY_T_CP | 20080303 |
Method GET_UNPROCESSED_CP on Interface IF_CNS_PROCESS_MONITOR has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 711 |