cancel
Showing results for 
Search instead for 
Did you mean: 

Create condition table for tax code or tax procedure

MaxBrrlt
Explorer
0 Kudos
148

Hello SAP Community,

I would like to automatically enter a tax code in the "Invoice" tab of a purchase order.

image.png

I need to create a new condition table, which I will associate with an "Access Sequence" (OBQ2), which is associated with a condition type (OBQ1) which is associated with a tax procedure (OBQ3)

But I can't find the transaction allowing me to create a condition table for tax codes.

I know the transactions M/03 (Create condition table Pricing Purchasing) and V/03 (Create condition table Sales/Distribution). These transactions don't allow me to create a condition table for tax codes and associate it with a tax type condition (OBQ2)

image.png

Can you please tell me which transaction allows me to "Create Condition table for TaxCode or Tax Procedure"?

 

Thank you for your help,

Regards,

Max

Accepted Solutions (0)

Answers (2)

Answers (2)

jagdeepsingh83
Active Contributor

if your requirement is to default the tax code on the invoice here few steps you can tax 

1. You can make use of info records if you are comfortable with it 

2. or you can default tax code based on a condition type or condition table (what parameters will define the tax code)-- to determine the tax code in the PO--here is an example and steps for achieving that requirement 

1. Create a condition table(999) with the Key Combination Plant/Vendor/Tax Code in t.code: M/03

2. Create an access sequence(ZTX1) in M/07 and assign condition table(999)

3. Create condition type ZTX1 ( a copy of MWST) and assign access sequence(ZTX1) in it(M/06).

4. Keep new Condition type ZTX1 maintained in the Pricing Procedure(M/08).

5. Now, maintain the Condition Record in t.code; MEK1 with Condition type ZTX1 and keep

your Plant/Vendor/Tax Code.

Now, when you create a Purchase Order with a combination of company code and plant, the tax code will be defaulted on the invoice tab.

Sanan
Active Participant
0 Kudos

Hi,

Did you try to create a Condition Type as ZTAX/ZV2 and then maintain the Condition Records by T code MEK1? I hope this approach will fulfill your requirements.

Thanks,

Sanan Afridi