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: 

Only delete option in table maintenance

Former Member
0 Kudos
106

Hi experts,

I have a Z-table for which the table maintenance is generated.

However I want the user to be able to see only the "delete entry" button in the toolbar (no add or change entries option).

Please let me know how can this be achieved.

3 REPLIES 3

former_member282968
Contributor
0 Kudos
72

Hi Dawood,

You can edit the screen flow logic of the table maintainace generator program.Add a custom PAI module and write your code to restrict the user based on the function code selected.By this way you can make the user not to change and add an entry.

With regards,

0 Kudos
72

Also, you can apply your own GUI Status in your PAI. Remove the additional buttons and automatically, USer will not have any access to "Add" or Change Buttons.

Try using Set- PF status XXX Excluding option to modify your screen..

- Harshad

0 Kudos
72

Hi Harshad,

The regeneration of maintenance will overwrite every thing written in PAI or PBO . Its better to do as i suggested here http://scn.sap.com/thread/3179023