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

New Selection Parameter in existing query

Former Member
0 Likes
1,797

Dear All,

Can anyone tell how to add additional selection parameters to an existing query ?

Regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,555

Mahesh,

Query means Is it ABAP Query.

If it is ABAP query there are 2 ways.

You can create at infoset level : In sq02 enter your infoset name press change button.press shift+ F8 there you can find the "Selections" tab ,press.In that you can find creat button press.

Enter name of the parameter name .Here you will find 2 radio buttons

1. Select-options 2. parameters

select the radio button whichever you want press enter.

In net screen give "Description" "Selection text" and there you will find 3 formats for parameters.

1. Type --if your parameter is your own defined ex : type c length 12

2. like --if it is database field structure Ex: mara-matnr.

enter any one.enter & save.

Pls. reward points for if it is useful.

Dear All,

Can anyone tell how to add additional selection parameters to an existing query ?

Regards

4 REPLIES 4
Read only

Former Member
0 Likes
1,556

Mahesh,

Query means Is it ABAP Query.

If it is ABAP query there are 2 ways.

You can create at infoset level : In sq02 enter your infoset name press change button.press shift+ F8 there you can find the "Selections" tab ,press.In that you can find creat button press.

Enter name of the parameter name .Here you will find 2 radio buttons

1. Select-options 2. parameters

select the radio button whichever you want press enter.

In net screen give "Description" "Selection text" and there you will find 3 formats for parameters.

1. Type --if your parameter is your own defined ex : type c length 12

2. like --if it is database field structure Ex: mara-matnr.

enter any one.enter & save.

Pls. reward points for if it is useful.

Read only

0 Likes
1,555

Hi,

Though it is useful. My problem is not yet solved.

let me explain it what exactly is the requirement.

In SQ01 , when I go to the basic list of query , under data fields there are some additional local fields defined and along with these I want to add two other fields.

When I go to SQ02, i don't see these selection fields at all.

Do you have any idea on this ?

Read only

jayanthi_jayaraman
Active Contributor