Hello,
I'm trying to accomplish quantity rounding in material reservation process.
I have found that this can be accomplished by using EXIT_SAPLRMPU_007,
but I am wondering if this can be done without ABAP coding, not that it is a
problem to code this custom rounding, but it just seems unlikely that SAP
has left a gap in this area.
I have tried with rounding profiles which work for SD and PO, PR documents,
but it seems not to work with material reservations - MB21.
Can you please suggest the method to utilize the rounding?
My example is as follows:
- We want to create a reservation for SLoc to SLoc transfer, mvt. type 311
We will use it to create a material document to transfer goods from WM to non-WM loc.
- Material is packed in qty of 1375 KG on pallet, we only issue this material on pallet
for reservations, but for other purposes we can issue less than pallet, so we can't use
PAL as base UoM
- While creating the reservation, we need the system to behave like this:
* Enter 1400 KG, round down to 1375 (if up to 20% more than pallet round down)
* Enter 1800 KG round up to 2700 kg (from 21 to 99% we round up).
- Is this possible in config or I need to use the user exit and custom coding?
If I must use user exit can you tell me is EXIT_SAPLRMPU_007 the right one to use
and when is it invoked?
Thank you very much for your constructive responses!
Mihailo