cancel
Showing results for 
Search instead for 
Did you mean: 

Debugging of HTML Business in IAC templates

Former Member
0 Kudos

Hi All,

I have trouble with an ITS template, which causes a dump. So I'd like to debug the HTML Business of this template.

I already found out that I cannot use SAP@WebStudio which was the appropriate tool for releases prior to 6.20, as we are running on 7.0.

Anyone an idea how to debug ITS templates?

Best regards

Wolfgang

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks for the answer,

but I only got from the mentioned note that it describes the debugging of the underlying ABAP coding. I want to debug the HTML coding of the actual ITS template.

Best regards

Wolfgang

Former Member
0 Kudos

Hi,

If you are using the Internal ITS,here are the steps.

-->Go to 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.

Also see Related note :870454

HTH.

BR,

Disha.

Pls reward points for helpful answers.

Former Member
0 Kudos

Hi Wolfgang,

SAP note 722735 is a good point to start.

Regards,

Dieter