Hello,
I have created Smartforms with three pages
FIRST_PAGE -->calls NEXT_PAGE
NEXT_PAGE -->calls NEXT_PAGE
LAST_PAGE --> "Hard-coded terms and conditions in templates"; No MAIN Window.
The MAIN WINDOW of FIRST_PAGE and NEXT_PAGE I have a table defination which prints item level data. I require that once all data is printed in the MAIN WINDOW i.e. After ENDLOOP of the internal table, I should than explicitly go to LAST_PAGE.
I tried giving the COMMAND with "Only after end of main window" after the table defination. But that is somhow not working. I know COMMAND can not be done in a loop, which I am avoiding.
Any insight would be helpful