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

'Output format' not coming on Query selection screen

lucy_gray2
Active Participant
4,300

Hi SAP experts,

I have developed a SAP Query and I need to have all the

Output format Radio buttons on the Query's selection screen; with the radio button 'SAP List Viewer' selected as default.

But I am getting only the selection screen parameter 'Layout' on the selection screen, and no radio buttons.

Please let me know how to display all the Output format radio buttons on the Query selection screen; with 'SAP List Viewer' selected as default.

Best Regards,

Lucy

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
2,141

Read first 1940179 - Query selection screen changed after upgrade cannot select output format. Or directly look for 'Always use the old report structure' option in SQ02 menu.

2 REPLIES 2
Read only

mangesh_parihar
Explorer
2,141

Hi Lucy,

PFB.

PARAMETERS : rad1 RADIOBUTTON GROUP rad DEFAULT 'X', "SAP List Viewer
             rad2 RADIOBUTTON GROUP rad.             "ALV

To display SAP List Viewer on selection screen instead of rad1,

go to -> utilities -> text Elements -> Selection texts -> add actual texts instead. Save and activate.

Hope it helps.

Regards,

Mangesh

Read only

RaymondGiuseppi
Active Contributor
2,142

Read first 1940179 - Query selection screen changed after upgrade cannot select output format. Or directly look for 'Always use the old report structure' option in SQ02 menu.