cancel
Showing results for 
Search instead for 
Did you mean: 

Doubt about catalog transfer badi

Former Member
0 Kudos

Hi all,

When we select the catalogs and add it to the shopping cart items

then bbp_catalog_transfer Badi gets triggered . Let me know in which structure item details exist whether it is

CATALOG_CONTENT or ENRICHED_ITEM_DATA.

In our system with old catalogs before both the CATALOG_CONTENT and ENRICHED_ITEM_DATA structure should have SC item details but after uploading new catalogs only CATALOG_CONTENT is filled.

Please let know why only CATALOG_CONTENT is filled why not ENRICHED_ITEM_DATA .

or is it depends on some conditions.

Regards,

Neelima

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

thanks

robin_janke
Contributor
0 Kudos

1. catalog_content is what is returned from the catalog.

2. ENRICHED_ITEM_DATA is obsolete

3. use ET_SC_ITEM_DATA for changing SC items (set the parameter EV_SC_STRUCTURES_USED)

If the ET structure is not filled check catalog_content_errors for errors during the transfer of items.

Regards,

Robin