We have a WF2 which is linked to BUS2012 with a custom event and WF1 is linked to RELEASESTEPCREATED event of BUS2012.
WF2 is suppose to trigger when the PO value increases and reset the release which then would trigger RELEASESTEPCREATED, PO value is verified from with the custom BOR method in BUS2012 after reading EINKBELEG.
All this works fine, but the issue is that the WF2 gets triggered in QA when the text is changed or Release is completed on PO. Questions is WHY and how can this be stopped because this does not happen in DEV, WF2 is not triggered in DEV when the text is changed or when the Release is completed.
I see an event getting triggered from SWEL in QA after the release is completed, whereas DEV does not have this event.
I did verify almost everything from PFTC, SWO1, SWEC, SWE3, SWB_COND and SCDO.
What am I missing?
Thank you.