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

SMARTFORM issue after upgrading to ECC6

Former Member
0 Likes
434

Hi SDNers,

After upgrading to ECC6 we found that a mail with a SMARTFORM as attachment is not sent. We have analyzed the print program and form but we didnt find the a function module to send a mail.

Is possible another way to send a smartform as attachment?

I found SSFCOMPOP structure which have a new field called COMMIT_WORK. So we added this field to the print program but it didnt work neither.

Anyone knows which could be the reason whiy the form is not sent now?

Thanks is advance,

Best Regards,

Leandro.

Hi SDNers,

After upgrading to ECC6 we found that a mail with a SMARTFORM as attachment is not sent. We have analyzed the print program and form but we didnt find the a function module to send a mail.

Is possible another way to send a smartform as attachment?

I found SSFCOMPOP structure which have a new field called COMMIT_WORK. So we added this field to the print program but it didnt work neither.

Anyone knows which could be the reason whiy the form is not sent now?

Thanks is advance,

Best Regards,

Leandro.

2 REPLIES 2
Read only

atanu_mukherjee
Explorer
0 Likes
393

Hi Leandro,

If you are sure that there is no function module call inside the print program and also there is no other stand alone report to send smarforms output in the form of attachment through mails. Then I can assume that a Work flow might have been set up for doing the same thing. I don't think there is any other way to do this.

You can check the below link :

I will suggest the following steps you can take to rectify this error :

i) Check that user's email is properly maintained in SU01.

ii)Check the program / custom fm which actually sends the mail with the attachment though a print prog / workflow.

iii)Contact basis to check the configuration of SMTP (Simple Mail Transfer Protocol) through tcode SCOT.

This should help you to understand where the problem is happening. Thanks.

Best Regards,

Atanu Mukherjee

Read only

0 Likes
393

Hi,

If you are sending PDF as an attachment with a mail than plz check PDF settings in SAP as same might have got changed.