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

Re: Based on value selected using F4 , disable another field

$
0
0

Hi,

 

Based on Field1 value you can enable disable field2 using below code.

 

At Process before output event,

 

IF field1 is not initial.

LOOP AT screen.

if screen-name = 'FIELD2'.

screen-input = 0.

modify screen.

endif.

endloop.

endif.

 

Hopes it helps you.

 

Thanks,

Ashok.


Viewing all articles
Browse latest Browse all 9063

Trending Articles



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