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

Problem in sap query

Former Member
0 Likes
395

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

2 REPLIES 2
Read only

Former Member
0 Likes
356

Hi Sudhakar,

Can you please paste the code for our reference. That would help in better understanding of the problem.

Thanks,

Ajay.

Read only

Former Member
0 Likes
356

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.