2006 Jan 24 6:50 AM
Hi All,
I want to add an Radio button in the selection screen of the SAP Query.
Please let me know how to achieve this
Thanks and Regards,
Rupesh
Hi All,
I want to add an Radio button in the selection screen of the SAP Query.
Please let me know how to achieve this
Thanks and Regards,
Rupesh
2006 Jan 24 6:53 AM
SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME.
PARAMETERS : R1 RADIOBUTTON GROUP RAD1,
R2 RADIOBUTTON GROUP RAD1,
R3 RADIOBUTTON GROUP RAD1 DEFAULT 'X',
SELECTION-SCREEN END OF BLOCK b1.Ps: Reward points if helpful.
2006 Jan 24 7:47 AM
Hello Rupesh,
This is what u need to do. Go to Infoset (SQ02). Select the infoset for your query.Click the Extras button. It will open another screen in the side box. click on the Code tab. In the Coding section select START-OF-SELECTION and add ur code for radio button. Save it generate it and the same will be available in the query.