Hi All,
The problem seems to be that when you choose the Long Mail Title (mail subjects > 50 chars) then a completely different routine is used for sending mails. This explains the wide range of side effects.
The split happens in fm SWW_SRV_MAIL_SEND.
When LMT is set then (amongst others) fm SWI_GET_USERS_OF_ORG_UNIT is used and it expects to see US entries in table HRP1001. But, some systems don't have that, they have P (Pernrs) instead which should be matched to US via table PA0105.
(By the way, in my system org path WF_WFADM is used)
When LMT isn't set then fm SO_NEW_DOCUMENT_SEND_API1 is eventually used and I'm quite sure it can handle sending mails to Positions or Pernrs correctly (still have to test).
I can't think of an easy fix for this, except to abandon Long Mail Title.
Any suggestions welcome.
regards
Rick Bakker