Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SMARTFORMS!!

Former Member
0 Likes
533

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 .

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
454

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

3 REPLIES 3
Read only

Former Member
0 Likes
455

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

Read only

Former Member
0 Likes
454

Thanks Ravi.

Read only

Former Member
0 Likes
454

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