Application Development 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: 

Data output more than once

Former Member
0 Kudos

Hello Experts

I'am facing a peculiar problem pertaining to Infoset query ( Tran SQ01,SQ02, SQ03) . The requirement is to create a query based on table GLPCA and CATSDB.

I've created the query as required, However when i execute the same the output is incorrect. What really happens is the Same line is repeated more than once sometimes three, four or even five times.

The Table GLPCA has two line items per document one debit and one credit, now at the most in the query i should get only these two lines and if i further filter it on the indicator there shoul be only one entry. However this is not the case even when i filter i on the posting indicator the query outputs the line item 5 times giving a wrong report.

Can somebody suggest as what could be wrong with the query

Thanks

Nelson

3 REPLIES 3

Former Member
0 Kudos

Hi,

In the Query u have to be careful in Inner Join .

Place the Item Table in Right hand side and go on..

Check whether any code is also req.

Regards

Arbind

0 Kudos

Hello Arbind

The inner join is correct, infact all the data is coming from GLPCA. From th table CATSDB we ar only fetching the PERNR and yes there is no external code given.

thanks

Nelson

Former Member
0 Kudos

Hi,

Nothing is wrong with the query.

Kindly check ur join condition in SQ02

I have created its coming correct.

Regards

Arbind