2015 Aug 10 12:32 PM
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??
2015 Aug 10 12:39 PM
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.
2015 Aug 10 12:39 PM
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.
2015 Aug 10 12:41 PM
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.
2015 Aug 10 12:44 PM
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
2015 Aug 10 12:48 PM
2015 Aug 10 12:44 PM
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
2024 Jul 31 11:33 AM
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.