/AWS1/CL_LKFWRITEOPERATION¶
Defines an object to add to or delete from a governed table.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_addobject TYPE REF TO /AWS1/CL_LKFADDOBJECTINPUT /AWS1/CL_LKFADDOBJECTINPUT¶
A new object to add to the governed table.
io_deleteobject TYPE REF TO /AWS1/CL_LKFDELETEOBJECTINPUT /AWS1/CL_LKFDELETEOBJECTINPUT¶
An object to delete from the governed table.
Queryable Attributes¶
AddObject¶
A new object to add to the governed table.
Accessible with the following methods¶
| Method | Description | 
|---|---|
GET_ADDOBJECT() | 
Getter for ADDOBJECT | 
DeleteObject¶
An object to delete from the governed table.
Accessible with the following methods¶
| Method | Description | 
|---|---|
GET_DELETEOBJECT() | 
Getter for DELETEOBJECT | 
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_WRITEOPERATIONLIST¶
TYPES TT_WRITEOPERATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LKFWRITEOPERATION WITH DEFAULT KEY
.