Hi Experts,
My Dev client is150 and Testing Client is 160.
Using my user id I enter into Dev client(150) & make the necessary changes.
Now in portal I am testing with test user id(eg-tst_usr01).
As my id & test user id is diffent that is why whenever I am putting debug-point in 160 and testing in portal it is not entering into the de-bugging mode that is why I put external debuger in the client 150 by writting the following code-------
If sy-uname = 'tst_usr01'.
BREAK-POINT.
Endif.
Now when I am going to execute it from portal end(in client 160) I am unable to enter into the debugger.
Please help me out how to put external debugger
Regards,
Anindita