‎2007 Jan 28 10:55 AM
Hi,
I have to declare 3 radiobuttons on screen.I have defined them in the screen layout within a group.Please help me with the code in the main program.
It goes something like:
Parameters: p_mdcc as radiobutton for group....
Please clear my doubts.
Thanks
‎2007 Jan 28 11:04 AM
hi Sneha,
kindly chk this.
http://help.sap.com/saphelp_47x200/helpdata/EN/20/845f0a2135be47966b002cce852582/frameset.htm
a sample code.
*Code used to Initiate the 'AT selection-screen' EVENT from radiobuttons.
selection-screen begin of block group with frame title text-s04.
parameters: p_sel1 type c radiobutton group sel user-command upd.
parameters: p_sel2 type c radiobutton group sel.
parameters: p_sel3 type c radiobutton group sel.
selection-screen end of block group.Regards
Anver
‎2007 Jan 28 11:04 AM
hi Sneha,
kindly chk this.
http://help.sap.com/saphelp_47x200/helpdata/EN/20/845f0a2135be47966b002cce852582/frameset.htm
a sample code.
*Code used to Initiate the 'AT selection-screen' EVENT from radiobuttons.
selection-screen begin of block group with frame title text-s04.
parameters: p_sel1 type c radiobutton group sel user-command upd.
parameters: p_sel2 type c radiobutton group sel.
parameters: p_sel3 type c radiobutton group sel.
selection-screen end of block group.Regards
Anver
‎2007 Jan 28 11:12 AM
Hi Sneha,
adding to above , chk this also.
http://help.sap.com/saphelp_47x200/helpdata/en/3d/c3b23782a9cc68e10000009b38f8cf/frameset.htm
Regards
Anver
‎2007 Jan 28 11:34 AM