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: 

How to by-pass standard tolerance check in MIRO tcode

0 Kudos

Dear Experts

I am getting the following error when do MIRO.

Balance not zero: 104.12-  debits: 104.12  credits: 0.00

    Message no. M8534

    Diagnosis

The system has discovered a difference between the debits and credits. This difference lies outside the tolerance limits set.

Currently I had written code for custom tolerance check in the BADI  invoice_update and method CHANGE_BEFORE_UPDATE.

IF_EX_INVOICE_UPDATE~CHANGE_BEFORE_UPDATE.

Even there is difference in amount (credit / debit ) i need to post.

or

How to by-pass the standard tolerance check ?

any idea?

1 ACCEPTED SOLUTION

Juwin
Active Contributor
0 Kudos

Check the enhancement MM08R002, user exit name: EXIT_SAPLMRMC_001

Thanks,

Juwin

10 REPLIES 10

Juwin
Active Contributor
0 Kudos

Check the enhancement MM08R002, user exit name: EXIT_SAPLMRMC_001

Thanks,

Juwin

0 Kudos

Hi Juwin,

I'm getting the below message while trying to create an project in CMOD. Any help

Hi

Juwin
Active Contributor
0 Kudos

Meaning someone in your system has already implemented this. Please make your changes in that project.

Thanks,

Juwin

0 Kudos

   Hi Juwin,

Im getting stopped due to the below error..

HI

0 Kudos

Its not an error. Its a warning. Just press Enter and go ahead.

Thanks,

Juwin

0 Kudos

Im trying to edit but the system is not allowing to enter into   INCLUDE ZXM08U19

0 Kudos

What do you mean by this? Please follow the steps to implement the user exit, and you should be OK.

thanks

0 Kudos

i followed the steps and went inside the EXIT_SAPLMRMC_001 to add my custom code on INCLUDE ZXM08U19. But the system is throwing warning message and not able to write my code

0 Kudos

Warning message can be skipped. It doesn't stop you from doing anything.

0 Kudos

thanks Juwin im able write now