‎2008 Jan 02 10:55 AM
In smart form i need to print each record in a single page using the driver program.
Is it possible wihtout page break?
‎2008 Jan 02 11:05 AM
Hi,
U can do that by calling smartform multiple times. i.e. call smartform for each record.
Awrd POints if Helpful
Bhupal
‎2008 Jan 02 11:05 AM
Hi make the window size small, where only one line can be printed.so that automatically it'll print only one line in each page.
‎2008 Jan 02 11:05 AM
Hi,
U can do that by calling smartform multiple times. i.e. call smartform for each record.
Awrd POints if Helpful
Bhupal
‎2008 Jan 02 11:20 AM
Thanks for immediate reply...
In sap script u can do it with START_FORM and EDN_FORM.
By the same way is any other module is their to call in driver program.
Rerards,
thanesh
‎2008 Jan 02 11:25 AM
HI Thanesh,
Don't call the FM multiple times from driver program.
Use the COMMAND node to call a new page.
Reward if useful
Regards
ANUPAM
‎2008 Jan 02 11:34 AM
Thanks for your reply..
could u please give some syntax for that.
Regards,
Thanesh