Skip to Content
0
Sep 09, 2008 at 12:23 PM

Creating an empty row in excel as an attachment+XLS name as date_timestamp

136 Views

Hello folks,

I am using the following method and I want to get rid of empty column as well as file name with date and time stamp. Let me know how I can achieve this.

Thanks,

Khan

FYI

 

Data:  c_ext    TYPE soodk-objtp VALUE 'XLS'. " XLS Extension
* Adding Attachment
      CALL METHOD l_document->add_attachment
        EXPORTING
          i_attachment_type    = c_ext
          i_attachment_size    = l_size
          i_attachment_subject = TY
*          I_ATTACHMENT_HEADER  = HEAD_TAB[]
          i_att_content_text   = decompressed[].

.