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: 

Multiple output fields and data to be fetched for all these individual fields separately from multiple different tables.

Former Member
0 Kudos

Hi,

I need to develop an abap report. The output is expected to have 30+ fields. And the value for each of these fields is to be fetched from different tables, say 30+ different tables. What could be the possible issues in terms of performance in developing such a report by fetching data for each of the fields from a different table. Also kindly let me know the possible alternative or a solution.

Thanks and Regards,

Shubha.

2 REPLIES 2

Clemenss
Active Contributor
0 Kudos

Hi,

can you elaborate and give an example?

Regards,

Clemens

ThomasZloch
Active Contributor
0 Kudos

Fetching columns from 30+ different tables is very unusual for a single requirement.

Is this an actual business case or a theoretical exam question?

Thomas