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

Error When Run ABAP Query in Different Client

former_member647955
Participant
0 Likes
559

Hi ABAPers,

Currently I develop ABAP Query using SQ01 / SQ02 / SQ03.

Everything goes well, and I have already test that the query work well. The query can be execute and show the result correctly.

My peer in same SAP system, but different client, run the same query. As I know that query is same with ABAP program which is client independent, can be execute across client. But then the runtime error show up.

The error said that

Exception condition "NO_POSITION_FOUND" raised.

Can anybody told me what's happened here, and how can I resolve this problem?

Thank you in advance

Regards

Hadi

3 REPLIES 3
Read only

Former Member
0 Likes
508

Go to transaction SQ02 and give the infoset name and then click menu Infoset->Generate.

Hope it works.

Thanks,

Srinivas

Read only

0 Likes
508

Hi,

Since you are testing it in other client,i think due to data inconsistency you are getting that error.

Try to check the corresponding tables in both clients and can verify.

Cheers,

KK.

Read only

former_member647955
Participant
0 Likes
508

Thank you.

I have found that the problem is data consistency as per your opinion.