Skip to Content
0
Former Member
May 29, 2008 at 06:20 AM

apart from thr FM "SO_OBJECT_SEND" is theer any other FM for mailing

28 Views

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..