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

SMART Forms

Former Member
0 Likes
640

In smart form i need to print each record in a single page using the driver program.

Is it possible wihtout page break?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
622

Hi,

U can do that by calling smartform multiple times. i.e. call smartform for each record.

Awrd POints if Helpful

Bhupal

5 REPLIES 5
Read only

Former Member
0 Likes
622

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.

Read only

Former Member
0 Likes
623

Hi,

U can do that by calling smartform multiple times. i.e. call smartform for each record.

Awrd POints if Helpful

Bhupal

Read only

0 Likes
622

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

Read only

0 Likes
622

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

Read only

0 Likes
622

Thanks for your reply..

could u please give some syntax for that.

Regards,

Thanesh