cancel
Showing results for 
Search instead for 
Did you mean: 

VENDOR_MAIN delta replication

Former Member
0 Kudos

Hi Experts,

Is there any practice how to update vendor changes from ERP to CRM 5.0?

(Business object: VENDOR_MAIN.)

Thanks in advance.

A

Accepted Solutions (1)

Accepted Solutions (1)

stephenjohannes
Active Contributor
0 Kudos

Anzett,

There is no standard BDOC object that does ECC to CRM delta replication. Honestly I don't know why this wasn't provided as we built a custom BDOC to handle this on CRM 40.

The other programs you mentioned, probably will have to be "copied" and modified to suit your needs. However honestly they personally don't work that great and are slower than dirt due to the reading the change document tables on the ERP side.

Take care,

Stephen

Former Member
0 Kudos

Hello Stephen,

Bad news, but finally we had the same conclusion.

Instead of BDoc development, we have been thinking scheduling VENDOR_MAIN initial download daily.

Anett

Answers (4)

Answers (4)

Former Member
0 Kudos

Hello Andrea,

With BBP_VENDOR_GET_DATA we have an issue: we are using vendor in CRM sales processes e.g. visit planning, therefore no any SRM organization data relevancy.

I checked the program, and that was the reason why I was not able to replicate.

Thanks for your hints.

A

Former Member
0 Kudos

Hello Manohar,

Thanks for the hints.

R3AC3 - delta update I assigned Object Class 'VEND', but the 'Funtion module' can not be maintain behind this object class.

Anett

Former Member
0 Kudos

Hi Annett,

there is a std program called BBP_VENDOR_GET_DATA.

You must set up SRM custominzing in CRM server and create an organizational structure of type purchase.

There a couple of trx code which are: BBPGETVD and BBPUPDVD, for creating and updating Vendors in CRM.

Please reward with points if it helps.

Regards,

AndreA

Former Member
0 Kudos

Hi

Use transaction r3ac1. select object name as vendor_main. Go to filter settings. Use table name as LFA1 and field as LIFNR and relationship EQ. Then enter the vendor number (append additional zeros for field length if required). Now go to r3as and enter object name as vendor_main and enter. Press Execute. To monitor the download use transaction r3am1 with object name as vendor_main.

for delta replication activate the vendor_main in R3ac4

Reward Points if hlepful

Regards

Manohar