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 object in SE54...

Former Member
0 Likes
1,127

Can anyone tell me how to use authoriztion object in SE54?

I am using a custom tcode for table maintenance generator for a custom table and I want to put certain checks while maintaining the table.

Can anyone tell me the right way to do it?

Thanks,

Amrita

Can anyone tell me how to use authoriztion object in SE54?

I am using a custom tcode for table maintenance generator for a custom table and I want to put certain checks while maintaining the table.

Can anyone tell me the right way to do it?

Thanks,

Amrita

4 REPLIES 4
Read only

Former Member
0 Likes
918

Hi ,

you should write a code at EVENT of this table maintainnace generator..

Follow the path :

click on Environment -> Modification -> Events

Read only

0 Likes
918

Thanks, yes i do know about that.... environment->events->create a perform

but i want to know under what event and what kind of code has to be written for putting checks...

Has anyone done this before?

Read only

Former Member
0 Likes
918

Hi. You can use authorization group also.

SE54-Generic object-Field "Authority group".

This group checked by authority object S_TABU_DIS which should be included into user authoruty profile.

Read only

Former Member
0 Likes
918

I have created a table maintenance generator and want to grey out ceratin fields or dsable input for certain fields. How can I acheive this?