on 2008 May 28 4:47 AM
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...
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
10 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.