on 2008 Jun 04 4:07 PM
Hi Experts,
How i can get the current Workitem Id and Workitem Text in my method.
I am able to get the Main Workflow id in my Method.
Through this Main Workflow id i can get the current Workitem Id using FM or through tables.
Is there any other way to get the Workitem Id ?
Using SWC_GET_ELEMENT statements in my method.
I am using swc_get_element container '_Workitem.WorkitemId' l_wi_id.
swc_get_element container '_Workitem.WorkitemShortText' l_wi_text.
But this is not working Please suggest.
Thanks in Advance....
Hi,
U should do the binding from the workflow container to task container
then use the swc_get_element statement to get the value of the workitem id in ur method.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can try to search with FM by giving SAP_WAPI* in SE37and pressing F4. You can also search this forums for answer as I remember this has been discussed.
Thanks
Arghadip
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
10 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.