Application Development and Automation 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: 
Read only

PUSH BUTTON

Former Member
0 Likes
539

i want hide push button

pls urgent.

thank's

anil

4 REPLIES 4
Read only

athavanraja
Active Contributor
0 Likes
519

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

Read only

0 Likes
519

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

Read only

Former Member
0 Likes
519

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

Read only

Former Member
0 Likes
519

Hi Anil,

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

thanks

satesh