cancel
Showing results for 
Search instead for 
Did you mean: 

Pricing Routine

Former Member
0 Kudos

Hi Gurus,

My requirement is the Frieght should be calculate if the order value is less than or equal to 10,000 USD. I have created one new routine for frieght condition but before netvalue this routine is firing. Please help me where should i maintain this logic.

I am need to create this logic for Order BAPI.

Thanks in advance.

Chandra sekhar. A

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi there,

Put your freight condition (HD00 for eg) type after the net value in the pricing procedure. Also in the requirement routine pit a condition that the system compares the value in Net value which is stored in sub total KOMP-KZWI2. If KOMP-KZWI2 <= $10000, only then HD00 should apply.

Make sure that you put your HD00 after net value in the pricing procedure.

Regards,

Sivanand

Answers (2)

Answers (2)

Former Member
0 Kudos

It is solved.

Lakshmipathi
Active Contributor
0 Kudos

Please dont add any such comments to close your OLD threads. You can just click the Answered button.

thanks

G. Lakshmipathi

Former Member
0 Kudos

hi

if your subtotal for net value in pricing procedure is 3, then create a requirement in VOFM for your freight:

sy-subrc = 4.

check: KOMP-KZWI3 > '10000'.

sy-subrc = 0.