cancel
Showing results for 
Search instead for 
Did you mean: 

Change in R/3 Vendor Master currency not replicated in SRM

Former Member
0 Kudos

Hi SRM Gurus,

We are in SRM 5.0 using calsssic scenario. The vendor master currency has been changed from MYR to SGD. Everyday, program BBP_VENDOR_GET_DATA_JOB is running in background to update whatever changes from R/3 to SRM. However when, requestor raised shopping cart in SRM, still the old currency is populated in backend PO.

Can you please help which table/FM can we check the vendor master currency in SRM and verify if it is actually updated by the background job?

Thanks and regards,

Madelyn

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi SRM experts,

As I have mentioned, we are currently running a daily batch job in SRM using BBP_VENDOR_GET_DATA which we've found out that this job is calling transaction BBPGETVD to replicate/upload new Vendors only from R/3 backend into SRM System,

Thus, to update of the existing vendors in SRM, we need also to run BBP_VENDOR_UPDATE_DATA_JOB.

Question is can we also run BBP_VENDOR_UPDATE_DATA_JOB as a background job without affecting BBP_VENDOR_GET_DATA? We are in SRM 5.0 and using classic scenario.

Hope for your kind advice. Thanks!

Madelyn

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

It should be no problem. There is another program BBP_VENDOR_SYNC. Please check [|]

Regards,

Masa

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Disha/Masa,

I have seen from the other related forum regarding vendor update in SRM the use of transaction BBPUPDVD and key in the specific vendor. Problem has been solved after running this transaction. The vendor currency is now updated.

Thanks.

Madelyn

Former Member
0 Kudos

Hi,

Looks like this job is updating all vendors from R/3 to SRM. Several errors logged in SLG1. Can we run this to update a specific vendor XXX only? Anyway the problem occurs only for this vendor XXX.

Please advise,

Thanks and regards,

Madelyn

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

I think you should run BBP_VENDOR_UPDATE_DATA_JOB for update.

Regards,

Masa

Former Member
0 Kudos

Hi,

BBP_VENDOR_UPDATE_DATA_JOB calls transaction BBPUPDVD (For update of existing Vendors in SRM from R/3 back-end.)

Related links ->

http://help.sap.com/saphelp_srm50/helpdata/en/56/54f137a5e6740ae10000009b38f8cf/frameset.htm

BR,

Disha.

Pls reward points for useful answers.

Former Member
0 Kudos

Hi Disha,

Thanks for your reply. Using FM BBP_VENDOR_GETDETAIL, we have noticed that WAERS is still MYR. Does it mean that R/3 changes (SGD) not synched with that of SRM?

Can you help on how to maintain/update this? Can we do it directly in SRM, can we have modifiable table to update the currency?

Thanks,

Madelyn

Former Member
0 Kudos

Hi,

You can use the FM "BBP_VENDOR_GETDETAIL".

You can also get all the vendor related info in tables "BUT000", "BUT001" and "CMRD_PARTNER".

HTH.

BR,

Disha.

Pls reward points for useful answers.