2015 Oct 16 7:53 AM
Hi,
I am using CL_BCS class to send mail.
When i set :
receiver1 = b1.
receiver2 = a1
It sends mail with order "a1,b1".
I want to send mail with my given sequence(in that case b1;a1),not name sorted.Is that possible?
Thank you.
2015 Oct 16 8:05 AM
Hi,
The recipients are stored in an internal table with table type BCSY_RE which is a hashed table type with primary key as Recipient. Therefore it automatically sorts the Recipients and the order cannot be changed.
Regards,
Ashish
Hi,
I am using CL_BCS class to send mail.
When i set :
receiver1 = b1.
receiver2 = a1
It sends mail with order "a1,b1".
I want to send mail with my given sequence(in that case b1;a1),not name sorted.Is that possible?
Thank you.
2015 Oct 16 8:05 AM
Hi,
The recipients are stored in an internal table with table type BCSY_RE which is a hashed table type with primary key as Recipient. Therefore it automatically sorts the Recipients and the order cannot be changed.
Regards,
Ashish
2015 Oct 16 8:14 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |