SAP ABAP Class CL_GRFN_MSMP_WI_API (Workitem related MSMP API for applications)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC (Application Component) Governance, Risk and Compliance
     GRFN_MSMP_WORKFLOW (Package) GRC Shared MSMP Engine
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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 GRFNW Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 SWRCO 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 _TH_WI_MSMP_CONTEXT Static Attribute Private Type reference (TYPE) YTH_WI_MSMP_CACHE 20100915
Methods
# Method Level Visibility Method type Description Created on
1 COMPLETE_WORKITEM Static method Public Method Complete Workitem 20091006
2 EXECUTE_WI_CONDITIONS_JOB Static method Public Method 20100326
3 EXECUTE_WI_DEADLINES_JOB Static method Public Method 20100326
4 FORWARD_WORKITEM Static method Public Method Complete Workitem 20091029
5 GET_DETAIL_FOR_INBOX Static method Public Method Returns stage details for a workitem for workflow inbox 20090823
6 GET_STAGE_WORKITEMS Static method Public Method Get All Workitems in a given Stage 20091027
7 GET_WI_MSMP_DETAILS Static method Public Method Returns MSMP WI Info 20090917
8 GET_WI_MSMP_DETAILS_FOR_LI Static method Public Method Returns runtime details about given WI - Line Item 20090917
9 GET_WI_MSMP_EXEC_CONTEXT Static method Public Method Returns MSMP Execution Context from WI 20090923
10 GET_WI_TASK_CONFIGURATION Static method Public Method Returns MSMP Task Configuration Values 20090923
11 GET_WORKITEMS_STATUS Static method Public Method Get Workitems details for MSMP Instance 20091019
12 GROUP_WI Static method Public Method 20091111
13 HANDLE_MSMP_WI_EVENT_ERROR Static method Public Method Event Generated 20100917
14 HANDLE_MSMP_WI_EVENT_RAISED_UI Static method Public Method Event Generated 20100917
15 INVALIDATE_WI_CONTEXT_CACHE Static method Public Method Invalidates WI exec context cahce entry 20100922
16 REPLACE_WORKITEM Static method Public Method Replace Workitem 20091008
17 RESERVE_WORKITEM Static method Public Method Reserve Workitem 20091006
18 RETRIEVE_INSTANCE_WIS Static method Public Method 20100609
19 UI_SIGNATURE_GET Static method Public Method Get UI Signature from WI container 20100609
20 UI_SIGNATURE_SET Static method Public Method Set UI Signature to WI container 20100609
21 UPDATE_EXEUTION_CONTEXT_ADD_LI Static method Public Method Update Runtime Container MSMP_EXEC_CONTEXT 20100922
22 UPDATE_WI_CONTEXT Static method Public Method Returns MSMP Execution Context from WI 20100514
23 _GET_CONTAINER_MSMP_EXEC_CNTX Static method Private Method 20100928
24 _GET_PCONTAINER_MSMP_EXEC_CNTX Static method Private Method 20100928
25 _GET_WI_CACHE_ENTRY Static method Private Method 20100915
26 _INVALIDATE_WI_CACHE_ENTRY Static method Private Method 20100915
27 _SET_WI_CACHE_ENTRY Static method Private Method 20100915
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 Exporting ET_MESSAGE Call by reference Type reference (TYPE) SWR_MSGTAB Workflow Interfaces: Table for Messages 20091006
2 Exporting EV_NEW_STATE Call by reference Type reference (TYPE) SWW_WISTAT Processing Status of a Work Item 20091007
3 Exporting EV_SUCCEED Call by reference Type reference (TYPE) ABAP_BOOL 20091006
4 Importing IS_EXECUTION_CONTEXT Call by reference Type reference (TYPE) GRFN_MW_S_EXECUTION_CONTEXT required lor logging errors 20131206
5 Importing IV_WORKITEM Call by reference Type reference (TYPE) SWW_WIID 20091006
6 Importing I_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU 20091006
7 Importing I_USER Call by reference Type reference (TYPE) SY-UNAME SY-UNAME 20091006
# Exception Resumable Description Created on
1 CX_GRFN_MSMP 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 Importing IT_USERS Call by reference Type reference (TYPE) GRFN_MW_T_APPR_USR Table of users 20100129
2 Importing IV_WORKITEM Call by reference Type reference (TYPE) SWW_WIID 20091029
3 Importing I_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU 20091029
# Exception Resumable Description Created on
1 CX_GRFN_MSMP Generic MSMP Exception 20091029
2 CX_GRFN_MSMP_WRONG_CALL 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 Exporting ES_EXEC_CONTEXT Value transfer Type reference (TYPE) GRFN_MW_S_EXECUTION_CONTEXT MSMP Execution Context for API and BWF 20091102
2 Exporting EV_EXTERNAL_KEY Value transfer Type reference (TYPE) GRFN_MW_EXT_KEY Application object key 20090907
3 Exporting EV_PROCESS_ID Value transfer Type reference (TYPE) GRFN_MW_PROCESS_ID Process ID 20090909
4 Exporting EV_STAGE_CONFIG_ID Value transfer Type reference (TYPE) GRFN_MW_STG_CONFIG_ID Stage Configuration ID 20100326
5 Importing IV_WI_ID Call by reference Type reference (TYPE) SWW_WIID Work item ID 20090907
6 Importing I_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU Language Key of Current Text Environment 20090917
7 Importing I_USER Call by reference Type reference (TYPE) SY-UNAME SY-UNAME User Name 20090917
# Exception Resumable Description Created on
1 CX_GRFN_MSMP Generic MSMP Exception 20090918

