cancel
Showing results for 
Search instead for 
Did you mean: 

sap pricing

Former Member
0 Kudos

Hi SAP Gurus

Please guide me to complete this requirement.

Calculation of freight costs on the basis of total order value on header level

If the value of the order is below the Specified value maintained in the scales of the condition records of condition.

Re-calculation of condition if the quantity in an order is amended or if items are added / deleted from an order.

Delivery charge to be shown on invoice and charged when the first item is invoiced.

Thanks

Edited by: dasariashok on Jul 31, 2011 8:55 AM

Accepted Solutions (0)

Answers (2)

Answers (2)

jignesh_mehta3
Active Contributor
0 Kudos

Hello,

1. Calculation of freight costs on the basis of total order value on header level

Ans. Insert a Header Condition for Freight (which will be manual) & in column BasTy (Alternative formula for condition base value) enter Standard routine - 4 (Net Value + Tax) or other routine as the requirement may be...

2. If the value of the order is below the Specified value maintained in the scales of the condition records of condition.

Ans. As the above Freight is a header it would be manual condition & there will be no condition record. Thus with help of ABAPer copy the above Routine (4 - Net Value + Tax ) & insert a code to check the minimum Order value before calculating Freight.

3. Re-calculation of condition if the quantity in an order is amended or if items are added / deleted from an order.

Ans. With help of ABAPer apply a User Exit - User_Exit_Save_Document which will check whether the Sales Order is changed & recalculate the Prices on saving & give a on-screen message..

4. Delivery charge to be shown on invoice and charged when the first item is invoiced.

Ans. Output are design with Smartforms (which are nothing but ABAP develop Z-Forms). Once again woth help of ABAPer insert a ABAP code in Smartform which will check if line item 0010 is Invoiced, then display the Delivery charge...

Hope this helps,

Thanks,

Jignesh Mehta

Former Member
0 Kudos

Hi...

Can u explain ur requirement in more detail .