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: 

display data in tabular form using classical reports in ABAP

Former Member
0 Kudos

Hi All,

Can anyone please tell me how we can display data in tabular form using classical reports?

Thanks in advance,

Prince.

1 ACCEPTED SOLUTION

horst_keller
Product and Topic Expert
Product and Topic Expert

Same as in any other ABAP program.

4 REPLIES 4

horst_keller
Product and Topic Expert
Product and Topic Expert

Same as in any other ABAP program.

0 Kudos

I am sorry that I did not get that. In ALV Reports, we use reuse_alv_grid_display or Object Oriented way but how can we achieve this in classical reports using 'write' statement?

Thank you.

horst_keller
Product and Topic Expert
Product and Topic Expert
0 Kudos

By not using the WRITE statement but replacing it with modern means of list output.

https://help.sap.com/doc/PRODUCTION/abapdocu_751_index_htm/7.51/en-US/index.htm?file=abenlist_guidl....

Phillip_Morgan
Contributor
0 Kudos

Is there a specific reason for wanting to use classic reporting techniques? You can obtain just about anything with ALV reporting.