cancel
Showing results for 
Search instead for 
Did you mean: 

Integrate Hybris with a Canto API (DAM )

former_member733017
Discoverer
0 Kudos
579

CANTO is a Digital asset management (DAM) is a system that stores, shares and organizes digital assets in a central location. Eg:( images, videos). I want to integrate this into Hybris, so that I can automatically load the images into Hybris using canto api . Any ideas? Please share.

View Entire Topic
former_member599277
Contributor
0 Kudos

Dear Sandeep,

Yes, you can integrate third party tools with SAP Marketing On-Premise .

Regrettably there is no guideline how to implement it.

To solve this you would have to implement your own class at the ABAP backend and register it at IMG customizing.

Transaction Code: SPRO

Path: SAP Marketing -> Campaigns -> Content Studio -> Set Up Digital Asset Management System

Please consider documentation at this node. It describes what else is to to (how to activate after development, RFC configuration, etc.).

https://help.sap.com/viewer/e68e4c8c856d429b85c2a7370c3553ae/2020.YMKT/en-US/2ec97f55bc94c816e100000...

Roughly described the new class must implement the interface IF_CUAN_ME_DAM_ACCESS.

You could derive the new class from any of the existing implementing classes delivered by SAP or just take the most matching one as a copy template (e.g. CL_CUAN_ME_DAM_GENERIC_ADAPTER).

Regards,
Saravana.