Application Development 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: 

smart form printing problem

Former Member
0 Kudos

Hi all,

can any body give me the solution for below problem.

i suppose to take 2 different printouts through smart forms.these 2 printouts are coming from 2 different smart forms.

the problem is if first smart form contains one and half page,then second print out of next smart form is coming from middle of the page.

<u><b>i want to skip the page and take the print out in a new page. how to solve this problem.</b></u>

2 REPLIES 2

Former Member
0 Kudos

Hi,

In smartforms you have a option to insert command where you can say new page.

Hope this helps.

regards,

Satya

Former Member
0 Kudos

Hai Janki ram

Try with the following Code

CALL FUNCTION 'GET_PRINT_PARAMETERS'

EXPORTING MODE = 'BATCH'

REPORT = 'MYREPORT'

IMPORTING OUT_PARAMETERS = PARAMS

VALID = VALID.

look into this link

http://help.sap.com/saphelp_nw04/helpdata/en/d5/6243ea8a4111d4b605006094192fe3/content.htm

You need to set the USER_SETTINGS perameter in your SmartForm to SPACE

Thanks & regards

Sreenivasulu P