Hello Experts,
There is existing custom program which taking input from excel file and by using POSTING_INTERFACE_DOCUMENT FM they are posting Vendor Doc.
Now they want to add with tax holding base amount to be add based on Tax Code. Through recording i got fieldname like WITH_ITEM-WT_WITHCD
(tax code) and WITH_DIALG-WT_BASE (BASE AMOUNT).
I'm using above field names and passing values to table of structure FTPOST, but its not working. is there any other way to make this work
i found one table of structure FTTAX (Taxes for Internal Posting Interface) can it be useful to achieve the goal????
Thanks in Advance to all.