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: 

SAP ABAP query based on Infosets

Former Member
0 Kudos

Hi All,

We have requirement where in we will be joining 7 tables in Infoset . Dataset1

We have another 3 tables to be joined separately . Dataset2.

We need to compare the dataset 1 with dataset 2 and show the final data in output .

How can we achieve this in SAP query . If anyone has worked on this type of requirement .

Let me know ,

Thanks in Advance,

USR

1 REPLY 1

Jelena
Active Contributor
0 Kudos

I believe that you can only use one infoset per query. To do any comparison, you'd need to build two separate queries and then compare the results in Excel, for example. 7 tables seems rather extreme to me though...