<?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 BDC Issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-issue/m-p/8012990#M1607930</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;I am Neetha i developed a program to upload flat file from client to Application Server using FM-'C13Z_FILE_UPLOAD_ASCII'&lt;/P&gt;&lt;P&gt;But my flat file data is separated my tab space, but after loading into the Application server it shows the data is separated by&lt;/P&gt;&lt;P&gt;'#' symbol. i could understand why this problem is comming, Can Pls help with correct answers or links.&lt;/P&gt;&lt;P&gt;the reason iam using this FM-C13Z_FILE_UPLOAD_ASCII is my file has to always overwrite in Application server. Pls help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neetha.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message: please choose more descriptive subject lines for your posts.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on Aug 4, 2011 9:04 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Aug 2011 05:56:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-08-04T05:56:09Z</dc:date>
    <item>
      <title>BDC Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-issue/m-p/8012990#M1607930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;I am Neetha i developed a program to upload flat file from client to Application Server using FM-'C13Z_FILE_UPLOAD_ASCII'&lt;/P&gt;&lt;P&gt;But my flat file data is separated my tab space, but after loading into the Application server it shows the data is separated by&lt;/P&gt;&lt;P&gt;'#' symbol. i could understand why this problem is comming, Can Pls help with correct answers or links.&lt;/P&gt;&lt;P&gt;the reason iam using this FM-C13Z_FILE_UPLOAD_ASCII is my file has to always overwrite in Application server. Pls help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neetha.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message: please choose more descriptive subject lines for your posts.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on Aug 4, 2011 9:04 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2011 05:56:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-issue/m-p/8012990#M1607930</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-04T05:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-issue/m-p/8012991#M1607931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neetha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever you create a file in application server with tab delimited format, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the file will be created with the # symbol, but actually it is not the #, rather it is horizontal tab,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; lc_tab TYPE   c      VALUE cl_abap_char_utilities=&amp;gt;horizontal_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever we create the tab delimited file in APP server, you should not use '#' directly.&lt;/P&gt;&lt;P&gt;instead you have to use the above horizonta_tab type. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do not get confused with the '#' symbol, SAP has used this symbol to represent the tab delimiter.&lt;/P&gt;&lt;P&gt;thats all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkatesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2011 06:19:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-issue/m-p/8012991#M1607931</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-04T06:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-issue/m-p/8012992#M1607932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkatesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for ur immediate reply. my Problem solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2011 06:50:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-issue/m-p/8012992#M1607932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-04T06:50:08Z</dc:date>
    </item>
  </channel>
</rss>

