Skip to Content
0
Sep 15, 2005 at 03:01 PM

Email Smartform to multiple recipients

554 Views

We are emailing smartform output to multiple recipients with some regularity.

A request has come through to identify all of the mail recipients a particular output has been emailed to.

For instance a single output has been issued as email to three different recipients.

I am looping through the call to my smartform for each recipient and and passing in the mail parameters.

The structure for recipients (mail_recipient) appears to be flat rather than an internal table.

call function function_name

*call function '/1BCDWB/SF00000002'

exporting

  • ARCHIVE_INDEX =

  • ARCHIVE_INDEX_TAB =

  • ARCHIVE_PARAMETERS =

control_parameters = control_parameters

mail_appl_obj = o_mail_appl_obj

mail_recipient = o_mail_recipient

mail_sender = o_mail_sender

output_options = ls_output_options

Is there any way to pass in a list of recipents so that the subsequent email message identifies all receipients?