Method GET_STAGE_WORKITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXECUTION_CONTEXT Value transfer Type reference (TYPE) GRFN_MW_S_EXECUTION_CONTEXT MSMP Execution Context for API and BWF 20091027
2 Importing IV_STAGE_DETAILS Value transfer Type reference (TYPE) GRFNMWCNSTGV MSMP Stage Version 20091027
3 Importing IV_WI_STATUS Value transfer Type reference (TYPE) SWR_STAVAR 0001 Selection Variant for Info System (Status) 20091027
4 Returning 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 CX_GRFN_MSMP 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 Exporting 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 Exporting EV_INSTANCE_ID Call by reference Type reference (TYPE) GRFNMWRTINST-INSTANCE_ID UUID of the GRC object (char32) 20090917
3 Exporting EV_PATH_ID Call by reference Type reference (TYPE) GRFNMWRTEXDET-PATH_ID Path ID 20090917
4 Exporting EV_PATH_SEQNR Call by reference Type reference (TYPE) GRFNMWRTEXDET-PATH_SEQ Path Instance ID (Seq. Nr.) 20090917
5 Importing I_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU Language Key of Current Text Environment 20090917
6 Importing I_USER Call by reference Type reference (TYPE) SY-UNAME SY-UNAME User Name 20090917
7 Importing I_WI_ID Call by reference Type reference (TYPE) SWW_WIID Work item ID 20090917
# Exception Resumable Description Created on
1 CX_GRFN_MSMP 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 Exporting ES_WI_MSMP_DETAILS Value transfer Type reference (TYPE) GRFNMWRTEXDET MSMP Runtime - Instance Execution Details 20091009
2 Importing I_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU Language Key of Current Text Environment 20090917
3 Importing I_LINE_ITEM Call by reference Type reference (TYPE) GRFN_MW_LINE_ITEM Line Item Key 20090917
4 Importing I_USER Call by reference Type reference (TYPE) SY-UNAME SY-UNAME User Name 20090917
5 Importing I_WI_ID Call by reference Type reference (TYPE) SWW_WIID Work item ID 20090917
# Exception Resumable Description Created on
1 CX_GRFN_MSMP Generic MSMP Exception 20090917
2 CX_GRFN_MSMP_WRONG_CALL 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 Importing I_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU Language Key of Current Text Environment 20090923
2 Importing I_USER Call by reference Type reference (TYPE) SY-UNAME SY-UNAME User Name 20090923
3 Importing I_WI_ID Call by reference Type reference (TYPE) SWW_WIID Work item ID 20090923
4 Returning 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 CX_GRFN_MSMP 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 Exporting ER_DATA Value transfer Object reference (TYPE REF TO) DATA Configuration Values 20090923
2 Exporting EV_DDIC Value transfer Type reference (TYPE) TYPENAME Name of Dictionary Type 20090923
3 Importing I_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU Language Key of Current Text Environment 20090923
4 Importing I_USER Call by reference Type reference (TYPE) SY-UNAME SY-UNAME User Name 20090923
5 Importing I_WI_ID Call by reference Type reference (TYPE) SWW_WIID Work item ID 20090923
# Exception Resumable Description Created on
1 CX_GRFN_MSMP Generic MSMP Exception 20090923

