cancel
Showing results for 
Search instead for 
Did you mean: 

Debuging sap transaction iview

Former Member
0 Kudos

Hi,

Mayby someone here knows -

is there a way to debug a sap transaction iview?

(as there is a way to debug the rfc functions)

Thanks.

Ruthie.

Accepted Solutions (1)

Accepted Solutions (1)

athavanraja
Active Contributor
0 Kudos

<i><b>is there a way to debug a sap transaction iview?</b></i>

just place a normal break point in the program (attached to the transactino code) and if you now call the transaction iview it will trigger the debuggin -(both in case of wingui or webgui - not sure about java gui)

<i><b>(as there is a way to debug the rfc functions)</b></i>

to debug RFC FMS, place an external (HTTP) break point inside the RFC source.

Regards

Raja

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Raja,

Thanks - the external break point didn't work.

I opened an OSS regading this problem.

Thanks.

Ruthie.

Former Member
0 Kudos

Hi Raja,

I use SAPGUI for HTML.

I did place a normal break point in the program

and nothing was triggered when I called the transaction iview.

Thanks.

Ruthie.

athavanraja
Active Contributor
0 Kudos

are you using integrated ITS or standalone ITs.

if its integrated you can do it using external (HTTP) break point . (sorry about wrong info. in my previous post)

Regards

Raja