<?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 help needed with fm download in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-with-fm-download/m-p/1791186#M340389</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I AM ABLE TO DOWNLOAD THE TEXT FILE INTO TAB DELIMITED FILE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUT THE PROBLEM IS THAT I NEED THE TAB IMMEDIATELY AFTER THE VALUE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAY IF I HAVE A FIELD OF LENGTH 20 BUT THE VALUE IS ONLY 15 DIGITS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I NEED TAB IMMEDIATELY AFTER 15 DIGITS BUT WHAT MY CODE IS DOING IS&lt;/P&gt;&lt;P&gt;IT WRITES 15 DIGIT VALUE THEN LEAVE 5 DIGIT BLANK SPACE AND THEN GIVES TAB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EX&lt;/P&gt;&lt;P&gt;FLD1 IS LENGTH 10 &lt;/P&gt;&lt;P&gt;FLD2 IS LENGTH 8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THIS IS WHAT I AM GETTING&lt;/P&gt;&lt;P&gt;FLD1 FLD2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1234567899	TEST&lt;/P&gt;&lt;P&gt;9         	TESTF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I NEED SOMETHING LIKE THIS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;12345678	TEST&lt;/P&gt;&lt;P&gt;1	TESTF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Dec 2006 17:34:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-04T17:34:04Z</dc:date>
    <item>
      <title>help needed with fm download</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-with-fm-download/m-p/1791186#M340389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I AM ABLE TO DOWNLOAD THE TEXT FILE INTO TAB DELIMITED FILE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUT THE PROBLEM IS THAT I NEED THE TAB IMMEDIATELY AFTER THE VALUE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAY IF I HAVE A FIELD OF LENGTH 20 BUT THE VALUE IS ONLY 15 DIGITS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I NEED TAB IMMEDIATELY AFTER 15 DIGITS BUT WHAT MY CODE IS DOING IS&lt;/P&gt;&lt;P&gt;IT WRITES 15 DIGIT VALUE THEN LEAVE 5 DIGIT BLANK SPACE AND THEN GIVES TAB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EX&lt;/P&gt;&lt;P&gt;FLD1 IS LENGTH 10 &lt;/P&gt;&lt;P&gt;FLD2 IS LENGTH 8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THIS IS WHAT I AM GETTING&lt;/P&gt;&lt;P&gt;FLD1 FLD2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1234567899	TEST&lt;/P&gt;&lt;P&gt;9         	TESTF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I NEED SOMETHING LIKE THIS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;12345678	TEST&lt;/P&gt;&lt;P&gt;1	TESTF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 17:34:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-with-fm-download/m-p/1791186#M340389</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T17:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: help needed with fm download</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-with-fm-download/m-p/1791187#M340390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U need to define your internal table with character fields and you can use the below option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set the below parameter as X&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRUNC_TRAILING_BLANK - 'X': Blanks are removed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 17:42:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-with-fm-download/m-p/1791187#M340390</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T17:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: help needed with fm download</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-with-fm-download/m-p/1791188#M340391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try to set parameter WRITE_FIELD_SEPARATOR = 'X' in FM GUI_DOWNLOAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 17:50:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-with-fm-download/m-p/1791188#M340391</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2006-12-04T17:50:27Z</dc:date>
    </item>
  </channel>
</rss>

