SAP ABAP Class CL_XMLDIFF_ACTION (XMLdiff abstract action)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-UPG-NA (Application Component) SAP Note Assistant
⤷
SXMLDIFF (Package) XMLdiff
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_XMLDIFF_CHANGE | XMLdiff change action | 20080701 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_XMLDIFF_DELETE | XMLdiff delete action | 20080701 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_XMLDIFF_INSERT | XMLdiff insert action | 20080701 |
Properties
| Class | CL_XMLDIFF_ACTION | |
| Short Description | XMLdiff abstract action | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SXMLDIFF | XMLdiff |
| Created | 20080701 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_XMLDIFF_ACTION has no forward declaration.
Interfaces
Class CL_XMLDIFF_ACTION has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_XMLDIFF_DOCUMENT | 20080701 | XMLdiff document |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | I | 4 | 20100809 | |||
| 2 | Constant | Public | Type reference (TYPE) | I | 3 | 20100809 | |||
| 3 | Constant | Public | Type reference (TYPE) | I | 2 | 20100809 | |||
| 4 | Constant | Public | Type reference (TYPE) | I | 1 | 20100809 | |||
| 5 | Constant | Public | Type reference (TYPE) | I | 0 | 20100809 | |||
| 6 | Constant | Public | Type reference (TYPE) | I | 5 | 20100809 | |||
| 7 | Constant | Public | Type reference (TYPE) | C | 'I' | 20100809 | |||
| 8 | Constant | Public | Type reference (TYPE) | C | 'W' | 20100809 | |||
| 9 | Constant | Public | Type reference (TYPE) | C | 'E' | 20100809 | |||
| 10 | Instance attribute | Public | See coding | 20080701 | |||||
| 11 | Instance attribute | Public | Type reference (TYPE) | STRING | 20080701 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get whole action as string | 20080701 |
Events
Class CL_XMLDIFF_ACTION has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_RESULT | Public | See coding | 20100809 | BEGIN OF ty_result,
action TYPE REF TO cl_xmldiff_action,
status(1) TYPE c,
cause TYPE i,
END OF ty_result
|
||
| 2 | TY_RESULT_TABLE | Public | See coding | 20100809 | ty_result_table TYPE STANDARD TABLE OF ty_result
|
||
| 3 | TY_TABLE | Public | See coding | 20080701 | TY_TABLE TYPE STANDARD TABLE OF REF TO cl_xmldiff_action
|
Method Signatures
Method GET_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_STRING | Value transfer | Type reference (TYPE) | STRING | 20080701 |
Method GET_STRING on class CL_XMLDIFF_ACTION has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 720 |