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

PFD File creation using internal table values

Former Member
0 Likes
501

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

1 ACCEPTED SOLUTION
Read only

sandeep_katoch
Contributor
0 Likes
466

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

2 REPLIES 2
Read only

sandeep_katoch
Contributor
0 Likes
467

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

Read only

Former Member
0 Likes
466

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