‎2006 Nov 13 12:51 PM
Hello
Can anyone tell as to which i most desireable approach in creating the SMARTFORM,with the code in the form itself or with the code in the driver program as in SE38??
Thanking you in anticipation.
Regards,
Sirisha Matta .
‎2006 Nov 13 12:59 PM
HI Sireesha,
It is always better to code in the driver and design the layout in the form though there is an option of embedding the code in the smartform in view of mass printing issues related to performance.
Regards,
Ravi
‎2006 Nov 13 12:59 PM
HI Sireesha,
It is always better to code in the driver and design the layout in the form though there is an option of embedding the code in the smartform in view of mass printing issues related to performance.
Regards,
Ravi
‎2006 Nov 13 1:06 PM
‎2006 Nov 13 1:08 PM
Hi
Ravi is right, you have the chance to insert the code in the smartform, but all code it needs to load the data should be placed in the driver program to improve the performance if many documents have to be printed in the same time.
Max