Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Debugging HTML of an internet service in integrated ITS

soumya_jose3
Active Contributor
0 Kudos

Hi,

Is there anyway to debugg the html of an internet service in integrated ITS. I know how to debugg the abap code of the internet service, but I want to debugg the html code.

Is there any way.

Thanks & Regards,

Soumya.

2 REPLIES 2

franois_henrotte
Active Contributor
0 Kudos

I think you mean "debug javascript" because HTML is not an execution language...

anyway there is a way to debug javascript, but this is not part of SAP tools

look at this address for some tutorial: <a href="http://www.jonathanboutelle.com/mt/archives/2006/01/howto_debug_jav.html">http://www.jonathanboutelle.com/mt/archives/2006/01/howto_debug_jav.html</a>

Former Member
0 Kudos

Hi,

To debug in internla ITS:

-->Transaction SICF.

Select service

Change service settings and insert parameter ~GENERATEDYNDPRO=1.

Find program to debug. E.g. SE93. Enter bbpsc01

-->Display and get Program field (SAPLBBP_SC_UI_ITS)

Execute SE38 and enter program name.

Turn HTTP Debugging ON. Utilities-Settings-Debugging. Click Actv and username.

Add HTTP Breakpoint. Display source code and select Utilities-breakpoints-set.

On “External Debugging” select ‘HTTP Breakpoint’.

-->Remember to remove breakpoints, deactivate debugging and remove parameter GENERATEDYNPRO.

Can run program RSBREAKPOINTS to find which programs you have breakpoints set in.

Regards,

Vikram.S