cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Workflow : Engineering Change Management

prajyotp_demapure
Participant
0 Likes
1,823

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.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Likes

Check function module in SWE2 will help you...

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.

anjan_paul
Active Contributor
0 Likes

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