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

display data in tabular form using classical reports in ABAP

Former Member
0 Likes
1,599

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
Read only

retired_member
Product and Topic Expert
Product and Topic Expert
1,287

Same as in any other ABAP program.

Hi All,

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

Thanks in advance,

Prince.

4 REPLIES 4
Read only

retired_member
Product and Topic Expert
Product and Topic Expert
1,288

Same as in any other ABAP program.

Read only

0 Likes
1,287

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.

Read only

0 Likes
1,287

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....

Read only

Phillip_Morgan
Contributor
0 Likes
1,287

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