Hierarchy
⤷
⤷
Properties
| Class | CL_GRFN_MSMP_WI_API | |
| Short Description | Workitem related MSMP API for applications | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GRFN_MSMP_WORKFLOW | GRC Shared MSMP Engine |
| Created | 20090823 | SAP |
| Last change | 20141106 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_GRFN_MSMP_WI_API has no interface implemented.
Friends
Class CL_GRFN_MSMP_WI_API has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | YTH_WI_MSMP_CACHE | 20100915 |
Methods
Events
Class CL_GRFN_MSMP_WI_API has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_WI_MSMP_CACHE | Private | See coding | 20100915 | BEGIN OF ys_wi_msmp_cache,
s_key TYPE ys_wi_msmp_cache_key,
s_exec_context TYPE grfn_mw_s_execution_context,
END OF ys_wi_msmp_cache
|
||
| 2 | YS_WI_MSMP_CACHE_KEY | Private | See coding | 20100915 | BEGIN OF ys_wi_msmp_cache_key,
wi_id TYPE sww_wiid,
user TYPE sy-uname,
langu TYPE sy-langu,
END OF ys_wi_msmp_cache_key
|
||
| 3 | YTH_WI_MSMP_CACHE | Private | See coding | 20100915 | yth_wi_msmp_cache TYPE HASHED TABLE OF ys_wi_msmp_cache WITH UNIQUE KEY s_key
|
Method Signatures
Method COMPLETE_WORKITEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | SWR_MSGTAB | Workflow Interfaces: Table for Messages | 20091006 | |||
| 2 | EV_NEW_STATE | Call by reference | Type reference (TYPE) | SWW_WISTAT | Processing Status of a Work Item | 20091007 | |||
| 3 | EV_SUCCEED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20091006 | ||||
| 4 | IS_EXECUTION_CONTEXT | Call by reference | Type reference (TYPE) | GRFN_MW_S_EXECUTION_CONTEXT | required lor logging errors | 20131206 | |||
| 5 | IV_WORKITEM | Call by reference | Type reference (TYPE) | SWW_WIID | 20091006 | ||||
| 6 | I_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | 20091006 | |||
| 7 | I_USER | Call by reference | Type reference (TYPE) | SY-UNAME | SY-UNAME | 20091006 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic MSMP Exception | 20091007 |
Method EXECUTE_WI_CONDITIONS_JOB Signature
Method EXECUTE_WI_CONDITIONS_JOB on class CL_GRFN_MSMP_WI_API has no parameter.
Method EXECUTE_WI_CONDITIONS_JOB on class CL_GRFN_MSMP_WI_API has no exception.
Method EXECUTE_WI_DEADLINES_JOB Signature
Method EXECUTE_WI_DEADLINES_JOB on class CL_GRFN_MSMP_WI_API has no parameter.
Method EXECUTE_WI_DEADLINES_JOB on class CL_GRFN_MSMP_WI_API has no exception.
Method FORWARD_WORKITEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_USERS | Call by reference | Type reference (TYPE) | GRFN_MW_T_APPR_USR | Table of users | 20100129 | |||
| 2 | IV_WORKITEM | Call by reference | Type reference (TYPE) | SWW_WIID | 20091029 | ||||
| 3 | I_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | 20091029 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic MSMP Exception | 20091029 | ||
| 2 | MSMP Operation Not Allowed | 20091029 |
Method GET_DETAIL_FOR_INBOX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_EXEC_CONTEXT | Value transfer | Type reference (TYPE) | GRFN_MW_S_EXECUTION_CONTEXT | MSMP Execution Context for API and BWF | 20091102 | |||
| 2 | EV_EXTERNAL_KEY | Value transfer | Type reference (TYPE) | GRFN_MW_EXT_KEY | Application object key | 20090907 | |||
| 3 | EV_PROCESS_ID | Value transfer | Type reference (TYPE) | GRFN_MW_PROCESS_ID | Process ID | 20090909 | |||
| 4 | EV_STAGE_CONFIG_ID | Value transfer | Type reference (TYPE) | GRFN_MW_STG_CONFIG_ID | Stage Configuration ID | 20100326 | |||
| 5 | IV_WI_ID | Call by reference | Type reference (TYPE) | SWW_WIID | Work item ID | 20090907 | |||
| 6 | I_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | Language Key of Current Text Environment | 20090917 | ||
| 7 | I_USER | Call by reference | Type reference (TYPE) | SY-UNAME | SY-UNAME | User Name | 20090917 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic MSMP Exception | 20090918 |
Method GET_STAGE_WORKITEMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_EXECUTION_CONTEXT | Value transfer | Type reference (TYPE) | GRFN_MW_S_EXECUTION_CONTEXT | MSMP Execution Context for API and BWF | 20091027 | |||
| 2 | IV_STAGE_DETAILS | Value transfer | Type reference (TYPE) | GRFNMWCNSTGV | MSMP Stage Version | 20091027 | |||
| 3 | IV_WI_STATUS | Value transfer | Type reference (TYPE) | SWR_STAVAR | 0001 | Selection Variant for Info System (Status) | 20091027 | ||
| 4 | RT_WORKITEMS | Value transfer | Type reference (TYPE) | GRFNMW_T_MSMP_WI_STATUS | Table of MSMP WI Status and Conatiner Details | 20091027 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic MSMP Exception | 20091029 |
Method GET_WI_MSMP_DETAILS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_LINE_ITEMS | Call by reference | Type reference (TYPE) | GRFNW_MSMP_T_GRFN_MW_LINE_ITEM | Line Items Processed By Given Path Instance | 20090917 | |||
| 2 | EV_INSTANCE_ID | Call by reference | Type reference (TYPE) | GRFNMWRTINST-INSTANCE_ID | UUID of the GRC object (char32) | 20090917 | |||
| 3 | EV_PATH_ID | Call by reference | Type reference (TYPE) | GRFNMWRTEXDET-PATH_ID | Path ID | 20090917 | |||
| 4 | EV_PATH_SEQNR | Call by reference | Type reference (TYPE) | GRFNMWRTEXDET-PATH_SEQ | Path Instance ID (Seq. Nr.) | 20090917 | |||
| 5 | I_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | Language Key of Current Text Environment | 20090917 | ||
| 6 | I_USER | Call by reference | Type reference (TYPE) | SY-UNAME | SY-UNAME | User Name | 20090917 | ||
| 7 | I_WI_ID | Call by reference | Type reference (TYPE) | SWW_WIID | Work item ID | 20090917 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic MSMP Exception | 20090917 |
Method GET_WI_MSMP_DETAILS_FOR_LI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_WI_MSMP_DETAILS | Value transfer | Type reference (TYPE) | GRFNMWRTEXDET | MSMP Runtime - Instance Execution Details | 20091009 | |||
| 2 | I_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | Language Key of Current Text Environment | 20090917 | ||
| 3 | I_LINE_ITEM | Call by reference | Type reference (TYPE) | GRFN_MW_LINE_ITEM | Line Item Key | 20090917 | |||
| 4 | I_USER | Call by reference | Type reference (TYPE) | SY-UNAME | SY-UNAME | User Name | 20090917 | ||
| 5 | I_WI_ID | Call by reference | Type reference (TYPE) | SWW_WIID | Work item ID | 20090917 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic MSMP Exception | 20090917 | ||
| 2 | MSMP Operation Not Allowed | 20090929 |
Method GET_WI_MSMP_EXEC_CONTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | Language Key of Current Text Environment | 20090923 | ||
| 2 | I_USER | Call by reference | Type reference (TYPE) | SY-UNAME | SY-UNAME | User Name | 20090923 | ||
| 3 | I_WI_ID | Call by reference | Type reference (TYPE) | SWW_WIID | Work item ID | 20090923 | |||
| 4 | RS_EXEC_CONTEXT | Value transfer | Type reference (TYPE) | GRFN_MW_S_EXECUTION_CONTEXT | MSMP Execution Context for API and BWF | 20090923 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic MSMP Exception | 20090923 |
Method GET_WI_TASK_CONFIGURATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_DATA | Value transfer | Object reference (TYPE REF TO) | DATA | Configuration Values | 20090923 | |||
| 2 | EV_DDIC | Value transfer | Type reference (TYPE) | TYPENAME | Name of Dictionary Type | 20090923 | |||
| 3 | I_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | Language Key of Current Text Environment | 20090923 | ||
| 4 | I_USER | Call by reference | Type reference (TYPE) | SY-UNAME | SY-UNAME | User Name | 20090923 | ||
| 5 | I_WI_ID | Call by reference | Type reference (TYPE) | SWW_WIID | Work item ID | 20090923 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic MSMP Exception | 20090923 |
Method GET_WORKITEMS_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_INSTANCE_ID | Value transfer | Type reference (TYPE) | GRFN_MW_INSTANCE_ID | MSMP Instance ID | 20091019 | |||
| 2 | I_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | Language Key of Current Text Environment | 20091020 | ||
| 3 | I_UNAME | Call by reference | Type reference (TYPE) | SY-UNAME | SY-UNAME | User Name | 20091020 | ||
| 4 | RT_WORKITEMS | Value transfer | Type reference (TYPE) | GRFNMW_T_MSMP_WI_STATUS | Table of MSMP WI Status and Conatiner Details | 20091019 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic MSMP Exception | 20091021 |
Method GROUP_WI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_WL_ATTR | Value transfer | Type reference (TYPE) | GRFN_MW_T_SWR_WIADDATTR | Table of SWR_WIADDATTR | 20100712 | |||
| 2 | IT_WORKLIST | Value transfer | Type reference (TYPE) | SWRTWIHDR | WAPI: Table Type for Work Item Header | 20091112 | |||
| 3 | I_LANGU | Value transfer | Type reference (TYPE) | SY-LANGU | SY-LANGU | Language Key of Current Text Environment | 20091120 | ||
| 4 | I_PATH_AGNOSTIC | Call by reference | Type reference (TYPE) | ABAP_BOOL | Allow grouping of WIs from different PATHs | 20100914 | |||
| 5 | I_USER | Value transfer | Type reference (TYPE) | SY-UNAME | SY-UNAME | User Name | 20091120 | ||
| 6 | RT_GROUPED_WIS | Value transfer | Type reference (TYPE) | GRFN_T_AC_POWL | AC POWL | 20091119 |
Method GROUP_WI on class CL_GRFN_MSMP_WI_API has no exception.
Method HANDLE_MSMP_WI_EVENT_ERROR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_EVENT_NAME | Value transfer | Type reference (TYPE) | SWW_EVTTYP | Workflow: Event Type for Workflow Runtime | 20100917 | |||
| 2 | IM_WORKITEM_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WAPI_WORKITEM_CONTEXT | Context for Work Item | 20100917 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Programming Exit Exception | 20100917 |
Method HANDLE_MSMP_WI_EVENT_RAISED_UI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_EVENT_NAME | Value transfer | Type reference (TYPE) | SWW_EVTTYP | Workflow: Event Type for Workflow Runtime | 20100917 | |||
| 2 | IM_WORKITEM_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WAPI_WORKITEM_CONTEXT | Context for Work Item | 20100917 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Programming Exit Exception | 20100917 |
Method INVALIDATE_WI_CONTEXT_CACHE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | Language Key of Current Text Environment | 20100922 | ||
| 2 | I_USER | Call by reference | Type reference (TYPE) | SY-UNAME | SY-UNAME | User Name | 20100922 | ||
| 3 | I_WI_ID | Call by reference | Type reference (TYPE) | SWW_WIID | Work item ID | 20100922 |
Method INVALIDATE_WI_CONTEXT_CACHE on class CL_GRFN_MSMP_WI_API has no exception.
Method REPLACE_WORKITEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | SWR_MSGTAB | Workflow Interfaces: Table for Messages | 20091008 | |||
| 2 | EV_NEW_STATE | Call by reference | Type reference (TYPE) | SWW_WISTAT | 20091008 | ||||
| 3 | EV_SUCCEED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20091008 | ||||
| 4 | IV_WORKITEM | Call by reference | Type reference (TYPE) | SWW_WIID | 20091008 | ||||
| 5 | I_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | 20091008 | |||
| 6 | I_USER | Call by reference | Type reference (TYPE) | SY-UNAME | SY-UNAME | 20091008 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20091008 | |||
| 2 | 20091008 |
Method RESERVE_WORKITEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_WORKITEM | Call by reference | Type reference (TYPE) | SWW_WIID | 20091007 | ||||
| 2 | I_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | 20091007 | |||
| 3 | I_USER | Call by reference | Type reference (TYPE) | SY-UNAME | SY-UNAME | 20091007 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20091007 |
Method RETRIEVE_INSTANCE_WIS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INSTANCE_ID | Call by reference | Type reference (TYPE) | GRFN_MW_INSTANCE_ID | MSMP Instance ID | 20100609 | |||
| 2 | I_PATH_ID | Call by reference | Type reference (TYPE) | GRFN_MW_PATH_ID | Path ID | 20100609 | |||
| 3 | I_PATH_SEQ | Call by reference | Type reference (TYPE) | GRFN_MW_PATH_SEQNR | Path Sequence Number (Long Time Stamp) | 20100609 | |||
| 4 | RT_WI_ID | Value transfer | Type reference (TYPE) | GRFN_MW_T_RTINSTWI | MSMP Workflow Work Items Id Table | 20100609 |
Method RETRIEVE_INSTANCE_WIS on class CL_GRFN_MSMP_WI_API has no exception.
Method UI_SIGNATURE_GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_WI_ID | Call by reference | Type reference (TYPE) | SWW_WIID | 20100609 | ||||
| 2 | RV_SIGNATURE | Value transfer | Type reference (TYPE) | GRFN_MW_UI_SIGNATURE | UI Siganture for MSMP | 20100609 |
Method UI_SIGNATURE_GET on class CL_GRFN_MSMP_WI_API has no exception.
Method UI_SIGNATURE_SET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SIGNATURE | Value transfer | Type reference (TYPE) | GRFN_MW_UI_SIGNATURE | GRFNW_MSMP_C_UI_SIGNATURE-MSMP_UI | UI Siganture for MSMP | 20100609 | ||
| 2 | I_WI_ID | Call by reference | Type reference (TYPE) | SWW_WIID | 20100609 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic MSMP Exception | 20100609 |
Method UPDATE_EXEUTION_CONTEXT_ADD_LI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_ADDED_LI | Value transfer | Type reference (TYPE) | GRFN_T_MSMP_LINEITEM | 20100929 | ||||
| 2 | IV_LANGU | Value transfer | Type reference (TYPE) | SY-LANGU | SY-LANGU | Language Key of Current Text Environment | 20100922 | ||
| 3 | IV_UPDATE_ALSO_TOP_WI | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100929 | ||||
| 4 | IV_USER | Value transfer | Type reference (TYPE) | SY-UNAME | SY-UNAME | User Name | 20100922 | ||
| 5 | IV_WI_ID | Value transfer | Type reference (TYPE) | SWW_WIID | Work item ID | 20100922 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic MSMP Exception | 20100922 |
Method UPDATE_WI_CONTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_EDIT_CONTEXT | Call by reference | Type reference (TYPE) | GRFN_MW_S_EDITABLE_CONTEXT | 20100514 | ||||
| 2 | I_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | Language Key of Current Text Environment | 20100514 | ||
| 3 | I_USER | Call by reference | Type reference (TYPE) | SY-UNAME | SY-UNAME | User Name | 20100514 | ||
| 4 | I_WI_ID | Call by reference | Type reference (TYPE) | SWW_WIID | Work item ID | 20100514 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic MSMP Exception | 20100514 |
Method _GET_CONTAINER_MSMP_EXEC_CNTX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CONTAINER | Call by reference | Object reference (TYPE REF TO) | IF_SWF_CNT_CONTAINER | Container - Implementation of a 'Collection' | 20100928 | |||
| 2 | RS_EXEC_CONTEXT | Value transfer | Type reference (TYPE) | GRFN_MW_S_EXECUTION_CONTEXT | MSMP Execution Context for API and BWF | 20100928 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception in the Container Service | 20100928 | ||
| 2 | Element Not Found | 20100928 | ||
| 3 | Type Conflict Between Value and Current Parameter | 20100928 | ||
| 4 | Type Conflict Between Unit and Current Parameter | 20100928 |
Method _GET_PCONTAINER_MSMP_EXEC_CNTX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_EXEC_CONTEXT | Value transfer | Type reference (TYPE) | GRFN_MW_S_EXECUTION_CONTEXT | MSMP Execution Context for API and BWF | 20100928 | |||
| 2 | EV_SUBRC | Value transfer | Type reference (TYPE) | SY-SUBRC | Return Value of ABAP Statements | 20100928 | |||
| 3 | IR_CONTAINER | Call by reference | Object reference (TYPE REF TO) | IF_SWF_IFS_PARAMETER_CONTAINER | Container - Implementation of a 'Collection' | 20100928 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception in the Container Service | 20100928 | ||
| 2 | Element Not Found | 20100928 | ||
| 3 | Type Conflict Between Value and Current Parameter | 20100928 | ||
| 4 | Type Conflict Between Unit and Current Parameter | 20100928 |
Method _GET_WI_CACHE_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_KEY | Call by reference | Type reference (TYPE) | YS_WI_MSMP_CACHE_KEY | 20100915 | ||||
| 2 | RS_CACHE_ENTRY | Value transfer | Type reference (TYPE) | YS_WI_MSMP_CACHE | 20100915 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic MSMP Exception | 20100915 |
Method _INVALIDATE_WI_CACHE_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_KEY | Call by reference | Type reference (TYPE) | YS_WI_MSMP_CACHE_KEY | 20100915 |
Method _INVALIDATE_WI_CACHE_ENTRY on class CL_GRFN_MSMP_WI_API has no exception.
Method _SET_WI_CACHE_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_CACHE_ENTRY | Value transfer | Type reference (TYPE) | YS_WI_MSMP_CACHE | 20100915 |
Method _SET_WI_CACHE_ENTRY on class CL_GRFN_MSMP_WI_API has no exception.
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | 600 |