SAP ABAP Interface /SRMERP/IF_WF_PROCESS (Approval Process Interface)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
MM-PUR-SSP (Application Component) Self-Service Procurement
⤷
/SRMERP/WF_CORE (Package) Workflow Engine Core
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /SRMERP/CL_WF_PROCESS | Process | 20100518 |
Properties
| Interface | /SRMERP/IF_WF_PROCESS | |
| Short Description | Approval Process Interface |
General Data
| Package | /SRMERP/WF_CORE | Workflow Engine Core |
| Created | 20100517 | SAP |
| Last changed | 20110908 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface /SRMERP/IF_WF_PROCESS has no interface.
Friends
Interface /SRMERP/IF_WF_PROCESS has no friend.
Attributes
Interface /SRMERP/IF_WF_PROCESS has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Returns the BO type of the related document | 20100715 | |
| 2 | Instance method | Public | Method | Get referece to current process level | 20100517 | |
| 3 | Instance method | Public | Method | Returns the key of the related document subset | 20100715 | |
| 4 | Instance method | Public | Method | Get Document Subset Name | 20110523 | |
| 5 | Instance method | Public | Method | Get referece to first process level | 20100517 | |
| 6 | Instance method | Public | Method | Get process reference | 20100517 | |
| 7 | Instance method | Public | Method | Returns the process scheme | 20100517 | |
| 8 | Instance method | Public | Method | Returns the process status | 20100517 | |
| 9 | Instance method | Public | Method | Returns the main workflow instance id. | 20100517 | |
| 10 | Instance method | Public | Method | Sets the level from which the process starts | 20100517 | |
| 11 | Instance method | Public | Method | Insert Process Level | 20100517 | |
| 12 | Instance method | Public | Method | Indicates whether provided document is changeable. | 20100517 | |
| 13 | Instance method | Public | Method | Check if process level is the last level | 20100517 | |
| 14 | Instance method | Public | Method | Retrieves the next level and sets it as current level | 20100517 | |
| 15 | Instance method | Public | Method | Remove Process Level | 20100517 | |
| 16 | Instance method | Public | Method | Requests a restart of the current level incl. validation. | 20100517 | |
| 17 | Instance method | Public | Method | Set Process Level status | 20100517 | |
| 18 | Instance method | Public | Method | Sets the SBWF instance ID. | 20100517 | |
| 19 | Instance method | Public | Method | Update Process Level | 20100517 |
Events
Interface /SRMERP/IF_WF_PROCESS has no event.
Types
Interface /SRMERP/IF_WF_PROCESS has no local type.
Method Signatures
Method GETBO_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_BO_TYPE | Value transfer | Type reference (TYPE) | /SRMERP/WF_BO_TYPE | Object Type of SRM purchasing document | 20100715 |
Method GETBO_TYPE on Interface /SRMERP/IF_WF_PROCESS has no exception.
Method GETCURRENT_LEVEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_PROCESS_LEVEL_REF | Value transfer | Object reference (TYPE REF TO) | /SRMERP/CL_WF_PROCESS_LEVEL | SRM WF process level | 20100517 |
Method GETCURRENT_LEVEL on Interface /SRMERP/IF_WF_PROCESS has no exception.
Method GETDOC_SUBSET_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_DOC_SUBSET_KEY | Value transfer | Type reference (TYPE) | /SRMERP/WF_DOC_SUBSET_KEY | Key of the related document subset | 20100715 |
Method GETDOC_SUBSET_KEY on Interface /SRMERP/IF_WF_PROCESS has no exception.
Method GETDOC_SUBSET_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_DOC_SUBSET_NAME | Value transfer | Type reference (TYPE) | /SRMERP/WF_DOC_SUBSET_NAME | Name of Document Subset | 20110523 |
Method GETDOC_SUBSET_NAME on Interface /SRMERP/IF_WF_PROCESS has no exception.
Method GETFIRST_LEVEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_PROCESS_LEVEL_REF | Value transfer | Object reference (TYPE REF TO) | /SRMERP/CL_WF_PROCESS_LEVEL | SRM WF process level | 20100517 |
Method GETFIRST_LEVEL on Interface /SRMERP/IF_WF_PROCESS has no exception.
Method GETOID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_OID | Value transfer | Type reference (TYPE) | OS_GUID | Globally Unique Identifier | 20100517 |
Method GETOID on Interface /SRMERP/IF_WF_PROCESS has no exception.
Method GETPROCESS_SCHEME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_PROCESS_SCHEME | Value transfer | Type reference (TYPE) | /SRMERP/WF_PROCESS_SCHEME | Process Level Scheme | 20100517 |
Method GETPROCESS_SCHEME on Interface /SRMERP/IF_WF_PROCESS has no exception.
Method GETPROCESS_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_PROCESS_STATUS | Value transfer | Type reference (TYPE) | /SRMERP/WF_PROCESS_STATUS | Final process status of document | 20100517 |
Method GETPROCESS_STATUS on Interface /SRMERP/IF_WF_PROCESS has no exception.
Method GETWORKFLOW_INSTANCE_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_WORKFLOW_ID | Value transfer | Type reference (TYPE) | /SRMERP/WF_WORKFLOW_INST_ID | Workflow instance identifier | 20100517 |
Method GETWORKFLOW_INSTANCE_ID on Interface /SRMERP/IF_WF_PROCESS has no exception.
Method INITIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_PROCESS_LEVEL | Call by reference | Object reference (TYPE REF TO) | /SRMERP/CL_WF_PROCESS_LEVEL | Process level | 20100517 | |||
| 2 | IV_PROCESS_SCHEME | Call by reference | Type reference (TYPE) | /SRMERP/WF_PROCESS_SCHEME | Process Level Scheme | 20100517 |
Method INITIALIZE on Interface /SRMERP/IF_WF_PROCESS has no exception.
Method INSERT_LEVEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_PROCESS_LEVEL | Call by reference | Object reference (TYPE REF TO) | /SRMERP/CL_WF_PROCESS_LEVEL | Process level | 20100517 | |||
| 2 | IS_REFERENCE_PROCESS_LEVEL | Call by reference | Type reference (TYPE) | /SRMERP/S_WF_PROCESS_LEVEL | Process Level Attributes | 20100517 | |||
| 3 | IV_REL_LEVEL_POSITION | Call by reference | Type reference (TYPE) | /SRMERP/WF_REL_ADHOC_POSITION | Relative Ad Hoc Process Level Position | 20100517 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100517 |
Method IS_DOCUMENT_CHANGEABLE 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) | /SRMERP/WF_WORKITEM_ID | Workitem identifier | 20100517 | |||
| 2 | RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100517 |
Method IS_DOCUMENT_CHANGEABLE on Interface /SRMERP/IF_WF_PROCESS has no exception.
Method IS_LAST_LEVEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_LAST_LEVEL | Value transfer | Type reference (TYPE) | ABAP_BOOL | Boolean Variable (X=True, -=False, Space=Unknown) | 20100517 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100517 | |||
| 2 | 20100517 |
Method NEXT_LEVEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_PROCESS_LEVEL | Value transfer | Object reference (TYPE REF TO) | /SRMERP/CL_WF_PROCESS_LEVEL | Process level | 20100517 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100517 | |||
| 2 | 20100517 |
Method REMOVE_LEVEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_PROCESS_LEVEL | Call by reference | Object reference (TYPE REF TO) | /SRMERP/CL_WF_PROCESS_LEVEL | Process level | 20100517 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100517 |
Method REQUEST_LEVEL_RESTART Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_COUNTER | Value transfer | Type reference (TYPE) | /SRMERP/WF_STEP_COUNTER | Number of iterations of a process level | 20100517 |
Method REQUEST_LEVEL_RESTART on Interface /SRMERP/IF_WF_PROCESS has no exception.
Method SETPROCESS_LEVEL_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PROCESS_LEVEL_STATUS | Call by reference | Type reference (TYPE) | /SRMERP/WF_PROCESS_LEVEL_STAT | SRM WF process level status | 20100517 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100517 |
Method SETWORKFLOW_INSTANCE_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_WORKFLOW_INSTANCE_ID | Call by reference | Type reference (TYPE) | /SRMERP/WF_WORKFLOW_INST_ID | Workflow instance identifier | 20100517 |
Method SETWORKFLOW_INSTANCE_ID on Interface /SRMERP/IF_WF_PROCESS has no exception.
Method UPDATE_LEVEL Signature
Method UPDATE_LEVEL on Interface /SRMERP/IF_WF_PROCESS has no parameter.
Method UPDATE_LEVEL on Interface /SRMERP/IF_WF_PROCESS has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 606 |