cancel
Showing results for 
Search instead for 
Did you mean: 

Debugging the webdynpro abap application from portal.

Former Member
0 Kudos

I developed a WebDynpro application and integrated in portal. I have to catch some portal events.For that i have written some code in my application. I tried to debug the application from portal by using all the available break-point types.but we could not .

Anybody have an idea how to debug a WebDynpro application from portal.

Thanks,

Kumar.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Its solved . We implemented the following SAP note

Note 1386082 - ICF: External debugging does not work

Former Member
0 Kudos

Hi,

You need to set external breakpoint for debuggin WD ABAP application.

Also in older NW releases you need to activate your user for external debugging using transaction SRDEBUG.

In new releases only setting up of external breakpoint will do the needful.

Check on this.

Regards

Manas Dua

Former Member
0 Kudos

Hi,

Its a latest release. i tested with all the avialable breakpoints.( session,external,hard coding ) etc. But no use.

Former Member
0 Kudos

Hi

Few links to check:

a) Check on number of R/3 sessions opened at a time.

b) Check that user ID configured in portal using System Mapping Under 'Delegate User Administration' is the same user for which you are setting external breakpoint in backend system.