cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

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.

0 Likes
View Entire Topic
suresh_subramanian2
Active Contributor
0 Likes

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.