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

Regarding SU21...

Former Member
0 Likes
551

In creation of authorization object in su21 ..for class should i use the one that is existing in the system or should i give a new class name there in??

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
516

You can create your own class - that's not a problem. It's only for grouping.

Actual checks (authorization) are done by the objects within the class.

3 REPLIES 3
Read only

Former Member
0 Likes
517

You can create your own class - that's not a problem. It's only for grouping.

Actual checks (authorization) are done by the objects within the class.

Read only

Former Member
0 Likes
516

It depends... If the existing class satisfies your condition you can use it or else you can use a new class.

Read only

Former Member
0 Likes
516

Hello,

Depends on the use of your authorization object. Take a look on this for more help:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a92195a9-0b01-0010-909c-f330ea4a...

Regards.