cancel
Showing results for 
Search instead for 
Did you mean: 

How to stop triggering an work flow based on Document type

Former Member
0 Kudos

Hi Friends,

I have got a requirement where in the work flow should not be triggered in ECC when purchase requisition's document type is 'EC'.

The work flow id is WS90310002 for business object BUS2105.

Thanks in Advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member554978
Active Contributor
0 Kudos

Just insert the start condition for your workflow in SWDD->Basic data-> start events...

There you will have an icon for start condition...click that and select the document type and select the NE button and put EC

Then your workflow will not get triggered for EC document type

Former Member
0 Kudos

Thank you swaminathan that was very help full answer , but i donot have Document type in the container , how do i create it ?

former_member554978
Active Contributor
0 Kudos

If Document type is not available in standard BOR....Then you have 2 options....

1. You have to write a check FM and write you own logic for finding out doc type and you shoud raise an exception accordingly...

2.You can extend the BOR BUS2105 and create a virtual attribute for doc type and the you can use this in start condition....

I think first you should give try at option 1....