cancel
Showing results for 
Search instead for 
Did you mean: 

It's very urgent for me.

Former Member
0 Kudos

Hi all,

I am in a problem with smart form printing .

I want a form with 10 lines in each page and 15 character in each line. what approach should I take and if you can tell me the procedure it will be better for me.

Thanx and Regards

Rinku

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi..,

U can set these in the <b>Navigation window-->

GLOBAL SETTINGS-->

Form Attributes--></b>

In this click on the Output conditions TAB.

In this u can give the <b>Characters per inch and Lines per inch..</b>

After setting this Set the Main window hieght accordingly to get onli 10 lines per page..

( suppose Lines per inch is 4 .. then for 10 lines u need to set the main window height as 2 and half Inches = 6.75 cm approx )

Similarly the Characters per inch..

regards,

sai ramesh.

Former Member
0 Kudos

Hi Rinku,

U can restrict the number of characters that U need by adjusting the window size and ensure that the data that U are going to pass contains 15 characters only.

When u loop at the table to display the data , take the TABIX count and put the condition if sy-tabix = 10 go to next page.

regards

Avi....