on 2004 Sep 24 12:17 PM
Hi,
does anyone know, how to debug a public bsp application?
I'd like to debug my own login bsp, but I'm not able to activate debugging for the system user.
thanks a lot,
Claudia
Hello Claudia,
i know this problem, debugging the login application.
You have forgotten something. The application runs under user SAPSYS in client 00, You have to log on in client 00, setting the break-point for user SAPSYS. If it doesn't exist, your system administrator has to create one.
There is no other chance.
Best regards,
Stefan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Claudia,
the user SAPSYS is not a dialog user. What you need is a "normal" dialog user for client 000. Then you have to logon with this user in client 000 and set the breakpoint for user SAPSYS.
Hth, Bernhard
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hallo Claudia,
There is one of two techniques/ideas:
(1) set the break-points in name of the public user. When on a BSP page in SE80, use menu Help>Settings (Hilfsmittel>Einstellungen). You are interested in the tab ABAP-Editor and then Debugging. There you can configure the user for which the breakpoints must be set. Only problem with this is that everyone now runs into your breakpoints.
(2) Run the "public" application under your name. It will only run public if you supply no authentication information. So you close all browsers. Start browser new, and add ?sap-user=X&sap-password=Y onto the URL. Do this only for testing.
Do not forget to assign points. Still <b>today</b>! We need them to pay for a ! Maybe you want also to participate?
brian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Brian,
I've already tried out both idea:
(1) It is not possible to activate debugging for the system user "sapsys". The system says, that it does not know this user.
(2) If I run the application under my name, I'm already logged in and therefore the login application behaves in a different way.
Any other ideas?
Hi,
You might try setting a user in transaction SICF under path sap->bc->bsp->sap-><name of your bsp app>.
Then set the debug settings according to Brian's info:
>(1) set the break-points in name of the public user.
> When on a BSP page in SE80, use menu Help-->Settings
>(Hilfsmittel-->Einstellungen). You are interested in the
> tab ABAP-Editor and then Debugging. There you can
> configure the user for which the breakpoints must be
> set.
> <b>Only problem with this is that everyone now runs</b>
> <b>into your breakpoints.</b>
Set the checkbox for IP matching, this will prevent others to run into the breakpoint.
Greetings,
Vincent
User | Count |
---|---|
72 | |
10 | |
10 | |
10 | |
10 | |
8 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.