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

Disable icon

Former Member
0 Likes
647

I want to disable an item availability chk icon for certain users in TC-VA01.

Wht shd b the code for icon disability.Not Screen only Icon.

I want to disable an item availability chk icon for certain users in TC-VA01.

Wht shd b the code for icon disability.Not Screen only Icon.

2 REPLIES 2
Read only

Former Member
0 Likes
596

create transaction/screen variants from SHD0 and assing user group to it.

Regards

Prabhu

Read only

jaideeps
Product and Topic Expert
Product and Topic Expert
0 Likes
596

hi,

DATA: itab TYPE TABLE OF sy-ucomm.

APPEND 'DELE' TO itab.

APPEND 'PICK' TO itab.

SET PF-STATUS 'STA3' EXCLUDING itab.

you can use exculding with pf-satuts and call the necessary icons for disabling..

thanks

jaideep

*reward points if it is useful..