Hi Suresh,
Thank you for the valuable input at the line no. 15 i can see the below code in the method execute
IF lp_attachment IS INITIAL. ------------ this is line no. 15
MESSAGE s042(sgos_msg).
ELSEIF ls_object-objkey IS INITIAL AND ---
NOT lp_attachment IS INITIAL.
ls_attachment-instid = lp_attachment.
ls_attachment-typeid = 'MESSAGE'.
ls_attachment-catid = 'BO'.
APPEND ls_attachment TO gt_attachments.
ELSE.
MESSAGE s043(sgos_msg).
RAISE EVENT commit_required.
RAISE EVENT service_succeeded
EXPORTING eo_service = me.
ENDIF.
If you can give piece of code i would be helpfuly in solving this issue. please give the code .
Thanks & Regards
Syamala