<?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: Help on BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-bdc/m-p/1146030#M116159</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i don't understand your question but the forward slash is sometimes used in BDCs to indicate that a particular field should not be updated, i.e it means 'leave the value in this field unchanged'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Feb 2006 02:43:09 GMT</pubDate>
    <dc:creator>former_member186741</dc:creator>
    <dc:date>2006-02-27T02:43:09Z</dc:date>
    <item>
      <title>Help on BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-bdc/m-p/1146027#M116156</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;I have a doubt on BDC's.While creating flat file iam taking forward slash (/) for this  i need to write a code &lt;/P&gt;&lt;P&gt;how? can any one please help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2006 20:51:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-bdc/m-p/1146027#M116156</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-24T20:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: Help on BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-bdc/m-p/1146028#M116157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Girish,&lt;/P&gt;&lt;P&gt;  Can you explain it more??Why are you using / in the flat file &amp;amp; for what field..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2006 20:53:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-bdc/m-p/1146028#M116157</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-24T20:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: Help on BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-bdc/m-p/1146029#M116158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just append a '/' after every field to the final string which is downloaded onto the flat file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Feb 2006 12:33:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-bdc/m-p/1146029#M116158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-26T12:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Help on BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-bdc/m-p/1146030#M116159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i don't understand your question but the forward slash is sometimes used in BDCs to indicate that a particular field should not be updated, i.e it means 'leave the value in this field unchanged'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2006 02:43:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-bdc/m-p/1146030#M116159</guid>
      <dc:creator>former_member186741</dc:creator>
      <dc:date>2006-02-27T02:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: Help on BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-bdc/m-p/1146031#M116160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi saripalli&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while uploading the flat file through the BDC you will storing the contents to a internal table,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have loop at the internal table then concatenate the contenets the of the internal table with the '/'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'GUI_UPLOAD'&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;Tables&lt;/P&gt;&lt;P&gt;outtab = records&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;concatenate records-field1 '/' into records-field1.&lt;/P&gt;&lt;P&gt;concatenate records-field2 '/' into records-field2.&lt;/P&gt;&lt;P&gt;concatenate records-field3 '/' into records-field3.&lt;/P&gt;&lt;P&gt;modify itab.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;kishore&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Harikishore Sreenivasulu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2006 02:49:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-bdc/m-p/1146031#M116160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-27T02:49:49Z</dc:date>
    </item>
  </channel>
</rss>

