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

function module to generate pdf files from internal table data,,its urgent

Former Member
0 Likes
3,939

hi,

Can any one suggest me a functu=ion module which generates a pdf files for the data in internal table, which contains employ details,i need for each employ, i want to generate a pdf file with his details and store in computer when a file path is specified, if possible plz give me

a sample code too.its urgent

hi,

Can any one suggest me a functu=ion module which generates a pdf files for the data in internal table, which contains employ details,i need for each employ, i want to generate a pdf file with his details and store in computer when a file path is specified, if possible plz give me

a sample code too.its urgent

5 REPLIES 5
Read only

Former Member
0 Likes
1,478

Hi Dude,

Try with any of these below FMs,

A_CS Display current schedules

ECP_PDF E&C: PDF Display

ECP_PDF_DISPLAY E&C Display Purchase Order in PDF format

HR_IT_DISPLAY_WITH_PDF

QC07_BATCH_CERT_DISPLAY_PDF

SCWB_NOTE_DISPLAY_PDF

SCWB_NOTE_DISPLAY_TPDF

Also,know this ,if you need to find a FM for your requirement,

use TCODE SE37 , enter the search keyword as a combination of ' * ' (asterisk),preceded,ended and mixed with it.

For eg., pdf

Press F4.A list containing FMs appears from which you could find the exact one from repeated searches..

Regards,

Lakshmanan

Edited by: Lakshmanan Balasubramanian on Feb 20, 2008 8:03 AM

Read only

Former Member
0 Likes
1,478

Check this FM.

'CONVERT_ABAPSPOOLJOB_2_PDF'

And also Refer the following link for similar program:

http://www.sapdevelopment.co.uk/reporting/rep_spooltopdf.htm

Regards

Read only

0 Likes
1,478

i need the pdf file to be created from an internal table data ,

Read only

i048168
Product and Topic Expert
Product and Topic Expert
0 Likes
1,478

Hi,

Refer this thread.

Regards

vadi

Read only

Former Member
0 Likes
1,478

You can check this FM:

CONVERT_OTFSPOOLJOB_2_PDF

Kind regards

A.V.