Hi I am using the function module "SO_OBJECT_SEND" and i am passing the following in this FM
CALL FUNCTION 'SO_OBJECT_SEND'
EXPORTING
folder_id = w_folder_id
object_hd_change = w_object_hd_change
object_id = w_object_id
object_type = 'EXT'
outbox_flag = 'X'
check_send_authority = 'X'
TABLES
receivers = it_receipients
note_text = lt_note
EXCEPTIONS
active_user_not_exist = 1
communication_failure = 2
My Problem is that i am getting an Extra attachment, can any one suggest me the solution ..why i am getting this extra attachment and how can it be avoided..