Hello
I am having the problem with debugging BSP application.
I'm developing one application. I enable the HTTP debugging for user1(Normal R/3 user) in r/3 side and set a break point. Now i login to my application using a web browser as user2(not an R3 user, but a user whos details are stored in a Z table).The application is not stopping at the break-point which i had set in my ABAP program. Any help??
Regards
Sriram
Please post this question in BSP Forum. You have a better chance of getting your question answered.
I am not sure, how you map user2 to user1, but unless and until, you are entering into R/3 as user1, I do not think, it will stop at your breakpoint in ABAP Program. Hard code a statement :
break-point.
in your ABAP Program and check again. However, in this case, anyone who accesses this program directly or indirectly will confront this breakpoint. So be sure to remove that statement after testing.
Breakpoints in 4.7 are placed on the basis of user.
Regards,
Subramanian V.
Hey i did hardcode break-point. but it was not stopping there. So what i did is just put one infinite loop so that my web page juss hangs. In one of the process in which this particular event is handle(sm50), we can start debugging the same program and can come out of this infinite loop. Thats it.. way to gooo
bye
Add a comment