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

ABAP Query Selection screen

Former Member
0 Likes
593

Hi,

I have an existing ABAP Query, my req is to add new Radio buttions block after the current seelction paramertes.

i created radiobuttons in SQ02 infoset query with radiobuttons but when i run the report, selections screen has radio buttons first and then previous selection criteria fields displaying...

my req is first previous selection fields then radio buttons.

how to change the sequence of the fields in selection screen?

and based on the radio buttons, i need to filter the output data...

in which event i have to write the code?

Thanks

Giri

2 REPLIES 2
Read only

Former Member
0 Likes
423

Hi Giri,

In the Report , After the Parameter Selection fields write your Radio Buttions code and also Make sure that the Succeding Selection Parameters are after this.

Preferably Maintain in the form of Blocks!!

Read only

0 Likes
423

Sudheer,

it is ABAP Query report... from SQ02... i cant modify those in SE38...

current selection parameters are from table fields selected in SQ01 Query.... and radio buttons are in SQ02 Infoset.

Giri