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

radio buttons

Former Member
0 Likes
1,389

hi

in normal screen i am putting the test sales document for these two radio buttons is there.(one is yes and one is no),

in the out put both radio buttons are selecting. i need to select only one. but default its selected two radio buttons.

thanks

1 ACCEPTED SOLUTION
Read only

satsrockford
Active Participant
0 Likes
1,350

hi

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.

Don;t forget those points.

Regards

Satish

hi

in normal screen i am putting the test sales document for these two radio buttons is there.(one is yes and one is no),

in the out put both radio buttons are selecting. i need to select only one. but default its selected two radio buttons.

thanks

10 REPLIES 10
Read only

Former Member
0 Likes
1,350

Hi

Check if ur statement is in the same format:

This is an example I am showing here:

PARAMETERS: FLATF RADIOBUTTON GROUP RAD1 USER-COMMAND X,
            UNIXF RADIOBUTTON GROUP RAD1 .

Regards,

Vishwa.

Read only

Former Member
0 Likes
1,350

Hi,

Use this..


PARAMETERS: p1 RADIOBUTTON GROUP g1,
            p2 RADIOBUTTON GROUP g1.

Read only

Former Member
0 Likes
1,350

Hi,

Check Whether both the radio button groups are assigned as same or not?

Read only

Former Member
0 Likes
1,350

Hi,

Have you grouped both the radiobuttons:

For example:

parameters:

p_a1 as radiobutton group grp,

p_a2 as radiobutton group grp.

Both should be in one group.

Thanks & Regards,

Navneeth K.

Read only

GauthamV
Active Contributor
0 Likes
1,350

hi,

try this.


parameters: p1 RADIOBUTTON GROUP rad2 modif id sc1,
            p2 RADIOBUTTON GROUP rad2 modif id sc1 default 'X'.

Read only

satsrockford
Active Participant
0 Likes
1,351

hi

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.

Don;t forget those points.

Regards

Satish

Read only

Former Member
0 Likes
1,350

Hi preeti,

check std program DEMO_DYNPRO_CHECK_RADIO.

Regards,

Amit

Read only

Former Member
0 Likes
1,350

HIIIIIII

PROBELM IS U ARE NOR ASSIGNED A GROUP FOR YOUR RADIO BUTTON

IF U R CREATING RADIAO BUTTON THRU SCREEN PAINTER FIRST U SEELCT ALL UR RADIO BUTTON THEN A RIGHT CLICK AND ASSIGN A GROUP

IF U R CRETING A RADIO BUTTON IN SELECTION SCREEN

THEN JUST USE SIMPLE COMMAND.....

HOPE IT HELP U.

THANKS AND REGARD

VIKALP

Read only

Former Member
0 Likes
1,350

If you are workin on module pool screen, then select both the radio buttons, right click and select define radiobutton group.

Read only

Former Member
0 Likes
1,350

Hi shaine,

Put both radio button in group then you got one default selected.

Regards

Alok