2007 Dec 22 7:47 AM
Hey Guys
Is there any Standard screen in SAP where in when the user clicks on a Radio button a new transaction or another screen gets launched?
2007 Dec 22 12:58 PM
Hi,
this you can do by using Sub-screen Concept.
Assume that you have 3 Radio Buttons.By default First button is Selected and Sub-Screen for that corresponding Radio Button wil be displayed. And If you the Select the second Radio Button Sub-Screen for that Second Radio Button Will be Displayed. and so on . This means the Screens which are displaying are varying Depending on Your Selection of Radio Button. If your Expecting the this ...let me know.
Regards,
Satish....
2007 Dec 22 8:15 AM
u can create your own.
in PAI of the radiobutton use call transaction tcode.
Reward if useful
Regards
ANUPAM
2007 Dec 22 12:58 PM
Hi,
this you can do by using Sub-screen Concept.
Assume that you have 3 Radio Buttons.By default First button is Selected and Sub-Screen for that corresponding Radio Button wil be displayed. And If you the Select the second Radio Button Sub-Screen for that Second Radio Button Will be Displayed. and so on . This means the Screens which are displaying are varying Depending on Your Selection of Radio Button. If your Expecting the this ...let me know.
Regards,
Satish....
2007 Dec 24 11:04 AM
Hi venkat,
ya u can do this using module pool programming.
there in the screen place radiobutton switch and write code for that..
example:
if sy-ucomm eq 'radiobutton'.
then leave to screen no .
if u have an idea on modulepool programminng then u can under stand clearly .