Application Development 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: 

generate pdf from given values,attach it with mail and send.

Former Member
0 Kudos

hi,

please help me in this.

i got to generate a pdf which will contain some

values input by users in module pool (ex: wa_vbak-vbeln).

then it should get attached to a mail and be sent to some

email id.

what all FMs be used here?and the respective import,export,table parameters.

please help me out..suitable points will be rewarded.

5 REPLIES 5

Former Member
0 Kudos

hi,

this depends on the Release of your SAP-System ( e.g. 7.0 need/wants ADS)

0 Kudos

my system is ECC 5.0

0 Kudos

someone kindly help me in this .

Former Member
0 Kudos

hi,

Use the FM to generate PDF.

1.'CONVERT_ABAPSPOOLJOB_2_PDF'

The PDF dat can be sent through mail using FM.

2.'SO_NEW_DOCUMENT_ATT_SEND_API1'

Former Member
0 Kudos

Thanks a lot.