cancel
Showing results for 
Search instead for 
Did you mean: 

Pages in SmartForm

Former Member
0 Kudos

Hi,

Would like to know the procedure for the following.

I have created a Smartform for Vouchers. Header data is taken from BKPF table and items are taken from BSEG table.

Both structures are passed in IMPORTS and TABLES of Smartform.

At present Smartform is working fine if items are less than 5 items. if items exceeds 5 rows then print layout mismatch occurs.

pls suggest me to restrict no of rows in Main window to say

5 rows.

Accepted Solutions (1)

Accepted Solutions (1)

former_member230674
Contributor
0 Kudos

Hi desilva,

You should estimate the width and height required to display a record. Based on that, You should decide first, how many records you want to display in each page. Based on that you adjust the height and width of the main window.

If it useful, reward points.

Thank you,

Prasad G.V.K

Answers (1)

Answers (1)

Former Member
0 Kudos

adjust height of the main window.

normally 0.5 cm for 1 line so 2.5 cm height for 5 line.

create Next page. if rows exceed more than 5 line then print will come in 2 page.