cancel
Showing results for 
Search instead for 
Did you mean: 

Price variance workflow for blocked invoices in MM purchasing

Former Member
0 Kudos

Hi Gurus,

We are implementing price variance workflow for blocked invoices. We built a custom workflow to

take care of the routing requirement of the customer.

We also did necessary customization defining the tolerance limits for price variance. Before testing the workflow wanted to check events in SWEL and its is found that system doesn't raise any event for price/ quantity block and hence the workflow is not triggered at all.

Event trace active flag is set in SWELS. I am not able to figure out what we are missing.The invoice gets created correctly with the price/quantity blocks and blocked invoices are available when we see in Tcode 'MRBR'.

Any suggestion will be highly appreciated.

Edited by: srinivas bejjanki on Jan 29, 2009 10:34 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member185167
Active Contributor
0 Kudos

Hello,

Are other events showing up in SWEL? If so, then the event trace is on, and the problem is that your event is being raised.

Which BO and which event is this? You may have to put code in a user exit to raise the event for price/quantity block.

regards

Rick Bakker

Hanabi Technology

Former Member
0 Kudos

Yes, I am seeing other events being triggered in SWEL.

The BOR is BUS2081 and the event that should be raised is 'BlockedPrice'. Since this is a stadard Business Object and standard event I am sure no coding is reqd in user exit.

Thanks.

Edited by: srinivas bejjanki on Jan 30, 2009 12:07 AM

former_member185167
Active Contributor
0 Kudos

Hello,

Sorry - in my post above it should read:

"the problem is that your event is NOT being raised"

If you raise BUS2081.BlockedPrice using SWUE, does it show up in SWEL?

regards

Rick Bakker

Hanabi Technology

Former Member
0 Kudos

Hi

I just tested raising the events thru SWUE and that doesn't show up either.

But I have seen workflows getting triggered when events are raised thru SWUE.

What could be the reason the only these events are not seen in SWEL while other events are seen.

Thanks for the help.

former_member185167
Active Contributor
0 Kudos

Hello,

So you are absolutely sure the event trace is on. If you try SWUE with some other event, you see the entry in SWEL, dated a few minutes ago, correct?

When you try SWUE with BUS2081.BlockedPrice does it give any message?

Does SWUE work with any other BUS2081 event?

regards

Rick Bakker

Hanabi Technology