RadioButton / Event

Question:
Hi
Could everybody help me.
After klick in a RadioButton i want trigger an event which makes an input-field hidden.
- How i have do that in a Online-Programm ?
- Has everyone a source-example ?
Thank you very much
Answer:
I don't have any example , but I've an idea ( not sure it's correct or not )
while defining radiobutton in the screen painter , there is a property 'FCTCODE' , there you can give appropriate function code there , afterwards when you click on that radiobutton , PAI will be fired and SY-UCOMM will have that functon code value.
next you have to use
loop at SCREEN.
** here you have to modify the property by checking SY-UCOMM. I think ** you know that how to change the property ( just like selection-screen )
endloop
Answer:
abaperthebest is right, this idea works fine...I had the some problem about a month ago, and this is the way I solved it.
Incho
Answer:
You could have read the help on PARAMETERS to figure this out...
Answer:
Take a look at this
.

More Articles:

Diff. Between LSMW BDC & SCATT?
Can I customize the screen "System" and "help?
Alternative to BDC?
mail attachment?
refresh tree control?
OLE object slow?