cancel
Showing results for 
Search instead for 
Did you mean: 

Pricing routine to multiply two condition type

Former Member
0 Kudos

Hi Gurus,

I have come across a scenario where i have to multiply value of two condtion to reach final price.

I have think of a solution just want to confirm if it will work or not:

Store the value of 1st condtion in subtotal XWORKF

Store the value of 2nd condtion  in subtotal XWORKG

Multiply XWORKF with XWORKG which will give total cost.

if xworkf ne 0.

    xkwert = XWORKF * XWORKG

  else.

    xkwert = 0.

  endif.

endform.

Please tell me can i use it or not ?

Any suggestion are welcomed.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

It will work. please check and confirm.

bsivasankarreddy_reddy
Active Contributor
0 Kudos

hi

its right code , first test your sand box, then you will conform

jignesh_mehta3
Active Contributor
0 Kudos

Hello Jalaj,

Yes. It can work. Require you to create a Sales Order & check.

Thanks,

Jignesh Mehta

Former Member
0 Kudos

hi,

jignesh, where we come across this scinario in real time...and explain why and how?

jagadeesh