2015 Dec 09 7:32 AM
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
2015 Dec 09 8:04 AM
2015 Dec 09 8:04 AM
2015 Dec 09 9:38 AM
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
2015 Dec 09 10:41 AM
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..
2015 Dec 09 12:31 PM
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
2015 Dec 09 12:32 PM
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.
2015 Dec 09 12:37 PM
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