2013 Aug 16 8:58 AM
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 ?
2013 Aug 16 11:30 AM
Can you put the code for you program to check.... the conversion call specially,
2013 Aug 16 11:36 AM
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
2013 Aug 17 6:21 AM
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
2013 Aug 16 1:49 PM
2013 Aug 16 1:57 PM
Hi
Are you using a cover page in the output settings (tcode VV32)?
Regards
Eduardo
2013 Aug 19 5:42 AM
2013 Aug 16 1:59 PM
2013 Aug 19 8:19 AM
Hi,
problem solv...I just change the height of main window.....
sharmistha
2013 Aug 19 12:58 PM
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.