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

Table drawing

former_member423024
Participant
0 Likes
381

Hi Gurus,

I have to display some list in the output from an internal table.

But here I have to display the list in a TABLE along with the field descriptions.

I can't use the FM REUSE_ALV_LIST_DISPLAY(version 4.3).

Could any post some logic for this with which I could able to draw the lines forming a table, and display the values in the output from the internal table.

Thanks

G sandeep Kumar.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
314

Display your table in output using WRITE statement. Use uline, vline to draw table.

Press F1 on these to know more.

1 REPLY 1
Read only

Former Member
0 Likes
315

Display your table in output using WRITE statement. Use uline, vline to draw table.

Press F1 on these to know more.