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

authorisation group for custom table!!

Former Member
0 Likes
5,346

Hi,

I need to create a authorisation group for custom table (for field plant)....

whats the way out as i need to assign this auth group to the table...

Regards

Gunjan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,509

hi

good

This all depends. In some cases authorization groups must exist in a custom table before they can be used. This is true for table authorization groups (authorization group in table TBRG assigned to tables in table TDDAT via transaction SE54) and user groups (created in transaction SUGR). In some cases authorization groups are merely created when they are assigned to the object in a standard maintenance transaction (e.g. vendor master data, customer master data, material master data etc.) In other cases the authorization group has an optional validation table that is used in search helps but no where else (ABAP programs in table TPGP and TPGPT, report writer authorization groups (via table TBRG) etc. Authorization groups are essentially labels that you assign to objects (tables, programs, master data etc.) that allow authorization checks for access to the objects with the label.

go through this link

http://sap4.com/contentid-39.html

thanks

mrutyun^

Hi,

I need to create a authorisation group for custom table (for field plant)....

whats the way out as i need to assign this auth group to the table...

Regards

Gunjan

3 REPLIES 3
Read only

Former Member
0 Likes
1,509

This message was moderated.

Read only

Former Member
0 Likes
1,509

Please check transactions SU20 & SU21.

Kind Regards

Eswar

Read only

Former Member
0 Likes
1,510

hi

good

This all depends. In some cases authorization groups must exist in a custom table before they can be used. This is true for table authorization groups (authorization group in table TBRG assigned to tables in table TDDAT via transaction SE54) and user groups (created in transaction SUGR). In some cases authorization groups are merely created when they are assigned to the object in a standard maintenance transaction (e.g. vendor master data, customer master data, material master data etc.) In other cases the authorization group has an optional validation table that is used in search helps but no where else (ABAP programs in table TPGP and TPGPT, report writer authorization groups (via table TBRG) etc. Authorization groups are essentially labels that you assign to objects (tables, programs, master data etc.) that allow authorization checks for access to the objects with the label.

go through this link

http://sap4.com/contentid-39.html

thanks

mrutyun^