SAP ABAP Class CL_USMD_CREQUEST_POWL (POWL for Change Requests)
Hierarchy
☛
MDG_FND (Software Component) MDG Foundation
⤷
CA-MDG-AF (Application Component) Application Framework
⤷
USMD2_MAIN (Package) Main objects of generic MDG UIs
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_IBO_INBOX_FEEDER_WI | Inbox Work Item Feeder | 20091005 |
Properties
| Class | CL_USMD_CREQUEST_POWL | |
| Short Description | POWL for Change Requests | |
| Super Class | CL_IBO_INBOX_FEEDER_WI | Inbox Work Item Feeder |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | USMD2_MAIN | Main objects of generic MDG UIs |
| Created | 20091005 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_USMD_CREQUEST_POWL has no forward declaration.
Interfaces
Class CL_USMD_CREQUEST_POWL has no interface implemented.
Friends
Class CL_USMD_CREQUEST_POWL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | POWL_ACTIONID_TY | 'USMDCOMPLSGLSTEP' | 20110901 | |||
| 2 | Constant | Private | Type reference (TYPE) | POWL_ACTIONID_TY | 'USMDCREQUESTPROCESS' | 20110901 | |||
| 3 | Constant | Private | Type reference (TYPE) | POWL_ACTIONID_TY | 'USMDWFPROTOCOL2' | 20110901 | |||
| 4 | Constant | Private | Type reference (TYPE) | STRING | 'SWF_WIOBN' | 20110901 | |||
| 5 | Constant | Private | Type reference (TYPE) | STRING | 'CREQUEST' | 20110901 | |||
| 6 | Constant | Private | Type reference (TYPE) | RSSCR_NAME | 'WI_STAT' | ABAP/4: Name of SELECT-OPTION / PARAMETER | 20110719 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Is this a decision step? | 20110128 | |
| 2 | Instance method | Private | Method | 20110901 | ||
| 3 | Instance method | Public | Constructor | 20091019 | ||
| 4 | Instance method | Private | Method | Determine Row Index on Which the Action Was Executed | 20110311 | |
| 5 | Instance method | Private | Method | Determine Change Request from the Selected Row of the Inbox | 20110201 | |
| 6 | Instance method | Private | Method | Obsolete | 20110907 | |
| 7 | Instance method | Private | Method | 20110901 |
Events
Class CL_USMD_CREQUEST_POWL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_CREQ_STATUS | Private | See coding | 20111109 | BEGIN OF s_creq_status,
usmd_creq_status TYPE usmd_crequest_status,
txtmi TYPE usmd_txtmi,
END OF s_creq_status
|
||
| 2 | S_PRIORITY | Private | See coding | 20111109 | BEGIN OF s_priority,
usmd_priority TYPE usmd_priority,
txtmi TYPE usmd_txtmi,
END OF s_priority
|
Method Signatures
Method CHECK_IS_DECISION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_WORKITEM_ID | Call by reference | Type reference (TYPE) | SWW_WIID | Workitem-Kennung | 20110128 | |||
| 2 | RV_IS_DECISION | Value transfer | Type reference (TYPE) | BOOLEAN | Wahr, wenn Entscheidungsschritt | 20110128 |
Method CHECK_IS_DECISION on class CL_USMD_CREQUEST_POWL has no exception.
Method COMPLETE_SINGLE_STEP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_BO_KEY | Call by reference | Type reference (TYPE) | USMD_S_WF_BO_KEY | 20110901 |
Method COMPLETE_SINGLE_STEP on class CL_USMD_CREQUEST_POWL has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CUST_HELPER | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20091019 |
Method CONSTRUCTOR on class CL_USMD_CREQUEST_POWL has no exception.
Method GET_INDEX_FOR_ACTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_SELECTED_LINES | Call by reference | Type reference (TYPE) | RSTABIXTAB | Repository Infosystem Tabelle für Indizies | 20110311 | |||
| 2 | IV_ACTION_INDEX | Call by reference | Type reference (TYPE) | SYTABIX | Index interner Tabellen | 20110311 | |||
| 3 | RV_INDEX_FOR_ACTION | Value transfer | Type reference (TYPE) | SYTABIX | Index interner Tabellen | 20110311 |
Method GET_INDEX_FOR_ACTION on class CL_USMD_CREQUEST_POWL has no exception.
Method GET_WI_AND_KEY_FROM_ACTION_IDX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_BO_KEY | Call by reference | Type reference (TYPE) | USMD_S_WF_BO_KEY | Schlüssel von BOR Objekt BUS2250 | 20110201 | |||
| 2 | ES_WORKITEM | Call by reference | Type reference (TYPE) | IBO_S_INBOX_WORKITEM | Ausgewählter Workitem | 20110201 | |||
| 3 | EV_IS_SINGLE_PROCESSING | Call by reference | Type reference (TYPE) | USMD_FLG | Einzelbearbeitungsprozess | 20110201 | |||
| 4 | IV_ACTION_INDEX | Call by reference | Type reference (TYPE) | SYTABIX | Ausgewählte Zeile | 20110201 | |||
| 5 | IV_RESULT_TAB | Call by reference | Type reference (TYPE) | INDEX TABLE | Inhalt der Inbox | 20110201 |
Method GET_WI_AND_KEY_FROM_ACTION_IDX on class CL_USMD_CREQUEST_POWL has no exception.
Method HANDLE_SGL_PROC_WF_STEP Signature
Method HANDLE_SGL_PROC_WF_STEP on class CL_USMD_CREQUEST_POWL has no parameter.
Method HANDLE_SGL_PROC_WF_STEP on class CL_USMD_CREQUEST_POWL has no exception.
Method INIT_APPLICATION_CONTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_BO_KEY | Call by reference | Type reference (TYPE) | USMD_S_WF_BO_KEY | 20110901 | ||||
| 2 | IV_IS_SINGLE_PROC | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110901 | ||||
| 3 | IV_WORKITEM_ID | Call by reference | Type reference (TYPE) | SWW_WIID | 20110901 |
Method INIT_APPLICATION_CONTEXT on class CL_USMD_CREQUEST_POWL has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 702 |