Skip to Content
0
Former Member
May 10, 2010 at 07:34 AM

Send Adobe Form As Attachment

82 Views

hi Experts

I need send Adobe Form as attachment

  • this is part of my prog. ******************

TRY.

lr_send_request->send(

EXPORTING

i_with_error_screen = 'X'

RECEIVING

result = lv_sent_to_all ).

CATCH cx_send_req_bcs INTO lr_send_req_bcs.

ENDTRY.

COMMIT WORK.

***************************************************************

but after execute I get Error(Dump):

*Calling a COMMIT WORK in an update process is not allowed*

*because the function modules triggered in a Logical Unit*

*of Work cannot then be processed correctly.*

I tried to use UpdateFunction(call function in update task), but in this case I get Empty PDF File .

How can I solve this problem?

Thanks,

Larissa