<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Fixed column length in excel sheet thru abap program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-column-length-in-excel-sheet-thru-abap-program/m-p/8386317#M1643401</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use a OLE method for this, but its quite slows down the performance of your code. you can search and get many sample code, below is one of them&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_macro_name="thread" id="1737889"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Dec 2011 06:01:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-12-05T06:01:22Z</dc:date>
    <item>
      <title>Fixed column length in excel sheet thru abap program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-column-length-in-excel-sheet-thru-abap-program/m-p/8386315#M1643399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Experts ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sending 2 excel attachments from abap program to external email Id's  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Excel attachments are successfully sending but the columns in the excel attachmet are compressed .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to fix some width for excel columns .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide your help and suggest .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nusrat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2011 13:01:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-column-length-in-excel-sheet-thru-abap-program/m-p/8386315#M1643399</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-02T13:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed column length in excel sheet thru abap program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-column-length-in-excel-sheet-thru-abap-program/m-p/8386316#M1643400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can achieve this by AUTOFIT method. Look into below link for sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;link to blocked site removed by moderator&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Venk@&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on Dec 4, 2011 7:11 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Dec 2011 04:50:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-column-length-in-excel-sheet-thru-abap-program/m-p/8386316#M1643400</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-04T04:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed column length in excel sheet thru abap program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-column-length-in-excel-sheet-thru-abap-program/m-p/8386317#M1643401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use a OLE method for this, but its quite slows down the performance of your code. you can search and get many sample code, below is one of them&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_macro_name="thread" id="1737889"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2011 06:01:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-column-length-in-excel-sheet-thru-abap-program/m-p/8386317#M1643401</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-05T06:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed column length in excel sheet thru abap program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-column-length-in-excel-sheet-thru-abap-program/m-p/8386318#M1643402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All  ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply ,.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using below function module to send a mail with excel attachment , I would like to use the same code instead of OLE  .. Could you please let me know how to modify the column lenght using this module  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'SO_DOCUMENT_SEND_API1'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            document_data              = gd_doc_data&lt;/P&gt;&lt;P&gt;            put_in_outbox              = 'X'&lt;/P&gt;&lt;P&gt;            sender_address             = 'Traking System'&lt;/P&gt;&lt;P&gt;            sender_address_type        = 'INT'&lt;/P&gt;&lt;P&gt;            commit_work                = 'X'&lt;/P&gt;&lt;P&gt;       IMPORTING&lt;/P&gt;&lt;P&gt;            sent_to_all                = gd_sent_all&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            packing_list               = it_packing_list&lt;/P&gt;&lt;P&gt;            contents_bin               = it_attachment&lt;/P&gt;&lt;P&gt;            contents_txt               = it_message&lt;/P&gt;&lt;P&gt;            receivers                  = it_receivers&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;            too_many_receivers         = 1&lt;/P&gt;&lt;P&gt;            document_not_sent          = 2&lt;/P&gt;&lt;P&gt;            document_type_not_exist    = 3&lt;/P&gt;&lt;P&gt;            operation_no_authorization = 4&lt;/P&gt;&lt;P&gt;            parameter_error            = 5&lt;/P&gt;&lt;P&gt;            x_error                    = 6&lt;/P&gt;&lt;P&gt;            enqueue_error              = 7&lt;/P&gt;&lt;P&gt;            OTHERS                     = 8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nusrat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2011 07:57:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-column-length-in-excel-sheet-thru-abap-program/m-p/8386318#M1643402</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-05T07:57:37Z</dc:date>
    </item>
  </channel>
</rss>

