SAP ABAP Class CL_WTY_EXT_BUFFERED_OBJECT (Base Class for External Buffered Object)
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
LO-WTY (Application Component) Warranty Claim Processing
⤷
ISAUTO_WTY (Package) Warranty Processing
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_WTYH_IMRG | Buffer for Measurement Documents for Version | 20030407 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_WTYI_IMRG | Buffer for Measurement Documents for Version | 20030516 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_WTYV_IMRG | Buffer for Measurement Documents for Version | 20030402 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_WTY_LONG_TEXT | Long Texts for Header, Version or Item | 20030325 |
| 5 | Inheritance (c INHERITING FROM c_ref) | CL_WTY_MESSAGE_LOG | VSR Messages Log | 20030416 |
| 6 | Inheritance (c INHERITING FROM c_ref) | CL_WTY_PARTNER | Partner List | 20040113 |
| 7 | Inheritance (c INHERITING FROM c_ref) | CL_WTY_RCL_RCLHST | Object List in Recall | 20030327 |
| 8 | Inheritance (c INHERITING FROM c_ref) | CL_WTY_RCL_RCLOBJ | Object List in Recall | 20030327 |
Properties
| Class | CL_WTY_EXT_BUFFERED_OBJECT | |
| Short Description | Base Class for External Buffered Object | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ISAUTO_WTY | Warranty Processing |
| Created | 20030320 | SAP |
| Last change | 00000000 | 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_WTY_EXT_BUFFERED_OBJECT has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_WTY_BUFFER_EXT_CNTL | 20030320 | Controller for External Buffered Objects |
Attributes
Class CL_WTY_EXT_BUFFERED_OBJECT has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Create Copy of Object | 20030320 | |
| 2 | Instance method | Public | Method | Read Data from Database | 20030320 | |
| 3 | Instance method | Public | Method | Main Object is to be Deleted | 20030516 | |
| 4 | Instance method | Public | Method | Free External Resources before Object is Destroyed | 20030320 | |
| 5 | Instance method | Public | Method | Called if object Clonned from Other Obj. is to be Destroyed | 20030320 | |
| 6 | Instance method | Public | Method | Initialize Data for Newly Created Main Object (H, V, I) | 20030320 | |
| 7 | Instance method | Public | Method | 20030328 | ||
| 8 | Instance method | Public | Method | Save Object in Update Task | 20030320 | |
| 9 | Instance method | Public | Method | This Instance was Set as Working (as One of Cloned Inst.) | 20030326 | |
| 10 | Instance method | Public | Method | 20130709 |
Events
Class CL_WTY_EXT_BUFFERED_OBJECT has no event.
Types
Class CL_WTY_EXT_BUFFERED_OBJECT has no local type.
Method Signatures
Method CLONE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_CLONE | Call by reference | Object reference (TYPE REF TO) | CL_WTY_EXT_BUFFERED_OBJECT | Newly created object | 20030320 | |||
| 2 | IO_NEW_MAIN_OBJECT | Call by reference | Object reference (TYPE REF TO) | OBJECT | New main object | 20030320 | |||
| 3 | IO_OLD_MAIN_OBJECT | Call by reference | Object reference (TYPE REF TO) | OBJECT | Old main object | 20030320 |
Method CLONE on class CL_WTY_EXT_BUFFERED_OBJECT has no exception.
Method DB_READ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_MAIN_OBJECT | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20030320 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20030321 |
Method DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_MAIN_OBJECT | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20030516 | ||||
| 2 | IV_MAIN_OBJECT_HAS_DB_REC | Call by reference | Type reference (TYPE) | WTY_FLAG | 20030516 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20030516 |
Method FREE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_MAIN_OBJECT | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20030320 |
Method FREE on class CL_WTY_EXT_BUFFERED_OBJECT has no exception.
Method FREE_CLONNED_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_MAIN_OBJECT | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20030320 |
Method FREE_CLONNED_INSTANCE on class CL_WTY_EXT_BUFFERED_OBJECT has no exception.
Method INITIALIZE_FOR_NEW_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_MAIN_OBJECT | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20030320 |
Method INITIALIZE_FOR_NEW_OBJECT on class CL_WTY_EXT_BUFFERED_OBJECT has no exception.
Method IS_MODIFIED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_MODIFIED | Value transfer | Type reference (TYPE) | WTY_FLAG | 'X' if object was modified | 20030328 |
Method IS_MODIFIED on class CL_WTY_EXT_BUFFERED_OBJECT has no exception.
Method SAVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_MAIN_OBJECT | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20030320 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20030321 |
Method SET_AS_WORKING_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_MAIN_OBJECT | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20030326 |
Method SET_AS_WORKING_INSTANCE on class CL_WTY_EXT_BUFFERED_OBJECT has no exception.
Method SET_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CLAIM_GUID | Call by reference | Type reference (TYPE) | WTY_PNGUID | Interne Nummer des iPPE-Knotens | 20130709 | |||
| 2 | I_LOG_MESSAGE | Call by reference | Type reference (TYPE) | BALLOGHNDL | Anwendungs-Log: Handle eines Protokolls | 20130709 | |||
| 3 | I_MESSAGE_HANDLER | Call by reference | Type reference (TYPE) | TSMESG | Nachrichtentabelle Nachrichtensammler | 20130709 |
Method SET_LOG on class CL_WTY_EXT_BUFFERED_OBJECT has no exception.
History
| Last changed by/on | SAP | 00000000 |
| SAP Release Created in | 200 |