SAP ABAP Class CL_SOSP_BKT_CRUD_OPERATION (CRUD operation on workflow pattern BKT table)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
XAP-OSP (Application Component) Office Suite Program
⤷
S_OSP_WORKLIST (Package) Office Suite Program - work list functionality
⤷
⤷
Properties
| Class | CL_SOSP_BKT_CRUD_OPERATION | |
| Short Description | CRUD operation on workflow pattern BKT table | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_OSP_WORKLIST | Office Suite Program - work list functionality |
| Created | 20100204 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SOSP_BKT_CRUD_OPERATION has no forward declaration.
Interfaces
Class CL_SOSP_BKT_CRUD_OPERATION has no interface implemented.
Friends
Class CL_SOSP_BKT_CRUD_OPERATION has no friend class.
Attributes
Class CL_SOSP_BKT_CRUD_OPERATION has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Delete BKT on passed creation date and update flag | 20100208 | |
| 2 | Instance method | Public | Method | Insert the passed records in BKT | 20100208 | |
| 3 | Instance method | Public | Method | Modify BKT for the passed records | 20100208 | |
| 4 | Instance method | Public | Method | Get the details from BKT for the passed new upd flags | 20100208 | |
| 5 | Instance method | Public | Method | Get the details from BKT for passed WI and recipient id's | 20100208 | |
| 6 | Instance method | Public | Method | Get the details from BKT for the passed workitem id's | 20100208 | |
| 7 | Instance method | Public | Method | Get modified date based on workitem id and recipient id | 20100208 |
Events
Class CL_SOSP_BKT_CRUD_OPERATION has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_NEW_UPD_FLAG | Public | See coding | 20100208 | tt_new_upd_flag TYPE STANDARD TABLE OF sosp_t_bkt_perfm-new_upd_flag
|
Method Signatures
Method DELETE_BKT_ON_DATE_FLAG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_NEW_UPD_FLAG | Call by reference | Type reference (TYPE) | TT_NEW_UPD_FLAG | 20100208 | ||||
| 2 | IV_FLUSH_DATE | Call by reference | Type reference (TYPE) | D | 20100208 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception class for workflow pattern BKT table | 20100208 |
Method INSERT_BKT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_WORKITEMS | Call by reference | Type reference (TYPE) | SOSP_TT_BKT_PERFM | Table of BKT entries(performance) | 20100208 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception class for workflow pattern BKT table | 20100208 |
Method MODIFY_BKT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_WORKITEMS | Call by reference | Type reference (TYPE) | SOSP_TT_BKT_PERFM | Table of BKT entries(performance) | 20100208 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception class for workflow pattern BKT table | 20100208 |
Method READ_BKT_ON_NEW_UPD_FLAG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_WORKITEMS | Call by reference | Type reference (TYPE) | SOSP_TT_BKT_PERFM | Table of BKT entries(performance) | 20100208 | |||
| 2 | IT_NEW_UPD_FLAG | Call by reference | Type reference (TYPE) | TT_NEW_UPD_FLAG | 20100208 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception class for workflow pattern BKT table | 20100208 |
Method READ_BKT_ON_WI_ID_RECP_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_WORK_ITEMS | Call by reference | Type reference (TYPE) | SOSP_TT_BKT_PERFM | Table of BKT entries(performance) | 20100208 | |||
| 2 | IT_ITEMS | Call by reference | Type reference (TYPE) | SOSP_TT_RECP_WI_ID | Workitem and Recipient information | 20100208 |
Method READ_BKT_ON_WI_ID_RECP_ID on class CL_SOSP_BKT_CRUD_OPERATION has no exception.
Method READ_BKT_ON_WORKITEM_IDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_WORK_ITEMS | Call by reference | Type reference (TYPE) | SOSP_TT_BKT_PERFM | Table of BKT entries(performance) | 20100208 | |||
| 2 | IT_WORK_ITEMS | Call by reference | Type reference (TYPE) | SOSP_TT_BKT_PERFM | Table of BKT entries(performance) | 20100208 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception class for workflow pattern BKT table | 20100208 |
Method READ_MODIFIED_ON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_MODIFIED_ON | Call by reference | Type reference (TYPE) | S_OSP_DT_TIMESTAMP | Timestamp | 20100208 | |||
| 2 | IV_RECIPIENT_ID | Call by reference | Type reference (TYPE) | SYUNAME | User Name | 20100208 | |||
| 3 | IV_WORKITEM_ID | Call by reference | Type reference (TYPE) | SWR_STRUCT-WORKITEMID | Work item ID | 20100208 |
Method READ_MODIFIED_ON on class CL_SOSP_BKT_CRUD_OPERATION has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |