2014 Dec 03 9:43 AM
Hi All!
Kindly need ur help
i want to get the tax rate, below is the logic
i did try to get the data through join table, but, it cant.
Thanks and Regards
liyana
2014 Dec 03 10:07 AM
Hi Liyana,
You should select knumv from konv to a itab first. Then use itab to :
select ekko join ekpo
FOR ALL ENTRIES IN itab
ekko-knumv = itab-knumv.
regards,
Archer
2014 Dec 03 10:07 AM
Hi Liyana,
You should select knumv from konv to a itab first. Then use itab to :
select ekko join ekpo
FOR ALL ENTRIES IN itab
ekko-knumv = itab-knumv.
regards,
Archer