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: 

Need to display Data in an Internal Table in a Tabular Format

Former Member
0 Kudos

I need to display the data of an internal table in a 'tabular format' for an executable program. Please let me know how to achieve this?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

use ALV. for example you can check BCALVGRID* reports

2 REPLIES 2

Former Member
0 Kudos

Hi,

You can draw your tables and display the data using the WRITE statement in the classical report.

Please check the sap help(F1) on WRITE and FORMAT statement for various options available.

Regards

Shiva

Former Member
0 Kudos

use ALV. for example you can check BCALVGRID* reports