cancel
Showing results for 
Search instead for 
Did you mean: 

sending smartform attachment in email

Former Member
0 Kudos

1. i want to send an email in which, smartform is attachment.

2. i also want to sending that smart form in the body page of the mail.

could u ppl help me out frm this...

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Rahul,

Please check this link

Smart form to PDF

https://wiki.sdn.sap.com/wiki/display/Snippets/ConvertSmartformtoPDFformat

Smartform to EMAIL

https://wiki.sdn.sap.com/wiki/display/Snippets/SmartformtoMailasPDF+attachment

Best regards,

raam

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

To email smartform try this -

ctrl_param-device = 'MAIL'.

1. call function <smartform's function module>

importing CONTROL_PARAMETERS = ctrl_param

MAIL_SENDER = sender

MAIL_RECIPIENT = recipient

MAIL_APPL_OBJ = mail_obj

smartform will be sent as email attachment/

Cheers.

...Reward if useful.