‎2010 Feb 23 5:16 PM
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
‎2010 Feb 23 5:26 PM
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!!
‎2010 Feb 23 6:06 PM
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