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

Re: Hiding of input field in subscreen

$
0
0

Hi priya


PROCESS BEFORE OUTPUT

module change_screen.




______________________________________________


module change_screen output.


if sy-ucom = <button_name>

loop at screen.

if screen-name = <field_name>.

     screen-active = 0.

     screen-invisible = 1.

modify screen.

endif.

endloop.

endif.

endmodule.




Viewing all articles
Browse latest Browse all 8538

Trending Articles



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