Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

va01 user exits

Former Member
0 Kudos

Hi experts,

I need to round the " net value " in the sales line item tab.

This is how the rounding should works.

1.01 -> 1.00

1.02 -> 1.00

1.03 -> 1.05

1.04 -> 1.05

1.05 -> 1.05

1.06 -> 1.05

1.07 -> 1.05

1.08 -> 1.10

1.09 -> 1.10

According to my sd functional consultant this round can be only solved by abapers.

Please guide me how to solve this issue.

Thank you indvanced.

regards,

s.saravannan

3 REPLIES 3

Former Member
0 Kudos

hai,

use this badi BADI_SD_V46H0001 method in badi EXIT_SAPLV46H_001.

use this f.m FI_ROUND_AMOUNT to roundoff the net value in badi.

shan.

Edited by: shan palani on Sep 30, 2008 9:24 AM

0 Kudos

Hi Saravanan.

Use the Badi 'BADI_SD_V46H0001' and create the implementation to call the function module. Call the function module below and pass the value to round up

CALL FUNCTION 'FI_ROUND_AMOUNT'

EXPORTING

  • AMOUNT_IN =

company =

currency =

  • IMPORTING

  • AMOUNT_OUT =

  • DIFFERENCE =

  • ROUNDING_UNIT =

Regards,

Saran

.

0 Kudos

Hi Saravanan.

to create the implementation use the transaction code SE19.

Regards,

Saran