Skip to Content
0
Sep 07, 2010 at 01:52 PM

Hide a push button on a module pool screen

4261 Views

1. I have created a function module in which i am calling screen 0100.

2. The FM has two import parameters Flag1 and Flag2

3. This screen 0100 has 3 PushButtons on it(say Button1 , Button2 and Button3)

4. Depending upon the parameter passed to the Flag1 and Flag2 field i have to hide or display the PushButtons

How do i achieve this?