cancel
Showing results for 
Search instead for 
Did you mean: 

MEKP rounding rule not work

former_member239632
Participant
0 Kudos

Hello all,

the rounding rule in MEKP not work. It is ignored. Any idea?

Thanks.

Regards.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

can u please tell me what rounding rule u are lookig for

If it is MM related let me know clearly

chris

Former Member
0 Kudos

Chris,

We are having the same problem. We have executed MEKP with each of the rounding rules in our system 001-Round to 0 dec place, 002-Rouding rule 002, 003-Rounding rule 003 and 004-2 digits after comma. We also created our own and have tested it with a breakpoint which was not hit. In all cases the results were the same. We have executed program RV80HGEN also.

Thanks, Julie

Answers (2)

Answers (2)

Former Member
0 Kudos

I just had the same problem... Here's what I did:

VOFM : Formulas->Rounding Rule to create new Rounding rule 601 (Customer Namespace).

Copied the code from Rule 4 and put a breakpoint in there.

Activated.

Ran MEKP for an arbitrary material/vendor combination, trying to increase by 60p the first time, then 15% second time. Breakpoint was not hit in either case.

Then I tried doing a currency conversion.

The breakpoint gets hit then.

So I think the rounding rule only gets hit in the case of currency conversion, which kind of makes sense.

If you look at the MEKP screen, the rounding rule is in the Change Currency block... so if you're doing a condition percentage increase or Absolute Amount, I don't think that the Rounding Rule gets invoked.

Hope that helps.

Former Member
0 Kudos

Hi,

MEKP is for price change in info records.

here u need give the material,vendor,plant,flag gross price,validity date,absolete amountthat is to be increased or the percentage of the increament.

rgrds...

former_member239632
Participant
0 Kudos

Hello,

all data needed for price increase/decrease are provided. Also the rounding rule. It seems that the rule is ignored. I try to set a break point but don't work.

Thanks.

JL23
Active Contributor
0 Kudos

the rounding rule is a coding, which is done in transaction VOFM, then from menu formula > rounding rules.

Make sure that the rounding rule is active.

whenever you changed a rounding rule, then you should execute the program RV80HGEN to mass generate and activate the defined rules.