cancel
Showing results for 
Search instead for 
Did you mean: 

problem about send mail with PDF from sapscript

Former Member
0 Kudos

Hi Experts,

one program is developed for send sapscript output to external mail address.and now , mail can be sent with PDF attachment.

But there are something wrong with the PDF:the hard-coded text in the sapscript can be transferred into the PDF, while all variables are present as empty. that's meaning only hard-coded texts are converted from sapscript to PDF.

Can you please kindly give your inputs if you also confronted the similiar issue.

thanks,

aumas.

Accepted Solutions (0)

Answers (2)

Answers (2)

brad_bohn
Active Contributor
0 Kudos

while all variables are present as empty. that's meaning only hard-coded texts are converted from sapscript to PDF.

No, not true. There is no runtime conversion of variables during the format switch to PDF. The variables are converted and embedded in the OTF during the print program run. The OTF is converted to PDF at the time the email is generated. The converter has no knowledge of the print program variables. You have an issue with the print program or with the layout definition. You need to debug the print program as the other poster suggested.

former_member225631
Active Contributor
0 Kudos

You can check and debug, whether values are cleared before spool creation.