‎2006 Dec 20 8:02 AM
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
‎2006 Dec 20 8:06 AM
hi,
check the documentation for this below bapi
BAPI_VENDOR_EDIT
may be useful for u
‎2006 Dec 20 11:59 AM
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
‎2007 Jan 03 4:02 PM
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
‎2007 Jan 03 4:03 PM
‎2007 Jan 03 4:06 PM
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>.