SAP ABAP Class CL_CWB_SUBDELTA (Delta of two CL_CWB_subobject)
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_DELTA_ROOT | Root Delta | 20020222 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_CWB_SUBDELTA_ANY_TEXT | Any Text (Line Length 255) | 20021029 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_CWB_SUBDELTA_TAB | Delta of two CL_CWB_SUBOBJECT_TABs | 20020222 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_CWB_SUBDELTA_WO_DELTA | Delta of two CL_CWB_subobject | 20021113 |
Properties
| Class | CL_CWB_SUBDELTA | |
| Short Description | Delta of two CL_CWB_subobject | |
| Super Class | CL_CWB_DELTA_ROOT | Root Delta |
| 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) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_CWB_SUBDELTA has no interface implemented.
Friends
Class CL_CWB_SUBDELTA 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) | CL_CWB_DELTA | Pointer to Higher-Level Total Delta | 20020220 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | VERSSOBJ | Name of a section of a versionable object | 20020123 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | GUID_22 | GUID in 'CHAR' format with upper-/lowercase (!) | 20040702 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | TEXT80 | Text (80 Characters) | 20041205 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Adds Delta to Old Version (Generates Addition Log) | 20041205 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20040503 | |
| 3 | Static method | Public | Method | Create Subdelta | 20020122 | |
| 4 | Instance method | Protected | Method | Generate Empty Subobject Fitting Subdelta | 20041205 | |
| 5 | Instance method | Public | Method | Reads Instance ID of Subdelta (GUID 22) | 20040702 | |
| 6 | Instance method | Public | Method | Reads Subobject (New) | 20040723 | |
| 7 | Instance method | Public | Method | Reads Subobject (Old) | 20040723 | |
| 8 | Instance method | Public | Method | Invert Delta | 20040604 | |
| 9 | Instance method | Protected | Method | "X" if COMPUTE already called, if not " ". | 20070504 |
Events
Class CL_CWB_SUBDELTA has no event.
Types
Class CL_CWB_SUBDELTA has no local type.
Method Signatures
Method ADD_TO_SUBOBJECT_OLD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_SUBOBJECT | Call by reference | Object reference (TYPE REF TO) | CL_CWB_SUBOBJECT | Teilobjekt, z.B. Tabelle | 20041205 | |||
| 2 | EV_APPLIED | Call by reference | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20041205 | |||
| 3 | EV_NOT_APPLIED | Call by reference | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20041205 | |||
| 4 | EV_REAPPLIED | Call by reference | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20041205 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler | 20041205 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_PARENT | Call by reference | Object reference (TYPE REF TO) | CL_CWB_DELTA | Delta zwischen zwei CL_CWB_OBJECT | 20040503 | |||
| 2 | IR_SUBOBJECT_NEW | Value transfer | Object reference (TYPE REF TO) | CL_CWB_SUBOBJECT | Teilobjekt, z.B. Tabelle | 20040503 | |||
| 3 | IR_SUBOBJECT_OLD | Value transfer | Object reference (TYPE REF TO) | CL_CWB_SUBOBJECT | Teilobjekt, z.B. Tabelle | 20040503 | |||
| 4 | IS_STRUCTURED_CODE_DELTA | Call by reference | Type reference (TYPE) | BCWBD_STRUCTURED_CODE_DELTA | Code delta aus Korrekturanleitungen | 20040518 | |||
| 5 | IV_NAME | Call by reference | Type reference (TYPE) | VERSSOBJ | Name eines Teils eines versionierbaren Objektes | 20040503 |
Method CONSTRUCTOR on class CL_CWB_SUBDELTA has no exception.
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_SUBDELTA | Value transfer | Object reference (TYPE REF TO) | CL_CWB_SUBDELTA | Subdelta | 20020123 | |||
| 2 | IR_PARENT | Call by reference | Object reference (TYPE REF TO) | CL_CWB_DELTA | Zeiger auf die übergeordnete Instanz | 20020227 | |||
| 3 | IR_SUBOBJECT_NEW | Value transfer | Object reference (TYPE REF TO) | CL_CWB_SUBOBJECT | Teilobjekt, z.B. Tabelle | 20020122 | |||
| 4 | IR_SUBOBJECT_OLD | Value transfer | Object reference (TYPE REF TO) | CL_CWB_SUBOBJECT | Teilobjekt, z.B. Tabelle | 20020122 |
Method CREATE on class CL_CWB_SUBDELTA has no exception.
Method CREATE_EMPTY_SUBOBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_SUBOBJECT | Value transfer | Object reference (TYPE REF TO) | CL_CWB_SUBOBJECT | Teilobjekt, z.B. Tabelle | 20041205 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler | 20041206 |
Method GET_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ID | Value transfer | Type reference (TYPE) | GUID_22 | GUID im 'CHAR' Format mit Groß-/Kleinschreibung (!) | 20040702 |
Method GET_ID on class CL_CWB_SUBDELTA has no exception.
Method GET_SUBOBJECT_NEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_OBJECT | Value transfer | Object reference (TYPE REF TO) | CL_CWB_SUBOBJECT | Root Objekt für Korrekturworkbench | 20040723 |
Method GET_SUBOBJECT_NEW on class CL_CWB_SUBDELTA has no exception.
Method GET_SUBOBJECT_OLD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_OBJECT | Value transfer | Object reference (TYPE REF TO) | CL_CWB_SUBOBJECT | Root Objekt für Korrekturworkbench | 20040723 |
Method GET_SUBOBJECT_OLD on class CL_CWB_SUBDELTA has no exception.
Method INVERT Signature
Method INVERT on class CL_CWB_SUBDELTA has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler | 20041104 |
Method IS_COMPUTED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_COMPUTED | Value transfer | Type reference (TYPE) | BCWBO_BOOL | 20070504 |
Method IS_COMPUTED on class CL_CWB_SUBDELTA has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 46C |