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: 

BAPI to change Withholding tax info of Vendor

Former Member
0 Kudos
4,686

Hi,

My requirement is to change Withholding tax information of Vendors master.

In BDC recording the index of the table control record is used, which is not use ful.

Is there any BAPI/FM/Class which can be used to change the Withholding tax information of the vendor which can be used in background.

Regards,

Fatte

1 ACCEPTED SOLUTION

kesavadas_thekkillath
Active Contributor
1,087

You can use the class VMD_EI_API and its method MAINTAIN_BAPI.

The fields to be mapped can be found in

VENDORS->COMPANY_DATA->COMPANY->WTAX_TYPE.

4 REPLIES 4

former_member186491
Contributor
0 Kudos
1,087

Hi Fatte,

I'd rather suggest to opt for LSMW for this.

Thanks.

Kumar Saurav.

0 Kudos
1,087

Hi Saurav,

The change is part of program, so I require FM/Class which can change Withholding tax info.

Regards,

Fattesingh

former_member182546
Contributor
0 Kudos
1,087

kesavadas_thekkillath
Active Contributor
1,088

You can use the class VMD_EI_API and its method MAINTAIN_BAPI.

The fields to be mapped can be found in

VENDORS->COMPANY_DATA->COMPANY->WTAX_TYPE.