cancel
Showing results for 
Search instead for 
Did you mean: 

Debugging in integrated ITS

Former Member
0 Kudos

Hi All,

How can I switch on debugging in Integrated ITS,

I mean WAS 7.0. If I put a break point in the code

the page goes for a dump. Do I need to maintain any

parameter/attribute for this?

Regards

Amitabh

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Make sure you use ~GENERATEDYNPRO not ~GENERATEDYNDPRO. I think there is a a typo in the thread.

Former Member
0 Kudos

Hi Amitabh

Can U be a bit specific on which application U need to debugg?

If it is BSP U can directly put the debugger in the code.

If it is an ITS service then find out the R/3 transaction code and go to the program and put a debugger and run the transaction in R/3 itself.

or check this link

Hope this wud help u out.

if U have any other concerns please let me know.

Award Points if helpful

Message was edited by: Biswajit Das

Message was edited by: Biswajit Das

athavanraja
Active Contributor
0 Kudos

in Se80 go to utilities->settings->ABAP editor->Debugging

and let us know whether it uses classic debugger or New debugger.

sometimes back i had problem using the new debugger and once i changed it to classic, the problem went away, but never investigated why it didnt work with new debugger.

Regards

Raja

Former Member
0 Kudos

Hi Disha,

It doesn't work with Integrated ITS in WAS 7.0.

I am still getting a dump. Please suggest an another

solution.

Regards

Amitabh

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.

BR,

Disha.

Pls reward points for helfpul answers.