‎2010 Jan 04 8:17 AM
Hello all,
i have a requirement wherein i have to send a classical report output to PDF and trigger mail.
Have almost did that using CALL FUNCTION 'SAVE_LIST', CALL FUNCTION 'TABLE_COMPRESS'.
But whenever CALL FUNCTION 'SAVE_LIST' is getting executed the output of this function module is always in
ALI format.
Is there any way to trigger mail using ALI format??Should i have to convert ALI format to OTF or RAW and then only i have to trigger the mail?[For this when i used CALL FUNCTION 'SX_OBJECT_CONVERT_ALI_RAW' it gives me error 'Message cannot be processed as it cannot be converted' eventhough in maintainence view it been maintained accordingly for ALI and RAW].
Waiting for your replies.
‎2010 Jan 04 10:13 AM
Hi
Sample code to convert output of classical report to PDF and send E-mail to SAP Login ID.
<MODIFIED BY MODERATOR - RESPECT THE 2,500 CHARS LIMIT>
Regards
Srilaxmi
Edited by: Alvaro Tejada Galindo on Jan 4, 2010 4:10 PM
‎2010 Jan 05 4:27 AM
Can i proceed by this way??
Should i have to proceed by some other way???
I don't want to use spool id concept in my requirement....
Waiting for ur replies...