SAP ABAP Class CL_SWF_UTL_WORKITEMS_SORT (Workflow: Sorting of Work Items)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-BMT-WFM (Application Component) SAP Business Workflow
⤷
SWF_UTL (Package) Workflow: Tools

⤷

⤷

Properties
Class | CL_SWF_UTL_WORKITEMS_SORT | |
Short Description | Workflow: Sorting of Work Items | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SWF_UTL | Workflow: Tools |
Created | 20130617 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_SWF_UTL_WORKITEMS_SORT has no forward declaration.
Interfaces
Class CL_SWF_UTL_WORKITEMS_SORT has no interface implemented.
Friends
Class CL_SWF_UTL_WORKITEMS_SORT has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | INT4 | 20130617 | |||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_ABAP_RUNTIME | 20130617 | |||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | WORKITEM_TABLE | 20130617 | |||
4 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | WORKITEM_TABLE | 20130617 | |||
5 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | WORKITEM_TABLE | 20130617 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | 20130617 | |
2 | ![]() |
Instance method | Public | Method | 20130617 | |
3 | ![]() |
Instance method | Public | Method | 20130617 | |
4 | ![]() |
Instance method | Public | Method | 20130617 | |
5 | ![]() |
Instance method | Private | Method | 20130617 | |
6 | ![]() |
Instance method | Private | Method | 20130617 | |
7 | ![]() |
Instance method | Private | Method | 20130617 |
Events
Class CL_SWF_UTL_WORKITEMS_SORT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | WORKITEM | Public | See coding | 20130617 | BEGIN OF workitem,
wi_id TYPE sww_wiid,
wi_type TYPE sww_witype,
wi_stat TYPE sww_wistat,
wi_chckwi TYPE sww_chckwi,
wi_dh_stat TYPE sww_widhst,
def_guid TYPE swfrdguid,
no_deadl TYPE sww_deadfl,
note_exist TYPE sww_noteex,
prs_profil TYPE swd_persid,
parent_wi TYPE swfrparwi,
wf_type TYPE swd_wftype,
END OF workitem
|
||
2 | WORKITEM_TABLE | Public | See coding | 20130617 | workitem_table TYPE STANDARD TABLE OF workitem WITH KEY wi_id
|
Method Signatures
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_SWF_UTL_WORKITEMS_SORT | 20130617 |
Method GET_INSTANCE on class CL_SWF_UTL_WORKITEMS_SORT has no exception.
Method GET_WORKITEMS_BOTTOM_UP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_WORKITEMS | Value transfer | Type reference (TYPE) | WORKITEM_TABLE | 20130617 |
Method GET_WORKITEMS_BOTTOM_UP on class CL_SWF_UTL_WORKITEMS_SORT has no exception.
Method GET_WORKITEMS_TOP_DOWN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_WORKITEMS | Value transfer | Type reference (TYPE) | WORKITEM_TABLE | 20130617 |
Method GET_WORKITEMS_TOP_DOWN on class CL_SWF_UTL_WORKITEMS_SORT has no exception.
Method SET_WORKITEMS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_WORKITEMS | Call by reference | Type reference (TYPE) | WORKITEM_TABLE | 20130617 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130617 |
Method _GET_WORKITEMS_TOP_DOWN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_WORKITEMS | Call by reference | Type reference (TYPE) | WORKITEM_TABLE | 20130617 | |||
2 | ![]() |
RE_WORKITEMS | Value transfer | Type reference (TYPE) | WORKITEM_TABLE | 20130617 |
Method _GET_WORKITEMS_TOP_DOWN on class CL_SWF_UTL_WORKITEMS_SORT has no exception.
Method _GET_WORKITEMS_VIA_CHCKWI Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_CHCKWI | Call by reference | Type reference (TYPE) | SWW_CHCKWI | 20130617 | |||
2 | ![]() |
IM_WORKITEMS | Call by reference | Type reference (TYPE) | WORKITEM_TABLE | 20130617 | |||
3 | ![]() |
RE_WORKITEMS | Value transfer | Type reference (TYPE) | WORKITEM_TABLE | 20130617 |
Method _GET_WORKITEMS_VIA_CHCKWI on class CL_SWF_UTL_WORKITEMS_SORT has no exception.
Method _GET_WORKITEMS_WITH_BLOCK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_CHCKWI | Call by reference | Type reference (TYPE) | SWW_CHCKWI | 20130617 | |||
2 | ![]() |
IM_WORKITEMS | Call by reference | Type reference (TYPE) | WORKITEM_TABLE | 20130617 | |||
3 | ![]() |
RE_WORKITEMS | Value transfer | Type reference (TYPE) | WORKITEM_TABLE | 20130617 |
Method _GET_WORKITEMS_WITH_BLOCK on class CL_SWF_UTL_WORKITEMS_SORT has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |