‎2009 Jun 05 12:07 PM
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
‎2009 Jun 05 1:32 PM
Go to transaction SQ02 and give the infoset name and then click menu Infoset->Generate.
Hope it works.
Thanks,
Srinivas
‎2009 Jun 05 5:35 PM
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.
‎2009 Jun 09 12:33 PM
Thank you.
I have found that the problem is data consistency as per your opinion.