Application Development and Automation 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: 
Read only

Debugging abap from portal MSS application

Former Member
0 Likes
652

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

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
Read only

Former Member
0 Likes
592

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.

Read only

0 Likes
592

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

Read only

Former Member
0 Likes
592

Thanks everyone for the update.

Read only

Former Member
0 Likes
592

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