RadioButton / Event
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
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
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
You could have read the help on PARAMETERS to figure this out...
Take a look at this
.