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

Re: Resist specified user to browse some fields in query

$
0
0

Hello,

 

You mean to say that you want to hide selection screen field's based on user logged on?(Sorry if i'm wrong.)

 

If so,please check this.

 

at selection-screen output.

  if sy-uname = ' username'..............

      loop at screen.
      case screen-name .

         when 'field names/parameter names'.

             screen-invisible = 1.
             screen-active    = 0.
            modify screen.
      endcase.

endif.

 

and vice versa.

 

 

Thanks

Katrice


Viewing all articles
Browse latest Browse all 9193

Trending Articles



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