Application Development 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: 

What is an ALI format? PDF for e mail

Former Member
0 Kudos

What is an ALI format? In transaction SCOT, ABAP list (ALI) is the only thing which is to be converted into PDF. I cannot change the others like RAW to PDF as they are already being used by other programs. Can you please let me know how to populate field : documents_line-content_text if it is to be ALI and i need to convert it to PDF. For method:

DATA: document TYPE REF TO cl_document_bcs.

CALL METHOD document->add_attachment

EXPORTING

i_attachment_type = documents_line-type

i_attachment_subject = documents_line-subject

i_att_content_text = documents_line-content_text.

Thanks.

1 REPLY 1

Former Member
0 Kudos

Hi

I hope ALI is a SAP Proprietary Format Document File

check this

http://www.e-tech.ca/008-FileFormats-a.asp

Regards

Anji