on 2009 Jun 17 2:30 PM
Greetings,
I've got a workflow that updates the minimum target quantity for an article.
I want to restrict this workflow to execute only on a specific transaction.
Please advise how to bind/pass SY-TCODE into a workflow
Thanks,
Doug -
Request clarification before answering.
Hi
Put a start condition to the workflow. Create a attribute in ur BOR and get the t-code in the attribute and pass this attribute in the workflow event at the starting conditon.
Regards
vijay
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What is the functional requirement?
If you don't want users to execute different transaction which causes the same events from happening you can also use authorizations.
Kind regards, Rob Dielemans
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can use Check function module also which you have to mention in SWE2 transaction code for your Workflow entry.
Another thing which is important that your Workflow should be event driven other wise you can use FM SAP_WAPI_START_WORKFLOW to trigger wflow and put the check before this FM execution.
Thanks
Arghadip
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
You have to Restrict Via Start Condition
You have to create a attribute, in the attribute you have to write a code, for that t.code Set the flag 'X' else null.
To Give the start Condition See the step 3.2 in this [link|https://wiki.sdn.sap.com/wiki/x/aYDUAw ] .
Regards,
Surjith
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
74 | |
30 | |
9 | |
7 | |
7 | |
6 | |
6 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.