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

Wrong sequence in selection screen generated by ABAP Query

Former Member
0 Likes
502

Hi,

I am developing a query to display the data in the view.

My query has 8 selection fields totally.

As part of my requirement I have added selection parameter in the

selections tab of the infoset and maintained the sequence as 9.

Inspite of maintaining the sequence number as 9 in the infoset, It is

appearing first in the selection screen of the query.

I tried putting different numbers in the sequence number, but even it

is appearing first in the selection screen.

Can you please let me know how to display the selections declared in

the infoset as per the sequence required.

Thanks,

Madhuri.

1 REPLY 1
Read only

former_member181966
Active Contributor
0 Likes
331

Actually what happen when you declare your own fields in ABAP query . you have to care about the sequence . As an example if you’re selecting lets say state name , you have two variables

<b>1-state

2- land</b>

for state you have to select land first , if your state is first and land is 2nd it gave you the error of sequence .

Because you have to get data in land first in order to get state specific to the land .

it should be

1-Land

2-State

Just see the your fields , I’m sure you’re missing that .

<b>You can also see the NO ( field ) in Query ( Sq03 ) . where you can define the seqence on selection.</b>

hope this’ll help you .

Pl...Award the points .

Thanks

Saquib<b></b>

Message was edited by: Saquib Khan