cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

question on catalogs?

Former Member
0 Likes
237

Hi Friends

How to automatically update supplier data, contract data and product data from SRM to CCM. Is it possible through badi bbp_cat_call_enrich or /ccm/CTLG_Enrichment. Which is preferred.

regards

Yshnavi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Hi Yshnavi,

you can implement the Business Add-In (BadI) Transfer Additional Parameters (BBP_CAT_CALL_ENRICH) to transfer additional parameters from the SRM Server System to the catalog. In this BAdI, you can determine multiple name-value pairs that are then transferred to the catalog when it is called up. Also, if the format of generic parameters is to be changed you can use this BAdI to convert these parameters.

Thanks!!!

Vivek

Former Member
0 Likes

Thanks Vivek

I think we can also use Badi BBP_CCM_CHAR_MAINT to transfer additional parameters from EBP to CCM/MDM. Now which is preferred.

Regards

Yshnavi

Former Member
0 Likes

Hi,

I would suggest to prefer the BADI BBP_CAT_CALL_ENRICH.

Thanks,

Vivek