cancel
Showing results for 
Search instead for 
Did you mean: 

Error in account determination: table T030K

Former Member
0 Kudos

Hi

We are calling a routine in Pricing procedure to calculate VAT and using the condition record in the sales price. I have assigned an accrual key EVT in the pricing procedure and maintained G/L account determination in VKOA for combination of EVT and other account determination parameters. When iam posting an invoice to accounting, iam getting this error "Error in account determination: table T030K key EVENT".  There are no Ob40 settings need to be required since iam calculating the value from routine and posting into accounting document.

Am i missing something when calling a routine in pricing procedure.

The condition record properties are cond class D (Taxes)  and Calculate type B (Fixed amount).

In Pricing procedure the value is calculate and stored in KOMV-KWERT, the routine is storing the value in condition value and account key is EVT when i see in item condition details.

Appreciate your help in resolving this.

Thanks,

Vaishnavi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear Vaishnavi

There are no Ob40 settings need to be required since iam calculating the value from routine and posting into accounting document.

When ever there is Tax Condition you have to do the settings in OB40, to post in FI, regardless in whatever way you are calculating your condition value of that tax condition type.

In VK11/12 with your condition record please check weather you given tax code there and maintain the settings in OB40.

Check with the same and update.

Thanking you!

Ashish Mishra

Answers (3)

Answers (3)

jpfriends079
Active Contributor
0 Kudos

I agree with Lakshmipathi Sir.

Further, you can refer my suggestion in the following link, which might help in this error:

- http://scn.sap.com/thread/2122411

Regards, JP

Former Member
0 Kudos

Thank you everyone.

The error is resolved. As Mr. Ashish Misra said though iam using routine to calculate the VAT amount and assigning EVT accrual key for that, i have to maintain a condition record in VK12. I have maintained dummy value 0.01% as the tax percentage and tax code for VAT.

ajitkumar
Active Contributor
0 Kudos

i think if you are having conditon Class of tax type the GL should be in ob40. you will need to define the txn in OBCN too apart from SD area

Lakshmipathi
Active Contributor
0 Kudos

We are calling a routine in Pricing procedure to calculate VAT

Since it is a customised routine, you have to take the help of ABAPer, check in debug mode by executing VF02 where exactly system stops and give that warning.  But in standard, for VAT, you need to have data in OB40 for whatever Account Key you assigned in Pricing Procedure against tax condition types.  In your case, it would be EVT for which, I feel, there should be an entry in OB40 but I am not sure, based on what coding logic, you skip this control.

G. Lakshmipathi