Application Development 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: 

Mail receiver sequence with CL_BCS

fikretsomay
Participant
0 Kudos

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

former_member289261
Active Contributor
0 Kudos

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

former_member289261
Active Contributor
0 Kudos

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

0 Kudos

Thank you for your reply.

Sincerely,

fikret.