<?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: BDC session in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/2469453#M554993</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mukunda,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem you are getting is obviously because of pipes you are using as separator when uploading and space during downloading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. This problem can be solved by using the same separator while uploading and downloading both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Just program it in a way that you dont depend upon the separator as such.&lt;/P&gt;&lt;P&gt;   I mean.  &lt;/P&gt;&lt;P&gt;a) declare an internal table with just one field text(255) and upload it without separator.&lt;/P&gt;&lt;P&gt;b) Now loop at this table translate pipe into space.&lt;/P&gt;&lt;P&gt;c) split each record into filds at space&lt;/P&gt;&lt;P&gt;d) Now update the record as usual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way it works for every thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this answers your curiosity. &lt;/P&gt;&lt;P&gt;Award points if useful or get back.&lt;/P&gt;&lt;P&gt;Aleem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jun 2007 04:50:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-29T04:50:43Z</dc:date>
    <item>
      <title>BDC session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/2469451#M554991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a problem relating BDC download. &lt;/P&gt;&lt;P&gt;First I have a file in .txt (with pipes in between the fields) format and wen I uploaded it in Call Transaction, the errors which i asked to download back is in .txt format with space (with space in between the field. Now wen iam trying to upload the error file using BDC session method to correct them foreground!!! in SM35, the records with correct fields are not loading in correct way as there is a change of positions in the FLAT FILE. Can anyone help me out for downloading the errors in the same format so that i can upload the errors in  session and then work foreground for the filed values missing. If any code is required plzz help me in this regard. Thanks heaps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 01:49:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/2469451#M554991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T01:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: BDC session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/2469452#M554992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mukunda,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why can't you change your file separator for download from SPACE to PIPE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 01:53:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/2469452#M554992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T01:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: BDC session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/2469453#M554993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mukunda,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem you are getting is obviously because of pipes you are using as separator when uploading and space during downloading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. This problem can be solved by using the same separator while uploading and downloading both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Just program it in a way that you dont depend upon the separator as such.&lt;/P&gt;&lt;P&gt;   I mean.  &lt;/P&gt;&lt;P&gt;a) declare an internal table with just one field text(255) and upload it without separator.&lt;/P&gt;&lt;P&gt;b) Now loop at this table translate pipe into space.&lt;/P&gt;&lt;P&gt;c) split each record into filds at space&lt;/P&gt;&lt;P&gt;d) Now update the record as usual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way it works for every thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this answers your curiosity. &lt;/P&gt;&lt;P&gt;Award points if useful or get back.&lt;/P&gt;&lt;P&gt;Aleem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 04:50:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/2469453#M554993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T04:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: BDC session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/2469454#M554994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how can we download it with pipes... please send me if there is any code for it thanks heaps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 14:19:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/2469454#M554994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T14:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: BDC session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/2469455#M554995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you send me some example like a small code where i can upload and download in the same format either in space or pipes. Thanks heaps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 14:20:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/2469455#M554995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T14:20:52Z</dc:date>
    </item>
  </channel>
</rss>

