‎2007 Jun 15 7:01 AM
Hi ,
Multiple page formats is possible in script's
Regards
Suresh.D
‎2007 Jun 15 7:06 AM
Hi Mr Suresh,
Multiple Page formats is not possible in SAPSCRIPTS, but this is possible in SMARTFORMS
Regards
Sudheer
‎2007 Jun 15 7:06 AM
Hi Mr Suresh,
Multiple Page formats is not possible in SAPSCRIPTS, but this is possible in SMARTFORMS
Regards
Sudheer
‎2007 Jun 15 7:07 AM
Hi,
Yes..It is possible to display multiple page format..
Create a new form which has a different format...
Then in the print program..follow the steps
OPEN_FORM.
START_FORM with the FIRST PAGE FORMat form
end_form.
START_FORM with the SECOND PAGE FORMat form
end_form.
CLOSE_FORM
Thanks
Naren
‎2007 Jun 15 7:10 AM
It is possible but little bit tricky ,you have to use open_form ,start_form properly..
‎2007 Jun 15 7:26 AM
‎2007 Jun 15 7:43 AM