cancel
Showing results for 
Search instead for 
Did you mean: 

Error: Purchase tax code

Former Member
0 Kudos

Hi,

I have created following tax Combination

ED@10 %

Ecess@2%

Hcess@1%

VAT@4%

This combinations when applied in sales documents works fine but...

if i apply same in purchase document the tax amount is displayed as zero in Taxamount column.

can anyone guide what could be the reason.

swapnil

Accepted Solutions (1)

Accepted Solutions (1)

former_member187989
Active Contributor
0 Kudos

hi swapnil,

Tax Liable is defaulted to 'N' based on Tax definition(VATLiable) from Item master,

This Tax Definition field will be applicable to specific localization,

Run query

SELECT T0.ItemCode,T0.VATLiable FROM OITM T0

Based on value in tax definition in item master,tax liable will get populated at row level of marketing

documents,If it is 'Y',then TaxLiable will be 'Y',if it is 'N',then TaxLiable will be 'N'.

I think in 2007B item master Tax Definition field is set Default to 'N',

By table definition itself it is set to 'Y',You can't change it.

You can change manually tax liable in AP invoice from No --> Yes.

Above briefing is based after testing TaxLiable field in demo database.

Check TaxLiable default value in tables OITM,PCH1,

SAP B1 2007B Company Database Tables Reference chm file,

It will be in documentation of SDK.

Hope it clarifies the issue.

Edited by: Jeyakanthan A on Jun 13, 2009 12:27 PM

Former Member
0 Kudos

Hi,

Thanks for your valuable inputs.

Your information regarding VATLiable was very useful. Well in my OEC DB for 2007B this value is set as default to 'Y' in OITM. In my test company also it shows default as 'Y" for sales and some of the purchase items.

What i found was there was some problem with Item Groups. For some specific item groups this value was set as "N'. I have again created this groups which set the value to 'Y' and problem was solved.

swapnil

Answers (4)

Answers (4)

former_member187989
Active Contributor
0 Kudos

It may be localization specific.

Former Member
0 Kudos

Hi,

Any other solution which can manage this issue.

swapnil

former_member187989
Active Contributor
0 Kudos

Check this link

Former Member
0 Kudos

Hi Jayakanthan

I have checked the linked according to it " I have to setup Those BP with Tax Status as Liable instead of Exempt in BP master"

But when i access accounting tab for BP i am unable to see the option where i can set this Tax Status as Liable.

can you pls guide on the same.

swapnil

former_member187989
Active Contributor
0 Kudos

Check field Tax Liable --> Yes, make field visible & active using form settings.

Edited by: Jeyakanthan A on Jun 11, 2009 5:18 PM

Former Member
0 Kudos

Hi,

Thanks for reply. I have check this field and made active. Now the tax amount is displayed. By default the tax liable field shows " No" Is it possible to make it "Yes " by default.

swapnil

Former Member
0 Kudos

Hi Swapnil,

Can you be more specific what is the error ur getting.

Regards,

Gokul