cancel
Showing results for 
Search instead for 
Did you mean: 

MEK1 condition type to update agreement

Former Member
0 Kudos

Hi all,

In our organization we need to maintain for an array of materials the condition type Z100 (Tax)  that will be valid in WK contracts.

Such as:

Material     Z100

M1000          10%

M1001          15%

M1002          10%

M1003          15%

M1004          8%

Now, this Z100 condition value is changed periodically and each material should be assigned its own new value.

Instead of changing this condition value in the contract itself, I thought about maintaining it in MEK1 so the new tax code value will be retrieved to the contract.

I've defined an access sequence (tried both with contract/item or vendor/material) but couldn't succeed to get the values into the contract.

What am I missing?

Thanks,

Limor

Accepted Solutions (0)

Answers (1)

Answers (1)

Prasoon
Active Contributor
0 Kudos

Hi,

   If its valid only for WK document type, add the document type field (BSART) in the condition table in M/03.

   Sorry, I couldnt understand what you meant by "I thought about maintaining it in MEK1 so the new tax code value will be retrieved to the contract." Could you please elaborate?

    The condition wont be automatically redetermined in the PO once you change condition record. You may redetermine the pricing if required. Please elaborate the details, so that we can analyze further.

Regards,

AKPT

Former Member
0 Kudos

Here is the scenario / wish list:

We have a basic price PB00 for material: 10 USD, which is maintained in the WK contract.

This price is updated, say every month, according to an index.

Say:

Basic index X =100 points

June +0.5%

July +0.1%

August -0.2%

etc.

Now, we want to have the basic price 10 USD maintained in the PB00 and a Z100 condition type that will reflect the accumulative change in the index each month so it will look like this:

On July 1st

PB00 10

Z100 0.005

Total price 10.05

On August 1st

PB00 10

Z100 = 0.00605 (1.005 * 1.001 - 1)

Total price 10.06005

etc.

Of course one option is to maintain the Z100 as a condition type in the contract itself.

I was wondering if I can acheive the same effect by maintaing it in MEK1 like this.

Each month we will enter in MEK1/2 new validity periods and new amount for all materials.

Is it possible?

Thanks!

Former Member
0 Kudos

Any hints?


Former Member
0 Kudos

You want to change the prices periodically and then want it reflect in the contract right? It does not happen automatically, you will need to run a report periodically RM06ENP0. This report will determine if there are any conditions that have changed, and gives you an option of updating the contract with the information. You can also create a variant and run it only for document type 'WK'. I have attached the documentation for this report.

Former Member
0 Kudos

Thanks Manosij!

I tried to exexcute RM06ENP0, but it didn't seem to capture the condition I've mainteind in MEK1 (Key combination of "contract item").

My purpose, is to have in the contract, say PB00 10 USD and Z100 10%.

Then, when updating the new Z100 to 15% in tran. MEK2, I would like this program RM06ENP0 (or any other one, for this matter) to capture and update this 15% in the contract itself.

Cheers.