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: 

Issue while sending an email on saving the PO in trnasaction ME22

Former Member
0 Kudos

“ Adobe Reader could not open ‘XeroxPurchase order 80000001222_20070327064958_X.PDF’ because it is either not supported file type or because the file has been damaged (for example, it was sent as an email attachment ans wasn’t correctly decoded)”.

While saving a PO I should send an email. Here the email is triggering. However at requisitioner level the attachment can not be opened, instead of that it is throwing the above message during time opening the PDF form of attachment.

I have used the following parameters in my smart form .

lw_ctrlop-getotf = 'X'.

lw_ctrlop-no_dialog = 'X'.

lw_compop-tdnoprev = 'X'.

.

CALL FUNCTION fm_name

EXPORTING

control_parameters = lw_ctrlop

output_options = lw_compop

USER_SETTINGS = 'X'

Please advice.

1 REPLY 1

Former Member
0 Kudos

We can dirctky transfre it to PDF , So try to Change the OTF format from SSF into PDF .

Hope this will helpyou.

Thx

Parthi

Reward if found useful.