on 2021 Mar 03 3:03 AM
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.
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.).
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
33 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.