‎2009 Dec 22 5:30 AM
Hi All,
I am modifying a standard query . i added 4 fields to the query and maintained coding for that fields and included in a internal table I have 4 records in my internal table.
Problem :
The standard query internal table contains 1 record so it is printing only 1 record with my fields .But i want the output 4 records should print (the standard query record should print 4 times with along with my internal table records means duplication should maintained for standard query record ).
How to solve this problem
Thanks in advance
Regards,
Sudhakar
‎2009 Dec 22 5:34 AM
Hi Sudhakar,
Can you please paste the code for our reference. That would help in better understanding of the problem.
Thanks,
Ajay.
‎2009 Dec 22 5:41 AM
If you are fetching these fields directly from the database table then add this table in infoset and use OUTER JOIN for the table.
Hope you understand it.