Dear Expert,
I am using
CALL FUNCTION 'SO_OBJECT_SEND'
EXPORTING
object_hd_change = object_hd_change
object_type = object_type
owner = sy-uname
sender = sy-uname
originator = horiginator
originator_type = 'B'
TABLES
objcont = objcont
objhead = objhead
objpara = objpara
objparb = objparb
receivers = receivers .
to send email.
The Subject of the email is passed in through parameter "object_hd_change-objdes".
The problem is, it allowed only 50 characters. Is there anyway to send that with subject it longer than that ?