Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8356

Re: Check Box Selection

$
0
0

Thank You All For Your valuable Suggestions...

 

Below is the code i Have developed...as per My Requirement..

 

So the users abap and hbtabap only can view the check box and can untick that remaining all users can view this in dispaly mode..

 

 

AT SELECTION-SCREEN OUTPUT.
   IF sy-uname EQ 'ABAP' OR sy-uname EQ 'HBTABAP' .
   ELSE.
     LOOP AT SCREEN.
       IF screen-name CS 'p_chk'.
         screen-input = 0.
         MODIFY SCREEN.
       ENDIF.
     ENDLOOP.
   ENDIF.


Viewing all articles
Browse latest Browse all 8356

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>