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

Debug authorization in S_DEVELOP

Former Member
0 Likes
4,935

Hi,

I am working on ECC 6.0

I need authorization to debug an RFC session in our production environment. I checked the authorization details for S_DEVELOP (all fields are given '*' including 'ACTVT') . The same authorizations exist in Quality and Development, there i can debug the RFC session.

Can anybody please let me know why i could not debug in production even though the authorizations are same as in development and quality.

When I checkd the documentation for S_DEVELOP, it stated that for object DEBUG there are some separate activaties in which '90' is for debugging HTTP and RFC sessions. If this is so how to maintain this. Are these activities are different from the activities in S_DEVELOP.

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,470

Please refer the OSS note 668252 [click here|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=668252]

4 REPLIES 4
Read only

Former Member
0 Likes
2,471

Please refer the OSS note 668252 [click here|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=668252]

Read only

Former Member
0 Likes
2,470

Hi Praveena,

Please have a look in the below link

http://help.sap.com/saphelp_nw70/helpdata/EN/de/6b0d9cf34d11d3a6510000e835363f/frameset.htm

Use DEBUG /PROG as Development object type

regards

Anand.M

Read only

Former Member
0 Likes
2,470

The note is very useful. But in my system for external debugging it is given as '90 copy' instead of '90 transfer'. I changed the activity, but still i am unable to debug in production.

Read only

0 Likes
2,470

You can also protect dialog type users from being debugged using the user type itself, and but the authority to be debugged (as this is checked for the user who is doing the debugging).

To achieve this, set the paramater profile abap/ext_debugging_possible to 1.

This might have been done in your system (you can check it in RZ11).

If this is the case, then for the user ID you are setting the external break-point for (or terminal-point), make sure it is of the type 'SERVICE' in its own logon data tab in SU01.

Another possibility is that someone else is currently debugging. Then the system will tell you to have a coffee and come back later (or similar message :-).

Cheers,

Julius