<?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: Taking out relevant characters from string in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/taking-out-relevant-characters-from-string/m-p/7908550#M1597528</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;Remove that  - "hyphen  from &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;BOBA - BOBUJJAIN , HDFCD - HDFCFORTEF, SBS - SBSKOSAMBA in this way . Now I want to upload BOBA,HDFCD,SBS in&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or  before passing data to hkont  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace  - with Space  &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;Deepak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 May 2011 05:35:04 GMT</pubDate>
    <dc:creator>deepak_dhamat</dc:creator>
    <dc:date>2011-05-17T05:35:04Z</dc:date>
    <item>
      <title>Taking out relevant characters from string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/taking-out-relevant-characters-from-string/m-p/7908549#M1597527</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;In the excel file I have made the dropdown of all the House Bank from Master table. I am uploading the data in SAP through BDC.&lt;/P&gt;&lt;P&gt;BOBA - BOBUJJAIN , HDFCD - HDFCFORTEF, SBS - SBSKOSAMBA in this way . Now I want to upload BOBA,HDFCD,SBS in Vendor master TCODE xk01.Since HKONT field is 5 char long it is taking SBS - in the relevant case.How to get the alphabets only not special characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bharti Jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2011 03:52:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/taking-out-relevant-characters-from-string/m-p/7908549#M1597527</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-17T03:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Taking out relevant characters from string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/taking-out-relevant-characters-from-string/m-p/7908550#M1597528</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;Remove that  - "hyphen  from &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;BOBA - BOBUJJAIN , HDFCD - HDFCFORTEF, SBS - SBSKOSAMBA in this way . Now I want to upload BOBA,HDFCD,SBS in&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or  before passing data to hkont  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace  - with Space  &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;Deepak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2011 05:35:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/taking-out-relevant-characters-from-string/m-p/7908550#M1597528</guid>
      <dc:creator>deepak_dhamat</dc:creator>
      <dc:date>2011-05-17T05:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Taking out relevant characters from string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/taking-out-relevant-characters-from-string/m-p/7908551#M1597529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bharti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could split the field on '-' (if that is the pattern for all your entries) in Fields F1 and F2 and then use F1 as field value in BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case of SBS - SBSKOSAMBA, F1 = SBS; F2 = SBSKOSAMBA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shyam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2011 05:46:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/taking-out-relevant-characters-from-string/m-p/7908551#M1597529</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-17T05:46:27Z</dc:date>
    </item>
  </channel>
</rss>

