SAP ABAP Interface IF_C2S_CHANGE_HANDLER_EXT (Change Management)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CFG-RT (Application Component) Business Configuration Tools: Runtime
⤷
C2_INTERFACES (Package) C2 Server: User Interfaces and Data Types
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_C2_CHANGE_HANDLER | C2 Change Handler Interface | 20040929 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CLC2DIR_CHANGE_HANDLER | Gets C2 Directory Factory Instances | 20040929 |
Properties
| Interface | IF_C2S_CHANGE_HANDLER_EXT | |
| Short Description | Change Management |
General Data
| Package | C2_INTERFACES | C2 Server: User Interfaces and Data Types |
| Created | 20040929 | SAP |
| Last changed | 20050105 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_C2S_CHANGE_HANDLER_EXT has no forward declaration.
Interfaces
Interface IF_C2S_CHANGE_HANDLER_EXT has no interface.
Friends
Interface IF_C2S_CHANGE_HANDLER_EXT has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AC_CH_TP_CREATE | Constant | Public | Type reference (TYPE) | ATP_CHANGE_TYPE | 'C' | 20040929 | ||
| 2 | AC_CH_TP_DELETE | Constant | Public | Type reference (TYPE) | ATP_CHANGE_TYPE | 'D' | 20040929 | ||
| 3 | AC_CH_TP_FAILED_CREATE | Constant | Public | Type reference (TYPE) | ATP_CHANGE_TYPE | 'FC' | 20040929 | ||
| 4 | AC_CH_TP_FAILED_DELETE | Constant | Public | Type reference (TYPE) | ATP_CHANGE_TYPE | 'FD' | 20040929 | ||
| 5 | AC_CH_TP_FAILED_UPDATE | Constant | Public | Type reference (TYPE) | ATP_CHANGE_TYPE | 'FU' | 20040929 | ||
| 6 | AC_CH_TP_UPDATE | Constant | Public | Type reference (TYPE) | ATP_CHANGE_TYPE | 'U' | 20040929 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20040929 |
Events
Interface IF_C2S_CHANGE_HANDLER_EXT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | ATP_CHANGE_TYPE | Public | See coding | 20040929 | atp_change_type(2) TYPE c
|
||
| 2 | ATP_S_CHANGE_LINE | Public | See coding | 20040929 | BEGIN OF atp_s_change_line.
TYPES c2guid TYPE c2guid.
TYPES change_type TYPE atp_change_type.
TYPES node_id TYPE sc2_bco_node_id.
TYPES key TYPE REF TO data.
TYPES END OF atp_s_change_line
|
||
| 3 | ATP_T_CHANGE_LIST | Public | See coding | 20040929 | atp_t_change_list TYPE HASHED TABLE OF atp_s_change_line WITH UNIQUE KEY c2guid change_type
|
Method Signatures
Method GET_ALL_CHANGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CHANGES | Call by reference | Type reference (TYPE) | ATP_T_CHANGE_LIST | 20040929 |
Method GET_ALL_CHANGES on Interface IF_C2S_CHANGE_HANDLER_EXT has no exception.
History
| Last changed by/on | SAP | 20050105 |
| SAP Release Created in | 700 |