cancel
Showing results for 
Search instead for 
Did you mean: 

Debugging HTML-Business (HTML-Template Integrated ITS-Scenario ITSMobile)

Former Member
0 Kudos

Hello everyone,

I am searching for a possibility to debug the HTML-Business-Part of a HTML-Template I generated for a dynpro.

My system is on level SAP EHP 1 for SAP NetWeaver 7.0 - I am using the Integrated ITS.

I am able to debug the ABAP-Part of the application but is it also possible to debug the HTML-Business part?

I would like to know the values of some variables in the HTML-Business part of the HTML Template.

Regards

Georg

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member228142
Active Contributor
0 Kudos

Hi Georg,

there is no real debugger for Business HTML available. You can dump all variables to the HTML page by setting the parameter itsp/devmode/contextdump to 1 in transaction SITSPMON. When this parameter is set you can add the parameter ~record=1 to the URL. Now you will see each HTML business context variable inside a HTML comment in the HTML source.

Hope that helps.

Best regards,

Klaus

Former Member
0 Kudos

Hi Klaus,

thanks for your very helpful answer!

Is SAP planning to implement debugging functionality for HTML-Business?

Regards

Georg