SAP ABAP Class CL_CWB_SUBDELTA_TAB_UNORDERED (Delta of two CL_CWB_SUBOBJECT_TAB_UNORDEREDs)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-UPG-NA (Application Component) SAP Note Assistant
⤷
SCWB (Package) Correction Workbench
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_CWB_SUBDELTA_TAB | Delta of two CL_CWB_SUBOBJECT_TABs | 20020222 |
Properties
| Class | CL_CWB_SUBDELTA_TAB_UNORDERED | |
| Short Description | Delta of two CL_CWB_SUBOBJECT_TAB_UNORDEREDs | |
| Super Class | CL_CWB_SUBDELTA_TAB | Delta of two CL_CWB_SUBOBJECT_TABs |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SCWB | Correction Workbench |
| Created | 20020122 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_CWB_SUBDELTA_TAB_UNORDERED has no interface implemented.
Friends
Class CL_CWB_SUBDELTA_TAB_UNORDERED has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | Rows to be Deleted | 20020211 | |||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | Rows to be Added | 20020211 | |||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | Lines to Be Changed: New Version | 20020211 | |||
| 4 | Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | Lines to Be Changed: Old Version | 20020211 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Unordered Subtables (delete) | 20040609 | |
| 2 | Instance method | Private | Method | Unordered Subtables (insert) | 20040609 | |
| 3 | Static method | Private | Method | General Copying of Table Contents (Unordered) | 20040609 | |
| 4 | Instance method | Private | Method | Unordered Subtables (update new) | 20040609 | |
| 5 | Instance method | Private | Method | Unordered Subtables (update old) | 20040609 | |
| 6 | Instance method | Public | Method | Read Tables with Delete, Insert, Update Commands | 20020228 | |
| 7 | Instance method | Public | Method | Set Tables with Delete, Insert, Update Commands | 20040513 |
Events
Class CL_CWB_SUBDELTA_TAB_UNORDERED has no event.
Types
Class CL_CWB_SUBDELTA_TAB_UNORDERED has no local type.
Method Signatures
Method COPY_DATA_DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_DELETE | Call by reference | Object reference (TYPE REF TO) | DATA | Referenz auf DELETE Tabelle | 20040609 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler | 20040609 |
Method COPY_DATA_INSERT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_INSERT | Call by reference | Object reference (TYPE REF TO) | DATA | Referenz auf INSERT Tabelle | 20040609 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler | 20040609 |
Method COPY_DATA_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_TABLE_COPY | Call by reference | Object reference (TYPE REF TO) | DATA | Copie der Referenz auf Tabelle | 20040609 | |||
| 2 | IR_SOURCE_OBJECT | Call by reference | Object reference (TYPE REF TO) | CL_CWB_SUBOBJECT_TAB_UNORDERED | Teilobjekt, z.B. Tabelle | 20040609 | |||
| 3 | IR_TABLE | Call by reference | Object reference (TYPE REF TO) | DATA | Referenz auf Tabelle | 20040609 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler | 20040609 |
Method COPY_DATA_UPDATE_NEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_UPDATE_NEW | Call by reference | Object reference (TYPE REF TO) | DATA | Referenz auf UPDATE_NEW Tabelle | 20040609 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler | 20040609 |
Method COPY_DATA_UPDATE_OLD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_UPDATE_OLD | Call by reference | Object reference (TYPE REF TO) | DATA | Referenz auf UPDATE_OLD Tabelle | 20040609 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler | 20040609 |
Method GET_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_DELETE | Call by reference | Object reference (TYPE REF TO) | DATA | Delete Kommandos | 20020228 | |||
| 2 | ER_INSERT | Call by reference | Object reference (TYPE REF TO) | DATA | Insert Kommandos | 20020228 | |||
| 3 | ER_UPDATE_NEW | Call by reference | Object reference (TYPE REF TO) | DATA | Update Kommandos | 20020228 | |||
| 4 | ER_UPDATE_OLD | Call by reference | Object reference (TYPE REF TO) | DATA | Update Kommandos | 20020228 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler | 20020228 |
Method SET_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_DELETE | Call by reference | Object reference (TYPE REF TO) | DATA | 20040513 | ||||
| 2 | IR_INSERT | Call by reference | Object reference (TYPE REF TO) | DATA | 20040513 | ||||
| 3 | IR_UPDATE_NEW | Call by reference | Object reference (TYPE REF TO) | DATA | 20040513 | ||||
| 4 | IR_UPDATE_OLD | Call by reference | Object reference (TYPE REF TO) | DATA | 20040513 |
Method SET_DATA on class CL_CWB_SUBDELTA_TAB_UNORDERED has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 46C |