Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

tax document

Former Member
0 Likes
581

Hi,

i have in my application (FM) in input, data of bkpf and bseg, i must have in return tax segment data that will generate from data input, what i calculate this segment (tax) data? do you have any idea?

thanks in advance.

Luca

4 REPLIES 4
Read only

Former Member
0 Likes
546

nobody help me?

Read only

andreas_mann3
Active Contributor
0 Likes
546

Hi Luca,

i don't get your problem exactly.

1) if you want to generate tax data - use

fm CALCULATE_TAX_FROM_GROSSAMOUNT

or CALCULATE_TAX_FROM_NET_AMOUNT

2) if you search for tax data

select table bset with key = bseg-data-key of GL account

regards Andreas

Read only

0 Likes
546

Hi Andreas,

my problem is to show in a structure data like i can see in simulate mode of FB01:

1) vendor line

2) accounting line (1...n)

3) tax data

Read only

0 Likes
546

Hi Luca,

then you can calculate your tax with the named fm's in my 1st posting and you can show it with structure bbtax or RTAX1U15

Andrreas