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: 

Disable icon

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Regards

Prabhu

jaideeps
Advisor
Advisor
0 Kudos

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..