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

ALI to RAW format for triggerring mail

Former Member
0 Likes
600

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.

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.

2 REPLIES 2
Read only

Former Member
0 Likes
524

Hi

Check the OSS Notes 190669, 590126, 211973 and 171698.

Check SAP Connect node for supported formats.

Regards

Raj

Read only

0 Likes
524

Is there a way to trigger a classical output as PDF attachment through mail without using SPOOL ID?