Tuesday, June 18, 2013
If a Work Item is sent to multiple users, reserving allows the Work Item to be in your inbox and vanishes away from inbox of other users.
Use function module : SAP_WAPI_RESERVE_WORKITEM
Function Module: SAP_WAPI_PUT_BACK_WORKITEM
Replacing the workitem again allows the workitem to be visible to the multiple users who got the workitem initially.
Use function module : SAP_WAPI_RESERVE_WORKITEM
CALL FUNCTION 'SAP_WAPI_RESERVE_WORKITEM' EXPORTING WORKITEM_ID = L_WID IMPORTING RETURN_CODE = L_SUBRC.
Replacing the workitem again allows the workitem to be visible to the multiple users who got the workitem initially.
Followers
Popular Posts
- ABAP - ALV Report example with steps
- ABAP - Step by step tutorial on Smart Forms - Template Node
- ABAP - Sending email with pdf attachment
- SAP Adobe Form - Steps to create simple ADOBE Form and calling it from ABAP Program
- SAP ABAP - CL_ABAP_CHAR_UTILITIES class usage
- ABAP - Multiple value selection from F4 help for SELECT-OPTIONS
- Execute ABAP Report using SUBMIT statement
- ABAP - Select all or Deselect all in ALV or Check box handling in ALV
- Web Dynpro ABAP ALV - ON_CLICK event
- ABAP - Dynamic WHERE clause
0 comments:
Post a Comment
Your useful comments, suggestions are appreciated.Your comments are moderated.