‎2009 Dec 19 7:44 AM
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.
‎2009 Dec 19 7:59 AM
Display your table in output using WRITE statement. Use uline, vline to draw table.
Press F1 on these to know more.
‎2009 Dec 19 7:59 AM
Display your table in output using WRITE statement. Use uline, vline to draw table.
Press F1 on these to know more.