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

Mail receiver sequence with CL_BCS

fikretsomay
Participant
0 Likes
977

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
877

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

2 REPLIES 2
Read only

Former Member
0 Likes
878

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

Read only

0 Likes
877

Thank you for your reply.

Sincerely,

fikret.