Skip to Content
0
Jun 20, 2018 at 12:52 PM

sap classes to categories

72 Views

Hi

I'm using sap integration on hybris 6.6. I'm having problems when the class of the product is changed in sap. In datahub during determine supercategoies it will determine all previous classes even if they don't exist in the last clfmas idoc final CanonicalItem canonicalCategoryProduct = canonicalItemService .findLatestValidItem("CanonicalCategoryProduct", keys, pool); if (canonicalCategoryProduct != null) { final Collection) canonicalCategoryProduct.getField("categoryParent"); it will return all categories, and not the one from the latest idoc sent.

I already putted last patch for 6.6 erpproduct, it's the same berhavior.

Regards,

Florin