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

query problems

Former Member
0 Likes
394

Hi,

1.I am editing an old query which was created by others, after run SQ01.found some column headers are different in different system.what could be the reason?

2. now in SQ01, when I tried to excute, system pop up: there is difference between infoset and query, query not current? how to change this?

thanks in advance.

will reward for good points.

kitty.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
338

This can be for 3 possible reasons.

Change in the descriptions based on the lenght of the column(Short , Middle ,Long or Heading ) of the Data element changes

OR

The layout has been changed for the ALV grid (default layout setting)

OR

The query has been changed where certain columns from the infoset are dropped and some others selected

The reason why you can face such a problem is if the infoset has changed where as the query was based on the old strcuture of the infoset. You need to resynch(change the query) to match the infoset structure(field should be present here)

Cheers

Kareem

1 REPLY 1
Read only

Former Member
0 Likes
339

This can be for 3 possible reasons.

Change in the descriptions based on the lenght of the column(Short , Middle ,Long or Heading ) of the Data element changes

OR

The layout has been changed for the ALV grid (default layout setting)

OR

The query has been changed where certain columns from the infoset are dropped and some others selected

The reason why you can face such a problem is if the infoset has changed where as the query was based on the old strcuture of the infoset. You need to resynch(change the query) to match the infoset structure(field should be present here)

Cheers

Kareem