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 abap from portal MSS application

Former Member
0 Kudos

Hello All,

I am trying to debug abap code from portal application (MSS). I put external breakpoint in the abap code and when I enter information on front end PCR form and submit, it is not stopping at my break point. I did research on SDN and went to untilities-->settings and all the settings seems to be fine. Please let me know if have any updates on this issue.

Thanks.

Mithun

4 REPLIES 4

former_member188685
Active Contributor
0 Kudos

R3 user id and Portal user id are linked. If the users are linked then only you can debug. Are you logging with same user in portal and R3.

0 Kudos

Hello Mithun,

Find out what user id is used by portal to communicate with R/3. If it is an RFC user id set external break point for that user else if it is the same portal login user, set the external break point for the same user id.

Regards

Farzan

Former Member
0 Kudos

Thanks everyone for the update.

Former Member
0 Kudos

put HTTP break point in ur FM (SAP-R/3).