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

S_DEVELOP authorization object

Former Member
0 Likes
1,661


Our company restrict the authorization of debug. I know the authotizationg object is s_develop. But I do not know what the authorizationg control. What is the risk of the debug?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,077

Hi Zhang,

Due to security reasons, debugging access to production system might be restricted.Because in production server the client live data exists .There are chances that while debugging one can edit the entries and commit work,which impacts on client data(business).

Regards,

Manasa Veena P.

4 REPLIES 4
Read only

former_member182354
Contributor
0 Likes
1,077

Hi,

    If its in production system, then they are right in doing so as in debug you can change values and run anything.

Raghav

Read only

0 Likes
1,077

Thanks for your advise. Then I want to know what the risk of the debug authorization is .

Read only

0 Likes
1,077

Hi Huiyong,

                 When you debug a program you can change he values in debug mode...for ex: if that is a debit memo being issued to customer address then in program you can change the address to your address and the debit memo would reach your home instead of customer's address.

                  To avoid that Security would not give debug access in production system and even if some clients agree to debug authorization they would remove the access to change the variables in debug.

Raghav

Read only

Former Member
0 Likes
1,078

Hi Zhang,

Due to security reasons, debugging access to production system might be restricted.Because in production server the client live data exists .There are chances that while debugging one can edit the entries and commit work,which impacts on client data(business).

Regards,

Manasa Veena P.