Application Development and Automation 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: 
Read only

Adding Radio button in SAP Query

Former Member
0 Likes
782

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

2 REPLIES 2
Read only

Former Member
0 Likes
580
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.

Read only

Former Member
0 Likes
580

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.