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: 

moodule pool radio button

jasiprakash
Explorer
0 Kudos

Hi ,

very warm welcome to all.

I'm now start to learn on Module pool from scratch. now problem is arised while checking on radio button.

I start to do as same as given in standard program ''SAPMBC410AINPS_RADIOBUTTON''

in that there are 3 radio button in Mode Box

view,

maintain_flights,

Maintain_booking. (i also defined all the 3 radio button in Layout Screen by giving function_code as "RADIO'')

at initially when i'm clicking on the radio button its working properly. But after giving value

and hit enter button the value is fetching properly. after that

the 2nd radio button is not working when im clicking on it the control go backs automatically to 1st radio button.

please help me......

1 REPLY 1

horst_keller
Product and Topic Expert
Product and Topic Expert
0 Kudos

Check the ABAP documentation in your system.

There are executable examples for radio buttons on dynpros. I guess you forgot to group the radio buttons.

And by the way, it is not about module pools but about dynpros. Dynpros can be used in function groups, reports and module pools. And in fact, we do not recommend module pools any more.