Method GET_WORKITEMS_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INSTANCE_ID Value transfer Type reference (TYPE) GRFN_MW_INSTANCE_ID MSMP Instance ID 20091019
2 Importing I_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU Language Key of Current Text Environment 20091020
3 Importing I_UNAME Call by reference Type reference (TYPE) SY-UNAME SY-UNAME User Name 20091020
4 Returning 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 CX_GRFN_MSMP Generic MSMP Exception 20091021

Method GROUP_WI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_WL_ATTR Value transfer Type reference (TYPE) GRFN_MW_T_SWR_WIADDATTR Table of SWR_WIADDATTR 20100712
2 Importing IT_WORKLIST Value transfer Type reference (TYPE) SWRTWIHDR WAPI: Table Type for Work Item Header 20091112
3 Importing I_LANGU Value transfer Type reference (TYPE) SY-LANGU SY-LANGU Language Key of Current Text Environment 20091120
4 Importing I_PATH_AGNOSTIC Call by reference Type reference (TYPE) ABAP_BOOL Allow grouping of WIs from different PATHs 20100914
5 Importing I_USER Value transfer Type reference (TYPE) SY-UNAME SY-UNAME User Name 20091120
6 Returning 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 Importing IM_EVENT_NAME Value transfer Type reference (TYPE) SWW_EVTTYP Workflow: Event Type for Workflow Runtime 20100917
2 Importing 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 CX_SWF_IFS_WORKITEM_EXIT_ERROR 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 Importing IM_EVENT_NAME Value transfer Type reference (TYPE) SWW_EVTTYP Workflow: Event Type for Workflow Runtime 20100917
2 Importing 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 CX_SWF_IFS_WORKITEM_EXIT_ERROR 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 Importing I_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU Language Key of Current Text Environment 20100922
2 Importing I_USER Call by reference Type reference (TYPE) SY-UNAME SY-UNAME User Name 20100922
3 Importing 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 Exporting ET_MESSAGE Call by reference Type reference (TYPE) SWR_MSGTAB Workflow Interfaces: Table for Messages 20091008
2 Exporting EV_NEW_STATE Call by reference Type reference (TYPE) SWW_WISTAT 20091008
3 Exporting EV_SUCCEED Call by reference Type reference (TYPE) ABAP_BOOL 20091008
4 Importing IV_WORKITEM Call by reference Type reference (TYPE) SWW_WIID 20091008
5 Importing I_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU 20091008
6 Importing I_USER Call by reference Type reference (TYPE) SY-UNAME SY-UNAME 20091008
# Exception Resumable Description Created on
1 CX_GRFN_MSMP 20091008
2 CX_GRFN_MSMP_WRONG_CALL 20091008

Method RESERVE_WORKITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_WORKITEM Call by reference Type reference (TYPE) SWW_WIID 20091007
2 Importing I_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU 20091007
3 Importing I_USER Call by reference Type reference (TYPE) SY-UNAME SY-UNAME 20091007
# Exception Resumable Description Created on
1 CX_GRFN_MSMP 20091007

