‎2012 Oct 10 12:06 PM
Hi all
can any one Guide me how to create a PDF output using Internal Table with a specific format and also provide the Logo on the Top of every page.
Thanks and regards,
Naresh Kumar
‎2012 Oct 10 1:08 PM
Hi naresh,
There are two possible ways
1: Create a smartform and convert it to pdf.
2: Create an adobe form .
Hope it helps.
Rgds,
sandeep katoch
‎2012 Oct 10 1:08 PM
Hi naresh,
There are two possible ways
1: Create a smartform and convert it to pdf.
2: Create an adobe form .
Hope it helps.
Rgds,
sandeep katoch
‎2012 Oct 10 5:18 PM
Hi Naresh,
You can do this by having the separate form, using smartforms (T-code: SMARTFORMS) or Adobe Forms (T-code SFP). In this forms, you need to have the header where you can put all your logos, addresses etc, which can remain static on the page. Then you can include the internal table in MAIN area, where you can print the tables. The totals if any can be done at the end of the main in footer section.
If you are using Smartforms, then the program that calls the smartform will receive the data in OFT format. This data will need to be converted in the PDF form using the FM OFT_2_PDF, where you need to pass the output of smartform.
If you are using Adobe forms, then you need to write some logic in Adobe form interface, which calls adobe forms. Here the form is directly converted to PDF.
Regards,
Hardik Mehta
Regards,
Hardik Mehta