Application Development 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: 

S_DEVELOP & Debug mode

Former Member
0 Kudos

Hello,

How do I' change the auth object ( S_develop) to a debug mode only?

Thanks

Osama

1 ACCEPTED SOLUTION

Former Member
0 Kudos

You might Create 2 roles and assign to users on PRD on need basis.

1 is with Debug with Replace

Debug with Replace (Activity 02 and 03 ) Object type - Debug is not generally given in PRD system.

Activity 02, 03

Development class for Transpor *

Object name *

Object type DEBUG

Authorization group ABAP/4 *

2 nd with just display access - Debug Mode Only , the one you asked for.

Debug (Activity 03 ) and and Object type - Debug

Auth Object - s_develop

Activity 03

Development class for Transpor *

Object name *

Object type DEBUG

Authorization group ABAP/4 *

6 REPLIES 6

Former Member
0 Kudos

Hello Khalifa,

If I got you right then you want to give debug access only through S_DEVELOP.

For this give value DEBUG in the field Object Type in S_DEVELOP. In activity choose 01/02 if you want to give change in debug mode access and 03 if just display in debug mode. In production systems only display access should be given. In the remaining filed give * as value.

Assign the authorizations to relevant users.

Please award points if answer was helpful.

Regards.

Ruchit.

Former Member
0 Kudos

You might Create 2 roles and assign to users on PRD on need basis.

1 is with Debug with Replace

Debug with Replace (Activity 02 and 03 ) Object type - Debug is not generally given in PRD system.

Activity 02, 03

Development class for Transpor *

Object name *

Object type DEBUG

Authorization group ABAP/4 *

2 nd with just display access - Debug Mode Only , the one you asked for.

Debug (Activity 03 ) and and Object type - Debug

Auth Object - s_develop

Activity 03

Development class for Transpor *

Object name *

Object type DEBUG

Authorization group ABAP/4 *

0 Kudos

Hi Venkat,

If you give debug with 02 in production auditors will kill you.

Regards.

Ruchit.

0 Kudos

Hi,

S_DEVELOP would not be given to end-users.

This object is allocated to IT people, they should be familiar. The fact that it is only allocated on a temporary basis with proper approval.

Thanks

Purna

0 Kudos

we have an issue where S_DEVELOP is called for 03, debug. and we had to assign this to end users..

0 Kudos

Hi Jeff,

Which release are you on?

DEBUG is normally only checked when the user activates the ABAP debugging. There are a few hardcoded exceptions which check debug, but they might be there for a good reason - to warn you that you might be bypassing something and should think about it first - and consequently also think about giving it to anybody.

Cheers,

Julius