2008 Dec 05 9:22 AM
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!
2008 Dec 05 9:25 AM
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.
2008 Dec 05 9:37 AM
Hi Rainer,
Could you elaborate on dynpro technologies? Can you site some examples? Thanks a lot!
2008 Dec 05 9:38 AM
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