SAP ABAP Class CL_WAPI_MOBILE_USER_DECISION (Workflow: Utility Class for User Decision)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-BMT-WFM (Application Component) SAP Business Workflow
⤷
SWR (Package) Business Workflow: WAPI Interfaces

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_WAPI_MOBILE_API | Workflow: API for Mobile | 20121128 |
Properties
Class | CL_WAPI_MOBILE_USER_DECISION | |
Short Description | Workflow: Utility Class for User Decision | |
Super Class | CL_WAPI_MOBILE_API | Workflow: API for Mobile |
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | P | SAP Standard Production Program |
Category | 0 | |
Package | SWR | Business Workflow: WAPI Interfaces |
Created | 20121128 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_WAPI_MOBILE_USER_DECISION has no interface implemented.
Friends
Class CL_WAPI_MOBILE_USER_DECISION has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | IF_SWF_UTL_GEN_INSTANCE_MGR | 20121128 | |||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SYLANGU | 20121128 | |||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SYUNAME | 20121128 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20121128 |
2 | ![]() |
Instance method | Public | Method | 20121128 | |
3 | ![]() |
Instance method | Public | Method | 20121218 | |
4 | ![]() |
Instance method | Public | Method | 20121128 | |
5 | ![]() |
Static method | Public | Method | 20121128 | |
6 | ![]() |
Instance method | Public | Method | 20121128 | |
7 | ![]() |
Instance method | Public | Method | 20121128 | |
8 | ![]() |
Instance method | Private | Method | 20121218 |
Events
Class CL_WAPI_MOBILE_USER_DECISION has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TABLE_WORKITEM_HEADER | Public | See coding | 20121128 | table_workitem_header TYPE STANDARD TABLE OF workitem_header
|
||
2 | TABLE_WORKITEM_HEADER_DECISION | Public | See coding | 20121128 | table_workitem_header_decision TYPE SORTED TABLE OF workitem_header_decision
WITH UNIQUE KEY wi_id
|
||
3 | TABLE_WORKITEM_STEPS_DECISION | Public | See coding | 20121128 | table_workitem_steps_decision TYPE SORTED TABLE OF workitem_step_decision
WITH UNIQUE KEY workflow_id step_id version exetyp
|
||
4 | WORKITEM_HEADER | Public | See coding | 20121128 | BEGIN OF workitem_header .
TYPES: wi_id TYPE sww_wiid.
TYPES: node_type(1) TYPE c. "D - Decision, S - Step
TYPES: workflow_id TYPE string.
TYPES: step_id TYPE swd_nodeid.
TYPES: version TYPE swd_versio.
TYPES: exetyp TYPE swd_exetyp.
TYPES: END OF workitem_header
|
||
5 | WORKITEM_HEADER_DECISION | Public | See coding | 20121128 | BEGIN OF workitem_header_decision .
TYPES: wi_id TYPE sww_wiid.
TYPES: decision_alternatives TYPE swrtdecialts.
TYPES: END OF workitem_header_decision
|
||
6 | WORKITEM_STEP_DECISION | Public | See coding | 20121128 | BEGIN OF workitem_step_decision.
TYPES: workflow_id TYPE string.
TYPES: step_id TYPE swd_nodeid.
TYPES: version TYPE swd_versio.
TYPES: exetyp TYPE swd_exetyp.
TYPES: decision_alternatives TYPE swrtdecialts.
TYPES: END OF workitem_step_decision
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_WAPI_MOBILE_USER_DECISION has no parameter.
Method CLASS_CONSTRUCTOR on class CL_WAPI_MOBILE_USER_DECISION has no exception.
Method GET_ALTERNATIVES_VIA_STEPS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_STEPS | Call by reference | Type reference (TYPE) | GLOBAL_TABLE_WORKITEM_STEPS | 20121128 | |||
2 | ![]() |
RE_DECISION_ALTERNATIVES | Value transfer | Type reference (TYPE) | TABLE_WORKITEM_STEPS_DECISION | 20121128 |
Method GET_ALTERNATIVES_VIA_STEPS on class CL_WAPI_MOBILE_USER_DECISION has no exception.
Method GET_ALTERNATIVES_VIA_WORKITEM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_WORKITEM | Call by reference | Type reference (TYPE) | CL_WAPI_MOBILE_API=>GLOBAL_WORKITEM_ID | 20121218 | |||
2 | ![]() |
RE_DECISION_ALTERNATIVES | Value transfer | Type reference (TYPE) | WORKITEM_HEADER_DECISION | 20121218 |
Method GET_ALTERNATIVES_VIA_WORKITEM on class CL_WAPI_MOBILE_USER_DECISION has no exception.
Method GET_ALTERNATIVES_VIA_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) | TABLE_WORKITEM_HEADER | 20121128 | |||
2 | ![]() |
RE_DECISION_ALTERNATIVES | Value transfer | Type reference (TYPE) | TABLE_WORKITEM_HEADER_DECISION | 20121128 |
Method GET_ALTERNATIVES_VIA_WORKITEMS on class CL_WAPI_MOBILE_USER_DECISION has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_LANGUAGE | Call by reference | Type reference (TYPE) | SYLANGU | 20121128 | |||
2 | ![]() |
IM_USER | Call by reference | Type reference (TYPE) | SYUNAME | 20121128 | |||
3 | ![]() |
RE_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_WAPI_MOBILE_USER_DECISION | 20121128 |
Method GET_INSTANCE on class CL_WAPI_MOBILE_USER_DECISION has no exception.
Method _GET_ALTERNATIVES_VIA_STEPS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_STEPS | Call by reference | Type reference (TYPE) | GLOBAL_TABLE_WORKITEM_STEPS | 20121128 | |||
2 | ![]() |
RE_DECISION_ALTERNATIVES | Value transfer | Type reference (TYPE) | TABLE_WORKITEM_STEPS_DECISION | 20121128 |
Method _GET_ALTERNATIVES_VIA_STEPS on class CL_WAPI_MOBILE_USER_DECISION has no exception.
Method _GET_ALTERNATIVES_VIA_STEPS_WS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_STEPS | Call by reference | Type reference (TYPE) | GLOBAL_TABLE_WORKITEM_STEPS | 20121128 | |||
2 | ![]() |
RE_DECISION_ALTERNATIVES | Value transfer | Type reference (TYPE) | TABLE_WORKITEM_STEPS_DECISION | 20121128 |
Method _GET_ALTERNATIVES_VIA_STEPS_WS on class CL_WAPI_MOBILE_USER_DECISION has no exception.
Method _GET_WORKITEM_HEADER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_WIID | Call by reference | Type reference (TYPE) | CL_WAPI_MOBILE_API=>GLOBAL_WORKITEM_ID | 20121218 | |||
2 | ![]() |
RE_WORKITEM_HEADER | Value transfer | Type reference (TYPE) | WORKITEM_HEADER | 20121218 |
Method _GET_WORKITEM_HEADER on class CL_WAPI_MOBILE_USER_DECISION has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 740 |