‎2006 Dec 20 1:00 PM
hi experts,
i want to call a page at end of a field .
that is whwen a value changes it should call a different page ,
and when reaches the end of main call a different page.
also how to use sap symbols like sy-tabix.
thanks.
‎2006 Dec 20 1:42 PM
Hi Surendra,
You will be selecting the data into one internal table and then u will be moving the data to final internal table,
at the final internal table, u will have the loop.in the loop u will be calling the smartform func module.
So in this loop u use
AT NEW of field.
NEW-PAGE.
Endat.
Regards,
Kannaiah
‎2006 Dec 20 1:04 PM
‎2006 Dec 20 1:42 PM
Hi Surendra,
You will be selecting the data into one internal table and then u will be moving the data to final internal table,
at the final internal table, u will have the loop.in the loop u will be calling the smartform func module.
So in this loop u use
AT NEW of field.
NEW-PAGE.
Endat.
Regards,
Kannaiah