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

Smartforms Printing In different formats

Former Member
0 Likes
1,107

Hi All,

Cany any one have an idea to pring smartform in different formats

suppose if the form output is printing in A4 size ,how can i change that to some other say Letter format

is this Smartforms settings or BASIS work?

Thanks

Surendra

Hi All,

Cany any one have an idea to pring smartform in different formats

suppose if the form output is printing in A4 size ,how can i change that to some other say Letter format

is this Smartforms settings or BASIS work?

Thanks

Surendra

4 REPLIES 4
Read only

Former Member
0 Likes
948

Function Module 'SSFCOMP_OTF_OUTPUT'

Exporting

OUTPUT_PARAMS type SSFPP

you can find page format in this structure SSFPP

pass the value dynamically according to ur requirement.

Regards

Anbu B

Read only

Former Member
0 Likes
948

Hi Surendra,

If you want to change the page format of all the pages from A4 size to Letter format, you can do that by changing the Page Format parameter in Output options tab of Form Attributes. But the different page format can not be assigned to the smartforms. You can change the Orintation of the Page. Means Page1 & Page3 as Portrait and Page2 as Landscape.

In the Print Attributes section of Output Option tab of Page.

Regards

Dillip

Read only

Former Member
0 Likes
948

Solved by Self

Read only

0 Likes
948

Hello,

I have similar issue, need to print form in A4 and Letter paper size.

could you please share the solution found.