This is a very common problem we face sometime in case of external debugging. Generally after testing any object we often get the problem is happening for 1 user but not for other one. But we don't have access to other users login id. In that how to set up a breakpoint for another user ?
We can do that easily. Generally this type of issue happens in external debugging case. Lets say you have portal access for certain user TEST1. But for SAP login, TEST1 does not have SE38 access.
In such scenario we can login to some id where SE38 access is there and set break point for ID TEST1.
Go to settings and follow the below steps:
Then choose the DEBUGGING tab
Now change the USER ID to TEST1 and save the settings.
Now if you set external break point and you can see break point will trigger for TEST1.