cancel
Showing results for 
Search instead for 
Did you mean: 

Picking Tax values in Smart Forms

Former Member
0 Kudos

Hi all

We ve developed a smart fom for invoice print out. In that we want to bring the service tax, Ecess and HEcess values from the sale invoice. Currently the tax value, Ecess and HEcess are hardcoded and calculated.

Is that possible to bring those values in Header conditions to smart form? If yes from which table I should bring that.

regards

Gan

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member266852
Active Contributor
0 Kudos

Hi

Hope you are abaper and can understand the below logic of getting value of your service tax, excise etc. value from your condition type.

Go to SE11 -


> Pass the table -


> VBRK-----> Pass your billing doc. no. and execute----> GET the doc. condition no.

Pass the table KONV in SE11

pass your doc. condition no. there (here you can pass your condition type also if you want to see particular condtion type's value)

execute

here you will find the all condtion type which is used in invoice, Now take the your service tax, excise etc. base value and tax value for output.

<<text removed>>

Regards

Shambhu Sarkar

Former Member
0 Kudos

I am an SD guy. I got the doc condn no from VBRK. This field is common for VBRK and KONV. I gave this input to my ABAPer. Thus the issue is solved.

Thanks a lot.

regards

Gan