on 2008 Oct 22 8:47 PM
Hi All,
I want to read the active instances of the workflow. Is there any FM or table from where i can get this. Also how to read the Workflow container variables from it.
I have a custom workflow with custom BO. I need to check the active instances of the workflow before triggering a new instance and also compare the date values from the active workflow container.
Regards,
Mohan
Programmically you can retrieve the active workflows for a particular BOR obj instance using SAP_WAPI_WORKITEMS_TO_OBJECT.
To read the container you can use FM SAP_WAPI_READ_CONTAINER.
Best Regards,
Trevor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think you can check with transaction Code SWI2_FREQ and just provide your Wflow template number with WS in front and select subworkflow.
Thanks
Arghadip
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
i think you can use transaction SWI1.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Mohan check 'information' transactions SWI* . You will find what you need.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
67 | |
11 | |
10 | |
10 | |
9 | |
9 | |
6 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.