cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI which can work for transaction BBPGETVD

Former Member
0 Kudos

Hi

I have to develop a program to replicate vendors from R/3 to SRM and create user id & password for them. Transaction BBPGETVD serves the purpose to replicate vendors, but I don't want to use BDC. Can anybody let me know whether any BAPI is available for this.

Nilesh

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

I found the following two more BADI definitions which might help.

BBP_GET_VMDATA_CF

and

BBP_GET_VMDATA_IBU

Pls reward suitable points.

Regards

- Atul

Former Member
0 Kudos

Hi

You can refer to following set of BADIs..

BBP_BADI_SUPP_MONI Switch On Vendor Monitor

BBP_BUHI_VD_CHECK Vendor Hierarchy

BBP_MS_USER_DELETE Delete (Lock) Buyer or Vendor User in Marketset

BBP_MS_VENDOR_CHANGE Change Vendor TP in MarketSet

BBP_MS_VENDOR_CREATE Create Vendor TP in MarketSet

BBP_MS_VENDOR_DELETE Delete Vendor TP in MarketSet

BBP_MS_VENUSR_CHANGE Change Vendor User in MarketSet

BBP_MS_VENUSR_CREATE Create Vendor User in MarketSet

BBP_SRM_USER_CHANGE Change Buyer or Vendor Users

BBP_VENDOR_CND Implementation for BBP_VENDOR

Try out which one gets invoked once you create/change/delete a new vendor from R/3 system

Regards

- Atul

yann_bouillut
Active Contributor
0 Kudos

Hi Nilesh,

What about BAPI_BUPA_CREATE_FROM_DATA ?

Kind regards,

Yann