‎2007 Jun 19 7:00 AM
Hello all ,
In smartform i am having problem in displaying second page in smartform
condition : when the internal table is not initial then i have to display data in second page else i should not display the 2nd page
in 2nd page of smartform i am having main window how to hide the 2nd page based on contents in internal table
‎2007 Jun 19 7:11 AM
Hi,
For the second page u need to create node called ALTERNATIVE.
Under that craete PROGRAM LINES Node.
and in that check internal table is not initial .
Revert back if any issues,
Reward with points if helpful ,
Regards,
Naveen
‎2007 Jun 19 7:16 AM
Hi,
Place a command line and redirect it to the second page from first page.Once the command line is placed,place the contents which should get displayed in the mainwindow below this command line.Do not place the text that should get printed in the main window inside the main window but below the command line.
Regards
‎2007 Jun 19 7:22 AM
My main window is in second page and it should be printed only in second page if the intenal table is not initial.
note : main window is not in first page
can i copy the main window in first page but main window contents should not be displayed in first page only the contents of mainwindow should be displayed in second page if internal table is not initial how to proceed can anybody help relating this issue
‎2007 Jun 19 7:24 AM
hi nivetha,
for this u no need to do anything extra,
just do this,
create one more page,
in this page just copy and paste first page main window and other windows like header, footer and etc....
then in first page <b>general attribute</b> tab at <b>next page</b> provide next page name,
then save and activate,
then automaticaly it works,
if first page main window gets fill then it automaticaly goes to next page main window.
reward points if useful,
regards,
seshu.
‎2007 Jun 19 7:39 AM
Hi,
within main window write a command for itab where itab is not initial if not initial then trigger the second page
regards
Shiva