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

pdf proble in smartforms........

Former Member
0 Likes
1,195

I have created a smart forms with one page and it shows one page after executing the forms through VF02 but when I convert OTF to PDF using PDF!  the pdf show 3 pages ?

9 REPLIES 9
Read only

Former Member
0 Likes
1,160

Can you put the code for you program to check.... the conversion call specially,

Read only

0 Likes
1,160

hi mohammaed,

I directly execute the form using tcode smartforms and I write all the code in smartform......I take one main window.....and 4 secondary windows......when I convert main window into secondary window it shows one page in printpriview of smartforms in pdf but I need main window ...

sharmistha

Read only

0 Likes
1,160

Hi Sharmistha,

The main window carry forwards the output not fitting in the window to next page we use it to pass looping data ... internal table data output using loop or tables...

Secondary windows are static windows and truncate additional data.

Check the amount of data in the window.

Regards

Read only

SujeetMishra
Active Contributor
0 Likes
1,160

Hi,

Which function module are you using?

Regards,

Sujeet

Read only

eduardo_hinojosa
Active Contributor
0 Likes
1,160

Hi

Are you using a cover page in the output settings (tcode VV32)?

Regards

Eduardo

Read only

0 Likes
1,160

hi,

no , not using any cover page.

sharmi

Read only

SujeetMishra
Active Contributor
0 Likes
1,160

This message was moderated.

Read only

Former Member
0 Likes
1,160

Hi,

problem solv...I just change the height of main window.....

sharmistha

Read only

0 Likes
1,160

Hi,

I suppose I posted the correct answer in that case sharmista....

The main window carry forwards the output not fitting in the window to next page we use it to pass looping data ... internal table data output using loop or tables...

Secondary windows are static windows and truncate additional data.

Check the amount of data in the window.