Hierarchy

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SRT_WSP_DT_CHANGE_INT | Design Time: Change Integration | 20080116 |
Properties
Interface | IF_SRT_WSP_DT_CHANGE_PROC | |
Short Description | Processor for SRT Design Time Changes |
General Data
Package | SOAP_CONFIG | SOAP Configuration Framework |
Created | 20080116 | SAP |
Last changed | 20110908 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_SRT_WSP_DT_CHANGE | SRT Design Time Track Changes | 20080116 |
Friends
Interface IF_SRT_WSP_DT_CHANGE_PROC has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | DT_OPERATION_CHANGE | Instance attribute | Public | Attribute reference (LIKE) | 20080124 | ||||
2 | DT_OPERATION_DELETE | Instance attribute | Public | Attribute reference (LIKE) | 20080124 | ||||
3 | STATUS_INITIAL | Instance attribute | Public | Attribute reference (LIKE) | 20080116 | ||||
4 | STATUS_PERFORMED | Instance attribute | Public | Attribute reference (LIKE) | 20080116 | ||||
5 | STATUS_PROCESSING | Instance attribute | Public | Attribute reference (LIKE) | 20080116 | ||||
6 | STATUS_REMOVED | Instance attribute | Public | Attribute reference (LIKE) | 20080116 | ||||
7 | STATUS_STOPPED | Instance attribute | Public | Attribute reference (LIKE) | 20080116 | ||||
8 | STATUS_TRIGGERED | Instance attribute | Public | Attribute reference (LIKE) | 20080116 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Counts number of entries in central log | 20110228 |
2 | ![]() |
Static method | Public | Method | Exclude specified client from processing | 20090223 |
3 | ![]() |
Instance method | Public | Method | Check for entries in central log | 20110228 |
4 | ![]() |
Instance method | Public | Method | Checks existence of single entry | 20080429 |
5 | ![]() |
Instance method | Public | Method | Check for entries with specific status | 20110228 |
6 | ![]() |
Instance method | Public | Method | Check for entries in local log | 20110228 |
7 | ![]() |
Instance method | Public | Method | Get all used destinations for specified clients | 20110228 |
8 | ![]() |
Instance method | Public | Method | Get current entries from central log | 20110228 |
9 | ![]() |
Instance method | Public | Method | Get all SAP clients where changes are pending | 20110228 |
10 | ![]() |
Instance method | Public | Method | Get historical changes | 20080514 |
11 | ![]() |
Static method | Public | Method | Include specified client to processing | 20090223 |
12 | ![]() |
Instance method | Public | Method | Check whether change process in specified client | 20080429 |
13 | ![]() |
Instance method | Public | Method | Lock processing | 20110228 |
14 | ![]() |
Instance method | Public | Method | Move central entries to local clients | 20110228 |
15 | ![]() |
Instance method | Public | Method | Process All Changes | 20080116 |
16 | ![]() |
Instance method | Public | Method | Processes specified change | 20080429 |
17 | ![]() |
Instance method | Public | Method | Removes all entries | 20080430 |
18 | ![]() |
Instance method | Public | Method | Remove central changes only | 20110228 |
19 | ![]() |
Instance method | Public | Method | Remove history older than specified number of days | 20110228 |
20 | ![]() |
Instance method | Public | Method | Removes single entry | 20080429 |
21 | ![]() |
Instance method | Public | Method | Process update always (no MT counting) | 20110228 |
22 | ![]() |
Instance method | Public | Method | Sets central status based on local statuses | 20110228 |
23 | ![]() |
Instance method | Public | Method | Sets information text in all local entries | 20110331 |
24 | ![]() |
Instance method | Public | Method | Unlock processing | 20110228 |
25 | ![]() |
Instance method | Public | Method | Process update if counter limit is reached (MT counting) | 20110228 |
Events
Interface IF_SRT_WSP_DT_CHANGE_PROC has no event.
Types
Interface IF_SRT_WSP_DT_CHANGE_PROC has no local type.
Method Signatures
Method COUNT_CENTRAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_COUNT | Value transfer | Type reference (TYPE) | INT4 | 20110228 |
Method COUNT_CENTRAL on Interface IF_SRT_WSP_DT_CHANGE_PROC has no exception.
Method EXCLUDE_CLIENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PI_MANDT | Call by reference | Type reference (TYPE) | MANDT | Client | 20090223 |
Method EXCLUDE_CLIENT on Interface IF_SRT_WSP_DT_CHANGE_PROC has no exception.
Method EXISTS_CHANGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PE_EXISTS | Call by reference | Type reference (TYPE) | BOOLEAN | 20110228 | |||
2 | ![]() |
PE_STATUS | Call by reference | Type reference (TYPE) | INT4 | 20110228 | |||
3 | ![]() |
PI_OBJ_NAME | Call by reference | Type reference (TYPE) | SRT_WSP_DT_OBJ_NAME | 20110228 | |||
4 | ![]() |
PI_OBJ_TYPE | Call by reference | Type reference (TYPE) | SRT_WSP_CONFIG_TYPE | 20110228 |
Method EXISTS_CHANGES on Interface IF_SRT_WSP_DT_CHANGE_PROC has no exception.
Method EXISTS_SINGLE_CHANGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PI_CLIENT | Call by reference | Type reference (TYPE) | MANDT | Mandant | 20080429 | ||
2 | ![]() |
PI_COUNTER | Call by reference | Type reference (TYPE) | SRT_WSP_NUM | SRT Nummernkreisnummer | 20080429 | ||
3 | ![]() |
PR_EXISTS | Value transfer | Type reference (TYPE) | BOOLEAN | X=Eintrag existiert; space=sonst | 20080429 |
Method EXISTS_SINGLE_CHANGE on Interface IF_SRT_WSP_DT_CHANGE_PROC has no exception.
Method EXIST_CHANGES_BY_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PI_STATUS | Call by reference | Type reference (TYPE) | SRT_WSP_PROC_STATUS | '0' | 20110228 | ||
2 | ![]() |
PR_EXISTS | Value transfer | Type reference (TYPE) | BOOLEAN | 20110228 |
Method EXIST_CHANGES_BY_STATUS on Interface IF_SRT_WSP_DT_CHANGE_PROC has no exception.
Method EXIST_CHANGES_LOCAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PI_CLIENT | Call by reference | Type reference (TYPE) | MANDT | 20110228 | |||
2 | ![]() |
PR_EXISTS | Value transfer | Type reference (TYPE) | BOOLEAN | 20110228 |
Method EXIST_CHANGES_LOCAL on Interface IF_SRT_WSP_DT_CHANGE_PROC has no exception.
Method GET_ALL_CLIENT_DEST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PI_REQUIRED_CLIENT_LIST | Call by reference | Type reference (TYPE) | SRT_WSP_DEST_TAB | 20110228 | |||
2 | ![]() |
PR_CLIENT_DEST | Value transfer | Type reference (TYPE) | SRT_WSP_DEST_TAB | 20110228 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20110228 |
Method GET_CENTRAL_LOG_ENTRIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PC_CENTRAL_ENTRIES | Call by reference | Type reference (TYPE) | SRT_DT_CHG_DIR_LIST | 20110228 |
Method GET_CENTRAL_LOG_ENTRIES on Interface IF_SRT_WSP_DT_CHANGE_PROC has no exception.
Method GET_CLIENTS_FOR_CURR_CHANGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PR_CLIENT_LIST | Value transfer | Type reference (TYPE) | SRT_WSP_DEST_TAB | 20110228 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20110228 |
Method GET_LOG_ENTRIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PC_CENTRAL_ENTRIES | Call by reference | Type reference (TYPE) | SRT_DT_CHG_DIR_L_LIST | Log der zentralen Design Time Änderungen | 20080514 | ||
2 | ![]() |
PC_LOCAL_ENTRIES | Call by reference | Type reference (TYPE) | SRT_DT_CHG_STATL_LIST | Log der lokalen Design Time Änderungen | 20080514 |
Method GET_LOG_ENTRIES on Interface IF_SRT_WSP_DT_CHANGE_PROC has no exception.
Method INCLUDE_CLIENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PI_MANDT | Call by reference | Type reference (TYPE) | MANDT | Client | 20090223 |
Method INCLUDE_CLIENT on Interface IF_SRT_WSP_DT_CHANGE_PROC has no exception.
Method IS_ACTIVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PI_CLIENT | Call by reference | Type reference (TYPE) | MANDT | Mandant | 20080429 | ||
2 | ![]() |
PR_IS_ACTIVE | Value transfer | Type reference (TYPE) | BOOLEAN | X=Änderungsprozess aktiv; space=sonst | 20080429 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
WSP Exception | 20080429 |
Method LOCK_PROCESSING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PR_SUCCESS | Value transfer | Type reference (TYPE) | BOOLEAN | 20110228 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20110228 |
Method MOVE_CENTRAL_LOCAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PI_CLIENT | Call by reference | Type reference (TYPE) | MANDT | 20110228 | |||
2 | ![]() |
PI_INITIAL_ONLY | Call by reference | Type reference (TYPE) | BOOLEAN | ABAP_FALSE | 20110228 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20110228 |
Method PROCESS_CHANGES Signature
Method PROCESS_CHANGES on Interface IF_SRT_WSP_DT_CHANGE_PROC has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
WSP Exception | 20080116 |
Method PROCESS_SINGLE_CHANGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PI_COUNTER | Call by reference | Type reference (TYPE) | SRT_WSP_NUM | SRT Nummernkreisnummer | 20080429 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
WSP Exception | 20080429 |
Method REMOVE_ALL_CHANGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_COUNTER | Call by reference | Type reference (TYPE) | SRT_WSP_NUM | SRT Number Range Number | 20110512 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
WSP Exception | 20080430 |
Method REMOVE_CENTRAL Signature
Method REMOVE_CENTRAL on Interface IF_SRT_WSP_DT_CHANGE_PROC has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20110228 |
Method REMOVE_HISTORY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PI_DAYS | Value transfer | Type reference (TYPE) | INT4 | 20110228 | |||
2 | ![]() |
PI_REMOVE_ORPHANED | Call by reference | Type reference (TYPE) | BOOLEAN | ABAP_TRUE | X=remove orphaned locals; space=no ophaned handling | 20110512 | |
3 | ![]() |
PR_ENTRIES | Value transfer | Type reference (TYPE) | INT4 | 20110228 |
Method REMOVE_HISTORY on Interface IF_SRT_WSP_DT_CHANGE_PROC has no exception.
Method REMOVE_SINGLE_CHANGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PI_CLIENT | Call by reference | Type reference (TYPE) | MANDT | Mandant | 20080429 | ||
2 | ![]() |
PI_COUNTER | Call by reference | Type reference (TYPE) | SRT_WSP_NUM | SRT Nummernkreisnummer | 20080429 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
WSP Exception | 20080429 |
Method SET_FORCE_PROCESSING Signature
Method SET_FORCE_PROCESSING on Interface IF_SRT_WSP_DT_CHANGE_PROC has no parameter.
Method SET_FORCE_PROCESSING on Interface IF_SRT_WSP_DT_CHANGE_PROC has no exception.
Method SET_LOCAL_CENTRAL_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SAP_CLIENT | Call by reference | Type reference (TYPE) | MANDT | 20110228 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20110228 |
Method SET_STATUS_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CLIENT | Call by reference | Type reference (TYPE) | MANDT | Client | 20110331 | ||
2 | ![]() |
I_INFO_TEXT | Call by reference | Type reference (TYPE) | CSEQUENCE | Information text | 20110331 |
Method SET_STATUS_TEXT on Interface IF_SRT_WSP_DT_CHANGE_PROC has no exception.
Method UNLOCK_PROCESSING Signature
Method UNLOCK_PROCESSING on Interface IF_SRT_WSP_DT_CHANGE_PROC has no parameter.
Method UNLOCK_PROCESSING on Interface IF_SRT_WSP_DT_CHANGE_PROC has no exception.
Method UNSET_FORCE_PROCESSING Signature
Method UNSET_FORCE_PROCESSING on Interface IF_SRT_WSP_DT_CHANGE_PROC has no parameter.
Method UNSET_FORCE_PROCESSING on Interface IF_SRT_WSP_DT_CHANGE_PROC has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 711 |