cancel
Showing results for 
Search instead for 
Did you mean: 

Tax indicator in purchasing MEK1

former_member1021627
Participant
0 Kudos

Hi,

I try to create a condition record with tcode MEK1 AND with condition type MWST for input tax and sequences access :

Company Code

Country

Country

Tax indicator

but when I fill the field indicator message I have the following error message :

Tax indicator 1 not defined for country

Message no. 06693

I have already realized the customizing on tax indicator with OMKK for the material and the tax indicator.

I have entered theses inputs :

FR 0 Material 0%

FR 1 Material 100%

FR 2 Material 50%

And my second question is when I go to the field taxe code, I have no entry?

Please somebody coul help me?

Thanks in advance

Regards

Kari

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

This message was moderated.

mauro_bianchi
Active Contributor
0 Kudos

Hi Kari,

I've see that the error message displayed 06 693 does not contain any country code:

Tax indicator 1 is not defined for country . <<< Country code missing in message.

This is because it is filled using field komg-lland. Note the error is raised when the program is validating the combination

of country and material indicator against table tmkm1:

SELECT SINGLE * FROM tmkm1 WHERE taxim EQ komg-taxim

AND land1 EQ komg-lland.

At the time of doing this validation KOMG-LLAND is empty because ourtable does not use LLAND.

Please see note 307654 because it explain system does not check LLAND and it is a limitation. You can consider the exit

EXIT_SAPLMEKO_001.

Hope this can help

Regards

Mauro

Former Member
0 Kudos

I got around this by adding the indicator for country = Blank in OMKK (i.e. in addition to the entry for the country). This gets by this annoying message when creating the condition records.

former_member1021627
Participant
0 Kudos

Thank you for you response.

If I have understood, I have just to enter another line in blanck, like that :

FR

FR 0 Material 0%

FR 1 Material 100%

FR 2 Material 50%

Thank you

Regards

Kari

Former Member
0 Kudos

Actually, leave the country blanK:

__ 1 (i.e country = blank)

__ 2 (i.e. country = blank)

FR 1

FR 2