Application Development and Automation 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: 
Read only

Function Module or BADI available for vendor update

Former Member
0 Likes
980

Hi All,

Is there any Function Module or BAPI available for Update Vendor Data.

I need to Update a field in Vendor in UserExit.

Regards,

Hazam

5 REPLIES 5
Read only

Former Member
0 Likes
777

hi,

check the documentation for this below bapi

BAPI_VENDOR_EDIT

may be useful for u

Read only

former_member185932
Participant
0 Likes
777

The only Vendor user-exit that I'm aware of is enhancement SAPMF02K which can be viewed in transaction SMOD. This user-exit could be used to validate that certain fields have been populated before the Vendor can be saved.

Hope this helps.

Regards,

JB

Read only

0 Likes
777

use FM vendor_update to chnage the vendor data in 6 database tables .Also try doin vendor* in SE37 and u will find list of FM's which will be very useful to u

Thanks

Read only

0 Likes
777

psl reward points if u find the solution useful

Read only

0 Likes
777

I would be <b>very</b> wary of using function module VENDOR_UPDATE - this is an internal function module used by SAP and does not provide the safety of a user-exit. The function module directly updates the Vendor tables which is <u>not recommended</u>.