Application Development 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: 

Table Maintenance Event Creation - Authorization Error

GaneshRK
Participant
0 Kudos

Hi Guru's,

I have created an custom table and generated the table maintenance for the same. I need to have some validation on records into custom table. So, I have tired to create an Event in table maintenance. But it giving an authorization error "No data maintenance authorization; display only". Please let me know which role or authorization object need to be assigned.

Regards,

Ganesh R K.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello Ganesh,

This message is displayed when you do not have permission to modify.

Authority Check objects fails.

To know which authorization object is to look after the error transaction SU53

I hope you help.

3 REPLIES 3

Former Member
0 Kudos

Hello Ganesh,

This message is displayed when you do not have permission to modify.

Authority Check objects fails.

To know which authorization object is to look after the error transaction SU53

I hope you help.

0 Kudos

Hi Ganesh,

As Gavino said, it is completely an authorization issue.

Make sure the authorization Group , Function group(active) and screen number correct.

Note : Function group should be active in any case.

          If you do any modification in TMG, It is mandatory to recreate the TMG.

Hope UseFul,

Regards,

sudheer

Former Member
0 Kudos

Hi  Ganesh,

If you don't have any custom authorization group then please use &NC&( w/o auth. group) and create TMG with Event.

I think It will be work correctly.

Make sure when you create Event you table and TMG both are active mode.

Regards,

Prasenjit