cancel
Showing results for 
Search instead for 
Did you mean: 

Purchase Requisition Value

Former Member
0 Kudos

Hi all,

I'm Creating a Workflow for Purchase Requisition using BUS2105, Once workflow started it should check for PR Value in the particular activity. for this whether we need to create a new task or any existing one available. based on this check how can we send the extended notification.

eg: If Purchase value is 299-999 Approver 1

1000-1599 Approver 2

1600-2000 Approver 3.

I need to send mail for approver

Please help me for above details.

Advance Thanks!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks

former_member184495
Active Contributor
0 Kudos

Hi MT,

ur conditions wld be taken care if Release Strategy is in place.

Extended Notifications, u wld require to set in the system.

Aditya

Former Member
0 Kudos

Hi,

First of all I should Thank you for your Information!

Actually the setting which you specified one are done by Functional consultant, but now i need to check the single PR and it's value if PR value lies between 299-999 then I should send mail to APPR1, if PR value 1000-1599 it should send to APPR2... like this i need to do.

Initially I have Created a ZBUS2105 with subtype of BUS2105.

I need to get Value of PR value so I need to add a task and whether i need to write any code on to get PR value.

Please Help for this, I'm very new to Workflow environment.

former_member184495
Active Contributor
0 Kudos

Hi MT,

ask ur Func Cons. in Release Strategy there is a tab

Release Code where there is a column for Workflow, u can either set it as '1' or '9' ('9' if u using user exit for WF).

Once u do with this, activate ur WF template thru Event linkage.

Now do u mean that u need the PR Net Value (as net values are calculated in runtime, since PR tables doesnt have a net value field), if yes then in ur ZBUS2105 create a virtual attribute, and in a Zmethod calculate the net value.

Hope it helps.

Aditya