on ‎2013 Oct 17 6:58 AM
Hello Experts,
We are developing workflow for Engineering change management.
1.Developed workflow for general notification number using BOR - BUS7051
2.Developed workflow for Change Master using BOR - ECM.
Problem I'm facing is in 2nd workflow i.e Change Master.
When a person creates a change master through t-code IQS2 that time only i have to trigger the workflow means if general notification number is available for that particular ECN.
If a person creates it by using t-code CC01 that time i dont want to trigger a workflow.
How can I restrict the workflow from triggering through CC01.
Also I wanted to know how the link is created between General Notification and Change master.I didnt find any table for this.
Please kindly suggest .
Thanks & Regards
Prajyot D.
Request clarification before answering.
Check function module in SWE2 will help you...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Prajyot !
If workflow shouldn't be triggered when change master is created from CC01, create a start condition or check function module for the same i.e., IF SY-TCODE = 'IQS2'.
This will allow the workflow to get triggered only when change master is created from the transaction IQS2 and not from CC01.
Regards,
S.Suresh.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
What WF you are usin.
You can take the help of Check FM in SWE2 to trigger workflow only for specific TCODE.
There are lot of document SCN how to use Check FM
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 7 | |
| 6 | |
| 4 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.