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

How to debug Hybris Marketing UI ?

0 Kudos
1,157

Hi Experts,

I am new to Hybris Marketing and wanted to know how one can debug the UI of yMarketing.

Also, where can I get detailed documentation of yMarketing UI configuration and architecture ?

Thanks

Saurabh

Accepted Solutions (0)

Answers (2)

Answers (2)

MarkusLauff
Product and Topic Expert
Product and Topic Expert
0 Kudos

Dear Saurabh,

As you are asking for "debug the UI of yMarketing", I would understand that you are looking into a way to debug the client side part of our SAP Hybris Marketing solution.

To clarify, this client side part is build with SAPUI5 (the public open source version of it is called OpenUI5).
If you are yet not familiar with that, I can recommend to get started with

http://www.sap.com/community/topic/ui5.html

https://help.sap.com/saphelp_scm700_ehp03/helpdata/en/ec/699e0817fb46a0817b0fa276a249f8/content.htm

https://sapui5.hana.ondemand.com/#docs/guide/ec699e0817fb46a0817b0fa276a249f8.html

Debugging the client uses JavaScript Debugging. In Chrome and IE available as part of the Developer Tools. On Chrome you can get additional debugging support using the "UI5 Inspector" extension.

Kind regards,

Markus

Former Member
0 Kudos

Dear Saurabh,

If you have access to the Hybris Marketing application server (SAP), you can use external breakpoints to stop the processing.When the UI calls the code where you have set an external breakpoint, it will automatically stop. You might need to turn on system debugging.

Unfortunately I haven't found any clear documentation on which classes are used in which parts of the UI, so in my case (looking for the class that sends the campaign emails) there was quite some trial and error involved.

Maybe someone from SAP can enlighten us on whether there is some documentation somewhere.