<?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: Repacing &amp;&amp;&amp;&amp; with field values in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/repacing-with-field-values/m-p/2455043#M550436</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for ur valuable replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jun 2007 09:53:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-22T09:53:58Z</dc:date>
    <item>
      <title>Repacing &amp;&amp;&amp;&amp; with field values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/repacing-with-field-values/m-p/2455039#M550432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In table EDIDS there is a status test field (STATXT). That field is having having values like &amp;amp;&amp;amp;&amp;amp;&amp;amp;. There are other fields in the table EDIDS like parameter1 (STAPA1), parameter2 (STAPA2), parameter3 (STAPA3) and parameter4 (STAPA4).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to replace the values of &amp;amp;&amp;amp;&amp;amp;&amp;amp; with the values in the field STAPA1 to STAPA4. So that instead of &amp;amp;&amp;amp;&amp;amp;&amp;amp; it will be STAPA1STAPA2STAPA3STAPA4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me how to go on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;N.Jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 04:51:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/repacing-with-field-values/m-p/2455039#M550432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T04:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Repacing &amp;&amp;&amp;&amp; with field values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/repacing-with-field-values/m-p/2455040#M550433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nishu , &lt;/P&gt;&lt;P&gt;  Use the REPLACE command.&lt;/P&gt;&lt;P&gt;Here is a sample code for the same&lt;/P&gt;&lt;P&gt;data : v_test type string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v_test = '&amp;amp;&amp;amp;&amp;amp;&amp;amp;'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace '&amp;amp;' with 'STAPA1' into v_test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write / v_test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace '&amp;amp;' with 'STAPA2' into v_test.&lt;/P&gt;&lt;P&gt;write / v_test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace '&amp;amp;' with 'STAPA3' into v_test.&lt;/P&gt;&lt;P&gt;write  / v_test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace '&amp;amp;' with 'STAPA4' into v_test.&lt;/P&gt;&lt;P&gt;write /  v_test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 05:03:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/repacing-with-field-values/m-p/2455040#M550433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T05:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Repacing &amp;&amp;&amp;&amp; with field values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/repacing-with-field-values/m-p/2455041#M550434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi arun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if suppose in STATXT field there is a value like "Vendor &amp;amp;, Customer&amp;amp;, Party&amp;amp;, Address&amp;amp;" and now i want to fill the values of first &amp;amp; with STAPA1 value then second &amp;amp; with STAPA2 value etc. thn how to go for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;N.Jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 06:42:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/repacing-with-field-values/m-p/2455041#M550434</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T06:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Repacing &amp;&amp;&amp;&amp; with field values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/repacing-with-field-values/m-p/2455042#M550435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nishu , &lt;/P&gt;&lt;P&gt;  The all you need to do is remove ' , then it will take the value in the varaible.&lt;/P&gt;&lt;P&gt;So your statement will look like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace '&amp;amp;' with STAPA1 into v_test.&lt;/P&gt;&lt;P&gt;replace '&amp;amp;' with STAPA2 into v_test.&lt;/P&gt;&lt;P&gt;replace '&amp;amp;' with STAPA3 into v_test.&lt;/P&gt;&lt;P&gt;replace '&amp;amp;' with STAPA4 into v_test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assign points if helpful&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 06:44:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/repacing-with-field-values/m-p/2455042#M550435</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T06:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Repacing &amp;&amp;&amp;&amp; with field values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/repacing-with-field-values/m-p/2455043#M550436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for ur valuable replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 09:53:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/repacing-with-field-values/m-p/2455043#M550436</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T09:53:58Z</dc:date>
    </item>
  </channel>
</rss>

