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 buton

Former Member
0 Kudos
82

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?

1 ACCEPTED SOLUTION

Former Member
0 Kudos
58

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....

3 REPLIES 3

Former Member
0 Kudos
58

u can create your own.

in PAI of the radiobutton use call transaction tcode.

Reward if useful

Regards

ANUPAM

Former Member
0 Kudos
59

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....

Former Member
0 Kudos
58

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 .