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: 

Regarding smartform printing in duplex mode

Former Member
0 Kudos

Hi, All



I have a smartform that will display the purchase order details in one side


on othr side i.e back side i want to display the terms and conditions for every page 


can any  one please  tell me way how to achieve this requirement


thanks & Regards ,



PRAMODH. 

1 ACCEPTED SOLUTION

Former Member
0 Kudos

You need to design 3 page:

Page 1 - To print PO with next page as Page 2  with print mode "D

Page 2 - Terms and Condition Next page as Page 3 with print mode "D"

Page 3 - Copy of page 1 Next page as Page 3. with print mode "T"

Also make sure your Terms and condition will not flow beyond Page 2.

Cheers,

Prakash

11 REPLIES 11

jayanthi_jayaraman
Active Contributor
0 Kudos

Hi,

Use print mode as 'D' in Page-> output options.

0 Kudos

i already mentioned that one but no use

what is the procedure to design the smartform is there any special things are required please let me know

1.here iam already designed smartform with two pages but here what i am observing is the cursor does not goes to next page in first page it self i mentioned nextpage as page 2

Regards ,

prmodh.m

0 Kudos

This message was moderated.

former_member196157
Active Participant
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hello,

Set the print mode "D" or "T"  which you are going to print in back side and set the page break for every new page will be trigger.

Thanks and Regards,

I.Muthukumar.

Former Member
0 Kudos

You need to design 3 page:

Page 1 - To print PO with next page as Page 2  with print mode "D

Page 2 - Terms and Condition Next page as Page 3 with print mode "D"

Page 3 - Copy of page 1 Next page as Page 3. with print mode "T"

Also make sure your Terms and condition will not flow beyond Page 2.

Cheers,

Prakash

0 Kudos

is there any T-CODE for finding the how  the form  is printing.

i.e  in one side or both side .

Regards .

Pramodh.M.

0 Kudos

HI,

There is no way. you have to use test it in printer only and before testing set the printer setting as both side.

Thanks and Regards,

I.Muthukumar.

0 Kudos

Hi Pramodh,

as calling second page is not easy everytime from first page,

and what are in the windows for both the pages you have declared,

are there seperate windows for both the pages.

so i will sujjest you to design your first page and with print mode "D".

Then trigger a page break to go on second page, and also for the second page

put print mode "D".

If you please show a screenshot of the tree structure of your smartform for both pages

we are able to solve your queries easily.

0 Kudos

You can check on what mode data was sent by doing as follow. In spool SP01/sp02 GOTO->DISPLAY Request-> Settings. Change the option to RAW format and then press display spool.

Former Member
0 Kudos


Hi ,

Please select the page from  LHS and seelct the output options from RHS .

where you can see the print attributes .You can select the print mode ,by press F4 you can see all the options D, T for duplex , tuplex mode of printing .

which once suits your scenario you can select .

For your case as D, duplex mode you choose .

Thanks.