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

Preview email before sending

Former Member
0 Likes
524

Hi everyone,

Is it possible to preview the email first before sending it using this FM SO_DOCUMENT_SEND_API1? The user wants the email to appear in the screen so that he could check the content of the email. If not possible, could you kindly help me this requirement? Thanks a lot!

Hi everyone,

Is it possible to preview the email first before sending it using this FM SO_DOCUMENT_SEND_API1? The user wants the email to appear in the screen so that he could check the content of the email. If not possible, could you kindly help me this requirement? Thanks a lot!

3 REPLIES 3
Read only

rainer_hbenthal
Active Contributor
0 Likes
481

Showing the email itsself is not possible, but you can show all your stuff yourself using dynpro technolgies. If its made good, that user cant see that he is not watching the email itself but something homemade before.

Read only

0 Likes
481

Hi Rainer,

Could you elaborate on dynpro technologies? Can you site some examples? Thanks a lot!

Read only

Former Member
0 Likes
481

hi,

u want to see the preview of the smartform o/p or the email preview ..

for smartform o/p u can use

DATA: ls_composer_param TYPE ssfcompop.

and set this parameter ls_composer_param-tdnoprev = c_X.

and CALL FUNCTION lf_fm_name and pass

EXPORTING (parameter)

control_parameters = ls_control_param

hope it helps u !!!!!

regards,

prashanti