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

Table maintenance views

Former Member
0 Likes
1,074

How can we ensure that no entries in the table can be deleted using the table maintenance view? but display change anf create function should be there.

Thanks in advance

prem

1 ACCEPTED SOLUTION
Read only

Peranandam
Contributor
0 Likes
1,047

wrong answer Chintan,

cinbasis guy will help you on this..

Do one thing first make one authorization object and assign the same to Table Maintainnance view when creating it..

now basis guy will assign the create and changes rights to it so only that functionality will work..

you need to exclude 'DELETE' button form TMG screen. refer below link for excluding DELETE status from TMG.

https://forums.sdn.sap.com/click.jspa?searchID=-1&messageID=7354231

Regards,

Peranandam

7 REPLIES 7
Read only

Former Member
0 Likes
1,047

Hi...

basis guy will help you on this..

Do one thing first make one authorization object and assign the same to Table Maintainnance view when creating it..

now basis guy will assign the create and changes rights to it so only that functionality will work..

Hope this will help u.

Regards,

Chintan.

Read only

Peranandam
Contributor
0 Likes
1,048

wrong answer Chintan,

cinbasis guy will help you on this..

Do one thing first make one authorization object and assign the same to Table Maintainnance view when creating it..

now basis guy will assign the create and changes rights to it so only that functionality will work..

you need to exclude 'DELETE' button form TMG screen. refer below link for excluding DELETE status from TMG.

https://forums.sdn.sap.com/click.jspa?searchID=-1&messageID=7354231

Regards,

Peranandam

Read only

Former Member
0 Likes
1,047

Hi Prem, Go to Maintainance View screen in change mode and DISABLE/DELETE the Delete button.

Regards

Shital

Read only

0 Likes
1,047

Good theory.

Hi Prem, Go to Maintainance View screen in change mode and DISABLE/DELETE the Delete button.

If you debug Maintenance screen, you will come to know how SAP is bringing pf status to Maintenance screen. If you want to know more details refer link provided in above.

Regards,

Peranandam

Read only

Former Member
0 Likes
1,047

Hi,

With the help of authorization object we can resrict the users from deleting and creating the entries in the table maintaince view.

Read only

Former Member
0 Likes
1,047

Hi ,

You can create a transaction variant for the same . SHD0 transaction and disable the Delete button.

Regards,

Deepthi

Read only

0 Likes
1,047

Creating transaction variant only applicable for transaction assigned with module pool program. I dont know why most of the people are suggesting transaction variant for hiding status in TMG screen.

If you are seeing program type of TMG is 'FUNCTION POOL'. Hence it is not possible to creating transaction variant for this kind of program.

Regards,

Peranandam