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

Re: inactive field

$
0
0

Hi,

Try like this,

 

In PBO,

 

loop at screen.

if screen-name = field_name.

   screen-input = 0.

    modify screen.

endif.

endloop.

 

For resetting the fields.

 

if sy-ucomm = 'RESET'.

if screen-name = field_name.

   screen-input = 1.

    modify screen.

endif.

endif.

 

Regards,

Riju Thomas.


Viewing all articles
Browse latest Browse all 9212

Trending Articles



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