‎2005 Dec 05 10:56 AM
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
‎2005 Dec 05 11:56 AM
‎2005 Dec 05 12:05 PM
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
‎2005 Dec 05 12:14 PM
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
‎2005 Dec 05 12:26 PM
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