Hi all,
Iam displaying data from internal tables.
I have 3 things to be displayed.
Header file just contains one record.
item file contains multiple records so i displayed in main window,
footer file contains multiple records so where should i display,if i create a another window
say footer window, i know that you can loop other than main window right?
if i want to display at the end of all main window records what should i do.
I have my driver program like
open_form.
loop at iheader.
write_form
body main
data element head
endloop.
end_form