2018 Oct 07 12:50 AM
Hello.
I use FM SO_OBJECT_SEND and send emails with attach successfully
for all appends i have in receivers (LIKE soos1).
But I want to define the sequence display in TO: ,CC: when send email.
How i can do this?
2018 Oct 07 8:12 AM
Don't use SO_OBJECT_SEND. Use the CL_BCS classes. These are far less problematic than the function modules and easier to use. They are well documented and there are many blogs and examples concerning their use.
2018 Oct 07 10:25 AM
Thanks for your answer.With this class i will resolve my problem?
2018 Oct 07 2:46 PM
1) Use reply to reply to a comment or an answer. Don't make an answer.
2) It will certainly make it easier for you, and it may fix the problem.
2018 Oct 08 5:50 PM
Its better than SO but didn't find solution..
Also i find this
2018 Oct 08 6:15 PM
2018 Oct 08 8:09 PM
there is no match any example..There also bcs_test* without such a scenario.
2018 Oct 13 3:14 PM
Dear Periklis
please check our example report RSBCS_EXAMPLE_EMAIL. Here you can find the way how to set the sender as cc or bcc
Best regards JozsefH
2018 Oct 15 1:01 PM
Thank you for your time.
I set CC & BCC correctly.But i want define output display sequence.
Example : CC: [email protected];[email protected]
But i want send mail with this order
CC: [email protected];[email protected].
2018 Oct 15 2:13 PM
I set CC & BCC correctly.But i want define output display sequence.
Example : CC: [email protected];[email protected]
But i want send mail with this order
CC: [email protected];[email protected].
Why? What difference does it make? You've no control over the actual order of sending in time - either one could be sent before the other, or received before the other.
What matters surely is the recipient receives their email
2018 Oct 15 3:02 PM
2018 Oct 15 7:12 PM
Then it is your job to reply to the person answer something like:
Why? What difference does it make? You've no control over the actual order of sending in time - either one could be sent before the other, or received before the other.
It is part of a developers job to push back when so-called requirements are stupid.
2018 Oct 13 9:28 PM
Additional to Jozsef, here is a blog with almost all coding you need:-)