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

authorization group,function group

Former Member
0 Likes
798

friends while creating a table maintenance view it's asking authorization group

and function group ,what are those things and what to provide there.plesae tell me

in detail.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
504

Hi,

You can assign authorization groups to tables to avoid users accessing tables using general access tools (such as transaction SE16). A user requires not only authorization to execute the tool, but must also have authorization to be permitted to access tables with the relevant group assignments. For this case, we deliver tables with predefined assignments to authorization groups. The assignments are defined in table TDDAT; the checked authorization object is S_TABU_DIS.

You can assign a table to authorization group Z000. (Use transaction SM30 for table TDDAT) A user that wants to access this table must have authorization object S_TABU_DIS in his or her profile with the value Z000 in the field DICBERCLS (authorization group for ABAP Dictionary objects).

Function group to which the maintenance modules are to belong. One function group can contain maintenance modules for several tables or views.

– Authorization group

– Maintenance type (one or two-step)

– Maintenance screen(s) (one or two-step maintenance type, resp.) numbers

Regards,

Ferry Lianto

1 REPLY 1
Read only

Former Member
0 Likes
505

Hi,

You can assign authorization groups to tables to avoid users accessing tables using general access tools (such as transaction SE16). A user requires not only authorization to execute the tool, but must also have authorization to be permitted to access tables with the relevant group assignments. For this case, we deliver tables with predefined assignments to authorization groups. The assignments are defined in table TDDAT; the checked authorization object is S_TABU_DIS.

You can assign a table to authorization group Z000. (Use transaction SM30 for table TDDAT) A user that wants to access this table must have authorization object S_TABU_DIS in his or her profile with the value Z000 in the field DICBERCLS (authorization group for ABAP Dictionary objects).

Function group to which the maintenance modules are to belong. One function group can contain maintenance modules for several tables or views.

– Authorization group

– Maintenance type (one or two-step)

– Maintenance screen(s) (one or two-step maintenance type, resp.) numbers

Regards,

Ferry Lianto