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

Radio button in Sap Query...

Former Member
0 Likes
2,076

Hi All,

Please help me to create a selection screen in Sap Query selection screen. I have to add the below marked selection block on the selection screen and have to add the logic for that inside the query.

I have to add the red marked block inside the exciting one.

Please help me for this issue. here i am not able to add the new block as well as the radio button.

Thanks,

Satya

1 ACCEPTED SOLUTION
Read only

jogeswararao_kavala
Active Contributor
0 Likes
1,716

Go through the link at SN10 of this post:

6 REPLIES 6
Read only

jogeswararao_kavala
Active Contributor
0 Likes
1,717

Go through the link at SN10 of this post:

Read only

0 Likes
1,716

Thanks a lot for this. You are the best... I want one more clarification for the new block. How to create the new block and how to create the parameter with radio button as shown in my initial post.

Thanks, have a great day Jogeswara...

Satya

Read only

0 Likes
1,716

How to create a new block

I doubt this is in our control, becuase you need to add these to Selection screen through SQ01.

How to create the parameter with radio button

For this query only I gave the reference document..

Read only

0 Likes
1,716

yes, i want to create through SQ01 for selection screen and for the radio button with one box I want to create. In coding I can get but here I am not able to create like below screen.

Please check and let me know how to do the above print screen.

Thanks,

Satya

Read only

former_member190321
Participant
0 Likes
1,716

Hi,

Try this code and let me know if your issue is resolved

SELECTION-SCREEN BEGIN OF BLOCK menu WITH FRAME TITLE text-001.

     PARAMETERS: tt RADIOBUTTON GROUP b,

                 bb RADIOBUTTON GROUP b.

SELECTION-SCREEN BEGIN OF BLOCK menu2 WITH FRAME TITLE text-002.

     parameters:   a RADIOBUTTON GROUP a,

                   b RADIOBUTTON GROUP a,

                   c RADIOBUTTON GROUP a.

SELECTION-SCREEN END OF BLOCK menu2.

SELECTION-SCREEN END OF BLOCK menu.


the frame title (text-001 and text-002) need to be added, Clcik Goto, then Text Elements and then Text Symbols and then give it a title.

Read only

0 Likes
1,716

Hi Tebogo,

My question is not in ABAP program, this is belongs to SAP Query. We cant write code like this.

If you know how to write the selection screen in infoset then let me know...

Thanks,

Satya