Method RETRIEVE_INSTANCE_WIS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INSTANCE_ID Call by reference Type reference (TYPE) GRFN_MW_INSTANCE_ID MSMP Instance ID 20100609
2 Importing I_PATH_ID Call by reference Type reference (TYPE) GRFN_MW_PATH_ID Path ID 20100609
3 Importing I_PATH_SEQ Call by reference Type reference (TYPE) GRFN_MW_PATH_SEQNR Path Sequence Number (Long Time Stamp) 20100609
4 Returning 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 Importing I_WI_ID Call by reference Type reference (TYPE) SWW_WIID 20100609
2 Returning 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 Importing I_SIGNATURE Value transfer Type reference (TYPE) GRFN_MW_UI_SIGNATURE GRFNW_MSMP_C_UI_SIGNATURE-MSMP_UI UI Siganture for MSMP 20100609
2 Importing I_WI_ID Call by reference Type reference (TYPE) SWW_WIID 20100609
# Exception Resumable Description Created on
1 CX_GRFN_MSMP 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 Importing IT_ADDED_LI Value transfer Type reference (TYPE) GRFN_T_MSMP_LINEITEM 20100929
2 Importing IV_LANGU Value transfer Type reference (TYPE) SY-LANGU SY-LANGU Language Key of Current Text Environment 20100922
3 Importing IV_UPDATE_ALSO_TOP_WI Value transfer Type reference (TYPE) ABAP_BOOL 20100929
4 Importing IV_USER Value transfer Type reference (TYPE) SY-UNAME SY-UNAME User Name 20100922
5 Importing IV_WI_ID Value transfer Type reference (TYPE) SWW_WIID Work item ID 20100922
# Exception Resumable Description Created on
1 CX_GRFN_MSMP Generic MSMP Exception 20100922

Method UPDATE_WI_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_EDIT_CONTEXT Call by reference Type reference (TYPE) GRFN_MW_S_EDITABLE_CONTEXT 20100514
2 Importing I_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU Language Key of Current Text Environment 20100514
3 Importing I_USER Call by reference Type reference (TYPE) SY-UNAME SY-UNAME User Name 20100514
4 Importing I_WI_ID Call by reference Type reference (TYPE) SWW_WIID Work item ID 20100514
# Exception Resumable Description Created on
1 CX_GRFN_MSMP 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 Importing IR_CONTAINER Call by reference Object reference (TYPE REF TO) IF_SWF_CNT_CONTAINER Container - Implementation of a 'Collection' 20100928
2 Returning 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 CX_SWF_CNT_CONTAINER Exception in the Container Service 20100928
2 CX_SWF_CNT_ELEM_NOT_FOUND Element Not Found 20100928
3 CX_SWF_CNT_ELEM_TYPE_CONFLICT Type Conflict Between Value and Current Parameter 20100928
4 CX_SWF_CNT_UNIT_TYPE_CONFLICT 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 Exporting ES_EXEC_CONTEXT Value transfer Type reference (TYPE) GRFN_MW_S_EXECUTION_CONTEXT MSMP Execution Context for API and BWF 20100928
2 Exporting EV_SUBRC Value transfer Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20100928
3 Importing 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 CX_SWF_CNT_CONTAINER Exception in the Container Service 20100928
2 CX_SWF_CNT_ELEM_NOT_FOUND Element Not Found 20100928
3 CX_SWF_CNT_ELEM_TYPE_CONFLICT Type Conflict Between Value and Current Parameter 20100928
4 CX_SWF_CNT_UNIT_TYPE_CONFLICT 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 Importing IS_KEY Call by reference Type reference (TYPE) YS_WI_MSMP_CACHE_KEY 20100915
2 Returning RS_CACHE_ENTRY Value transfer Type reference (TYPE) YS_WI_MSMP_CACHE 20100915
# Exception Resumable Description Created on
1 CX_GRFN_MSMP 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 Importing 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 Importing 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