cancel
Showing results for 
Search instead for 
Did you mean: 

How to display Tax for each line item in Report

former_member431487
Participant
0 Kudos

Hello Experts,

My requirement is to display Tax for each line item in Invoice for a new Report that we are developing. I checked in BSEG but it does not display Tax for each line item separately. Can we use any Function Module to calculate Tax for each line item in Invoice and display it in the Report?

Regards,

Karan

Accepted Solutions (1)

Accepted Solutions (1)

moazzam_ali
Active Contributor
0 Kudos

Hi

Please check in VBRP-MWSBP field. There will be tax value in this field for every line item.

Thank$

Answers (4)

Answers (4)

former_member431487
Participant
0 Kudos

Thanks everybody for your help. I am using MWSBP field as suggested by MoazzaM.

Former Member
0 Kudos

Hi Karan,

     Try BSET table. And also try this Function Module

      CALCULATE_TAX_FROM_NET_AMOUNT

      CALCULATE_TAX_FROM_GROSS_AMOUNT

Regards,
Karthick

former_member186385
Active Contributor
0 Kudos

Hi,

From the table VBRK-VBELN get KNUMV, document condition and with KNUMV goto KONV and get MWSK1 which is the tax code

Generally Tax code is used only for the tax conditions such as MWST

Input KONV-KNUMV and KSCHL as MWST and get MWSK1

regards,

santosh

Former Member
0 Kudos

Dear Karan,

if you want to how to tax for each line item, then go for KONV table KPOSN, this is line item no, take KSCHL(condition type) will show you the taxes foe each line item in the report.

Regards,

Abdul Rahim