cancel
Showing results for 
Search instead for 
Did you mean: 

How to suppress tax calculation in condition type

Former Member
0 Kudos

Hi all,

is there a way how to suppress tax calculation in SD billing?

The tax is calculated in external system and sometimes I need to transfer this tax to SAP as it is

calculated in external system via flat file upload (Billing invoices are posted from this file).

We have a customer condition type ZMWS specified in system (t-code v/06).

(calculation type = 'A' -> percentage).

I want to post billing invoice with following content:

Amount: 1000

Condition ZMWS - Output tax: 19%

Condition value: 200 (this is the requested result. System should allow value 200 instead of 190).

Any idea is appreciated.

Thanks a lot.

Regads,

Petr

Accepted Solutions (1)

Accepted Solutions (1)

claudia_neudeck
Active Contributor
0 Kudos

last reaction was before 2 month

Answers (3)

Answers (3)

former_member75904
Discoverer
0 Kudos

Hi Petr,

I have exactly the same problem.

Do you have already found a solution or a workaround?

Regards

Andreas

Lakshmipathi
Active Contributor
0 Kudos

Check Note 105621 - Authorization check for the condition screen

G. Lakshmipathi

former_member75904
Discoverer
0 Kudos

Excellent.

Thank you

Andreas

Former Member
0 Kudos

Hi;

I am suggesting a small alteration in condition type. You can maintain the required condition type where you are putting the values as tax condition. Go to V/06 select condition type & But make sure that the condition type should have Manual entry has priority in Manual entries & tick the value field.

This will enable you to put external values in condition type.

Regards;

Avinash

Former Member
0 Kudos

Thanks a lot for this answer but it is not working in my case.

We have following setting in V/06:

Cond. class: D

Calcutal. type: A

Cond. category: D

Group cond.: X

Manual entries: C

Header condit: X

Item condition: X

Value: X

Access seq. : MWST

Thanks for any other idea.

former_member217082
Active Contributor
0 Kudos

Hi Peter

As you said that the tax is calculated by the external system then don't maintain the TAX condition type record (in VK12).If you maintain it will flow from sales order to billing .So make sure that the tax condition type wont come in sales order also

Regards

Srinath

Former Member
0 Kudos

Just a small remark...

We don't use sales order at all. We just transfer invoices from external system via flat file to SD billing module via function module GN_INVOICE_CREATE.

former_member217082
Active Contributor
0 Kudos

Hi peter

What you are telling is you will be creating sales order and doing delivery & PGI and then transfer Invoices from External system via flat file , So whoever creates sales order they should not maintain the tax .

You can also chcek with the following user-exit . This will help you to solve your problem if the sales order data is not flowing

USEREXIT_FILL_VBRK_VBRP (Module pool SAPLV60A, program RV60AFZC)

This user exit is only called when the billing document is created.

Regards

Srinath