<?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 Function module taking default value despite of giving values in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-taking-default-value-despite-of-giving-values/m-p/12649867#M2014975</link>
    <description>&lt;P&gt;Requirement is to download a CSV file,&lt;BR /&gt;by default this FM takes Field separator as tabs &lt;BR /&gt;but here i have given field separator as ','&lt;BR /&gt;its still separating the Fields by Tabs.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2161510-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;i want to download output in CSV file.&lt;BR /&gt;is this FM correct way to do so.&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Thu, 30 Mar 2023 11:08:10 GMT</pubDate>
    <dc:creator>former_member1364661</dc:creator>
    <dc:date>2023-03-30T11:08:10Z</dc:date>
    <item>
      <title>Function module taking default value despite of giving values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-taking-default-value-despite-of-giving-values/m-p/12649867#M2014975</link>
      <description>&lt;P&gt;Requirement is to download a CSV file,&lt;BR /&gt;by default this FM takes Field separator as tabs &lt;BR /&gt;but here i have given field separator as ','&lt;BR /&gt;its still separating the Fields by Tabs.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2161510-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;i want to download output in CSV file.&lt;BR /&gt;is this FM correct way to do so.&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 11:08:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-taking-default-value-despite-of-giving-values/m-p/12649867#M2014975</guid>
      <dc:creator>former_member1364661</dc:creator>
      <dc:date>2023-03-30T11:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: Function module taking default value despite of giving values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-taking-default-value-despite-of-giving-values/m-p/12649868#M2014976</link>
      <description>&lt;P&gt;WRITE_FIELD_SEPARATOR is a flag whether fields shall be separated and not the separating character, see function module documentation:&lt;/P&gt;&lt;H3&gt;Separate Columns by Tabs in Case of ASCII Download&lt;/H3&gt;&lt;H3&gt;Description&lt;/H3&gt;&lt;P&gt;In the downloaded file, the columns are separated by tab characters (cl_abap_char_utilities=&amp;gt;horizontal_tab). You should use this setting if you want to upload the data from the file at a later time, because this is the only way of identifying individual columns.&lt;/P&gt;&lt;P&gt;The parameter makes sense only for the FILETYPE values ASC, DAT and IBM; for DAT it is set implicitly.&lt;/P&gt;&lt;H3&gt;Value range&lt;/H3&gt;&lt;P&gt;'X'   : Write separator.&lt;/P&gt;&lt;P&gt;SPACE : Do not write separator.&lt;/P&gt;&lt;H3&gt;Default&lt;/H3&gt;&lt;P&gt;SPACE&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 16:24:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-taking-default-value-despite-of-giving-values/m-p/12649868#M2014976</guid>
      <dc:creator>harald_lesche-holzbecher</dc:creator>
      <dc:date>2023-03-30T16:24:29Z</dc:date>
    </item>
  </channel>
</rss>

