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: 

Clicking radio button it calls the another program or t-code.

former_member225134
Participant
0 Kudos
1,869

Hi all,

       In my program am having two radio buttons, by clicking first radio button i want to display the

another program in (se 38)..Now in my code am using submit syntax

by clicking first radio button and press F8 means it calls the another program.But my user wants while first click

it calls the another program screen.

How to do this?? Anyone suggest??

1 ACCEPTED SOLUTION

former_member620069
Participant
0 Kudos
823

Hi,

How you written login can you share your logic.

from my perspective.

if r1 = 'X'.

submit  rep1.

if r2 = 'X''.

submit rep2

or you can use AT SELECTION-SCREEN OUTPUT

Regards,

Srini.

6 REPLIES 6

former_member620069
Participant
0 Kudos
824

Hi,

How you written login can you share your logic.

from my perspective.

if r1 = 'X'.

submit  rep1.

if r2 = 'X''.

submit rep2

or you can use AT SELECTION-SCREEN OUTPUT

Regards,

Srini.

0 Kudos
823

Thanks for your repli,

if rad1 = 'X'.

SUBMIT Zreport  VIA SELECTION-SCREEN WITH SO_WERKS EQ SO_WER AND RETURN.

endif..

but it calls the current selection screen.

0 Kudos
823

Hi,

At selection-screen on radiobutton group groupname.

loop the screen for active.

case 'x''.

when r1

logic to call

wher r2

logic to call

0 Kudos
823

thanks..Now it is working fine

former_member186746
Active Contributor
0 Kudos
823

Hi,

you can use the addition user-command in your parameter declaration.

Just check the sap help for parameters - screen options.

Kind regards, Rob Dielemans

0 Kudos
593

can you please tell me detail . i also want to do same but requirement is based on input file and 2 radio button  I can to call 2 programs. how to do what logic I have to used. i am new in sap abap.