cancel
Showing results for 
Search instead for 
Did you mean: 

Get VAT% from KONV

Former Member
0 Kudos

HI All,

I want to get vat% from KONV table, but there in the filed KBETR it is showing 190 when I see in the transaction it is showing 19%. I can get the amount calculated at VAT%(19) on 90.72 is 17.24.

I can get the calculated amount 17.24 but I am not able to get VAT% i.e 19.

Please let me know how to get VAT%, is there any table. Even I cant get from KONP also.

you will get reward points for this answer

-Venkat

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

When getting the percentage value from KONV table ...always divide the value by 10..

IF KONV-KBETR = 'A'. " If the condition is for percentage.

  • Divide the condition rate by 10.

IF NOT KONV-KBETR IS INITIAL.

KONV-KEBTR = KONV-KBETR / 10.

ENDIF.

ENDIF.

Reason for this.

-


SAP stores the value with 2 decimals in the table KONV..

But in the online screen you can enter up to 3 decimals..

Example.

-


If you enter 10.001 in the enter...The table KONV will be stored as 100.01

So to get the percentage divide the value by 10.

Thanks,

Naren

Former Member
0 Kudos

Hi Naredran,

GREAT!!!!! It solved my problem. I am thankful to your reason.

Please let me know how to reward the points.

Thanks once again

-Venkat

Former Member
0 Kudos

hi Venkat...

Can you tell me how to get Vat Value from KONV table...

send details how you got this values.........

thanks and regards

Nagaraju

Answers (1)

Answers (1)

ferry_lianto
Active Contributor
0 Kudos

Hi Venkat,

Please check this FM.

RECP_FI_TAX_CALCULATE

VAT_CALL_PRICING

VAT_CHECK_TOLERANCE

VAT_COMPLETE_ITEM_CONDITION

VAT_COMPL_ITEM_COND

VAT_DISTRIBUTE

VAT_SET_MANUALLY_GLOBAL.

Regards,

Ferry Lianto