cancel
Showing results for 
Search instead for 
Did you mean: 

Rounding In Cash Sales Pricing

Former Member
0 Kudos

hi,

I have the following problem:

We have a pricing procedure used for normal sales which should have no rounding on it, but the same pricing procedure is used for cash sales which must be rounded down to the nearest 5c.

Any idea how to get this to work only for cash sales order type, without affecting other order types.

Accepted Solutions (0)

Answers (2)

Answers (2)

Lakshmipathi
Active Contributor
0 Kudos

Since in your case, the same pricing procedure is used for all the sale order types, you can try with any of the following sale order user exits

User exits in the program MV45AFZZ - USEREXIT_READ_DOCUMENT or

User-Exits in program MV45AFZB - USEREXIT_CHECK_VBAP

where you can have a logic on sale order type such that the rounding down should work only for the cash sale order type. Tell this logic to your ABAPer and ask him / her to try with any of the above user exits.

thanks

G. Lakshmipathi

Former Member
0 Kudos

hi

You need to have a separate pricing procedure for cash sales

for this u can copy the existing pricing procedure and rename it and change the things as per ypur requirement for rounding off the values for cash sales

regards