Application Development 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: 

Problem changing Vendor and Tax

Former Member
0 Kudos

Hi Gurus! Greetings! I'm having a problem with a development. I have a Interface to create Master Data Vendor that work great! But I have a new requirement, and I don't know how to do this. <b>I need modification A withholding tax that exist!</b> Fe I have a Indicator for withholding tax type = IV (Service Tax) and Withholding tax code = I1 (1% tax), I need to change the value I1 to I2 (5%). I was looking for a function that to this and the most close was the function <b>FI_WT_READ_LFBW</b> this read the vendor withholding tax.

Very thanks for your help

Oscar.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Oscar.

Check the fm. FI_WT_CHANGES_LFBW_MASTER =>seems to be the one you are looking for...

Sajan.

Also check FI_WT_COMPARE_LFBW_MASTER .....the first one is not the right one..sorry.

Message was edited by: Sajan Joseph

6 REPLIES 6

Former Member
0 Kudos

Hi Oscar.

Check the fm. FI_WT_CHANGES_LFBW_MASTER =>seems to be the one you are looking for...

Sajan.

Also check FI_WT_COMPARE_LFBW_MASTER .....the first one is not the right one..sorry.

Message was edited by: Sajan Joseph

0 Kudos

Hi Sajan. I check your F.M but these only make comparations between the old and the new Values of Tax, but don't make the change.

Thanks

Former Member
0 Kudos

hi Oscar,

Then probably, you need to update/modify the table (i think LFBW or T059Z)....

i couldnt find any other useful funciton module in this direction.

Sajan.

0 Kudos

thanks Sajan, I'm searching for too, but I can't find a good one.

Former Member
0 Kudos

Hi

U can use the BI std RFBIKR00.

Max

0 Kudos

Thanks to Everyone!! At last I did it with a Batch Input!!! I don't like this much!! but... Don't find anything else!!!

Thanks!!!