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

steps need to disable DELETE button from the view which is called by Tcode

Former Member
0 Likes
567

Hi Experts.

I have created one TCode YFCLOC2_IN, in that i am calling SM31 tcode and as default values as

VIEW NAME = V_T499S

UPDATE= X"

But my req is the "DELETE" button should be disable for the user.

so pls let me know how to do this.

Regards

Suresh

Hi Experts.

I have created one TCode YFCLOC2_IN, in that i am calling SM31 tcode and as default values as

VIEW NAME = V_T499S

UPDATE= X"

But my req is the "DELETE" button should be disable for the user.

so pls let me know how to do this.

Regards

Suresh

1 REPLY 1
Read only

Manohar2u
Active Contributor
0 Likes
384

Actually this view settings will not allow to disable 'delete' button . Check in this view in Maint. status tab its access currently is "read, change, delete and insert'.

If you want to really disable then you need to create your OWN view with 'read and change' option here.