Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Urgent

Former Member
0 Likes
570

Hi All,

I am writing a code where i require to send my PDF output as a mail attachment. I have made my PDF atachment in ADOBE form. The code is similar to the standard report program "BCS_EXAMPLE_6". I want to remove the COMMIT WORK statement in the program( see at the end of the program) but its a mandatory one.

Please suggest some way to do this.

Thanks & Regards,

Vivek

Hi All,

I am writing a code where i require to send my PDF output as a mail attachment. I have made my PDF atachment in ADOBE form. The code is similar to the standard report program "BCS_EXAMPLE_6". I want to remove the COMMIT WORK statement in the program( see at the end of the program) but its a mandatory one.

Please suggest some way to do this.

Thanks & Regards,

Vivek

3 REPLIES 3
Read only

Former Member
0 Likes
537

Hi Vivek,

Refer to the link below:

http://sapdev.co.uk/reporting/rep_spooltopdf.htm

Hope this helps.

Reward if helpful.

Regards,

Sipra

Read only

Former Member
0 Likes
537

Hi Sipra,

Actually in ADOBE form the output is directly in the form of PDF where as in smart form or SAP Script the output is in some format ( which is saved in an internat table) and it is then converted to PDF. In my code i am directly mailing the PDF output. But i want to remove the commit work.

Please suggest some other approach.

Thanks & Regards,

Vivek

Read only

0 Likes
537

hi,

then create a copy of that program and comment it. and use this program in ur code.

regards,

madhu