Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

PUSH BUTTON

Former Member
0 Kudos
101

i want hide push button

pls urgent.

thank's

anil

4 REPLIES 4

athavanraja
Active Contributor
0 Kudos
81

a little more details would be better. is it in dialog program or in report program?

in both the cases you would be using loop at screen.

but the place may vary.

loop at screen .

if screen-name = <name of push button> .

screen-active = '0'.

modify screen.

endif .

endloop .

Regards

Raja

0 Kudos
81

Make sure u are writing your code in OUTPUT.

I mean if you are in selection screen then write this code in AT SELECTION-SCREEN OUTPUT.

And if you are using Dialogue programming then write it in PBO.

Thanks & Regards,

Ankur

Former Member
0 Kudos
81

hi ,

you can assign a MODIF ID to the the push button .

the MODIF ID addition always assigns <key> to the SCREEN-GROUP1 column of internal table SCREEN..

<b>SELECTION SCREEN PUSHBUTTON <push>

USER-COMMAND <ucom> [MODIF ID <key>].</b>

loop at screen and use ..

if SCREEN-GROUP1 = <key>.
SCREEN-ACTIVE = '0'.
or SCREEN_INVISIBLE = '1'.

i hope this will work if i got yur problem right..

ps:reward points if helpful

regards

satesh

Former Member
0 Kudos
81

Hi Anil,

Can you please close this thread by awarding appropriate points for helpful answers..

thanks

satesh