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

Re: Screen validation in module pool

$
0
0

Hi,

 

Loop At screen.

Endloop

 

This will loop into each field of your screen. And within this loop you can set the properties of the field like, visible, editable, active etc.

 

For your requirement you can loop at the screen in PBO and check the field name and make it either editable or not editable.

 

Example:

 

  LOOP AT SCREEN.

     IF screen-name EQ <fieldname1> and fieldname1 = 'X'.

       IF screen-name eq <filedname1>.

        screen-input = 1.

        MODIFY SCREEN.

      ENDIF.

     ENDIF.

   ENDLOOP. 


Viewing all articles
Browse latest Browse all 8995

Trending Articles



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