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: 

radio buttons in dialog program

Former Member
0 Kudos

How to declare the radio buttons in Dialog program

4 REPLIES 4

Former Member
0 Kudos

chk this program

DEMO_DYNPRO_CHECK_RADIO

Former Member
0 Kudos

well, make a dynpro, place your radio buttons on it, and dont forget to make a radiobuttongroup for radiobuttons that shall exlude each others.

at desired point of time call your dynpro.

Former Member
0 Kudos

hi,

do this way..

Create 2 radio buttons on the initial screen of a modulepool program

In the Screen Painter, highlight both radio buttons at the same time (using CNTL key).

From menu bar, choose: Edit > Grouping > Radio Button Group > Define.

Now they are "linked" to each other.

Regards,

Santosh

Former Member
0 Kudos

hi!

in diaglog programing, u can drag n drop the radio buttons when u create the screen thru screen painter. go to se51 click layout there on lhs u'll find all the icons, just drag n drop and then code in it's pbo.

reagrds

anjali