<?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: Message with duplicate data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-with-duplicate-data/m-p/9796555#M1779140</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii Ronaldo,&lt;/P&gt;&lt;P&gt;To distinguish between place holder and literal give the $$ it will be interpreted as literal not as specialcharacter(place holder).So write the message like below in ur message class&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 11.81px; background-color: #ffffff;"&gt;Valor do Contrato R$$ &amp;amp;1 &amp;lt;&amp;gt; Valor Fixado no Contrato R$$ &amp;amp;2.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 11.81px; background-color: #ffffff;"&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/296278" width="450" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 11.81px; background-color: #ffffff;"&gt;then display the mesage in ur program&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;MESSAGE &lt;/SPAN&gt;e000&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;zest&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;WITH &lt;/SPAN&gt;p_i_ekko&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;ktwrt&amp;nbsp; v_valor_ktwrt&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;here is ur desired output&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/296277" width="450" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Syed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Oct 2013 05:58:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-10-11T05:58:18Z</dc:date>
    <item>
      <title>Message with duplicate data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-with-duplicate-data/m-p/9796550#M1779135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;MESSAGE &lt;/SPAN&gt;e000&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;zest&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;WITH &lt;/SPAN&gt;p_i_ekko&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;ktwrt&amp;nbsp; v_valor_ktwrt&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why the values appear duplicate? (see image attached)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See my class message attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 20:57:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-with-duplicate-data/m-p/9796550#M1779135</guid>
      <dc:creator>ronaldo_aparecido</dc:creator>
      <dc:date>2013-10-10T20:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Message with duplicate data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-with-duplicate-data/m-p/9796551#M1779136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A __default_attr="78416" __jive_macro_name="user" class="jive_macro jive_macro_user" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;System confuse $ and &amp;amp; for place holder. If you want to write currency use R&amp;amp;(for currency) &amp;amp;(for amount).&lt;/P&gt;&lt;P&gt;just remove $ in message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tolga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 21:24:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-with-duplicate-data/m-p/9796551#M1779136</guid>
      <dc:creator>tolga_polat</dc:creator>
      <dc:date>2013-10-10T21:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Message with duplicate data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-with-duplicate-data/m-p/9796552#M1779137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use two dollars in your SE91 message text like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Valor do Contrato R$$ &amp;amp;1 &amp;lt;&amp;gt; Valor Fixado no Contrato R$$ &amp;amp;2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The extra $ escapes the $ following it, so that MESSAGE command takes it as a literal $ and not interpret it as a special character&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should solve your problem and make the $ symbol appear in the message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Vishnu Tallapragada&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 21:46:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-with-duplicate-data/m-p/9796552#M1779137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-10T21:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Message with duplicate data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-with-duplicate-data/m-p/9796553#M1779138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ronaldo,&lt;/P&gt;&lt;P&gt;By using "$" the system , thinks that it as a placeholder and places the values, try removing the "$" sign .&lt;/P&gt;&lt;P&gt;Please view the standards :&lt;A href="http://www.sapdesignguild.org/resources/minisg/5_Dialogues/5_Short_Texts.htm" title="http://www.sapdesignguild.org/resources/minisg/5_Dialogues/5_Short_Texts.htm"&gt;Message Short Texts&lt;/A&gt;&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;Sivaganesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2013 04:04:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-with-duplicate-data/m-p/9796553#M1779138</guid>
      <dc:creator>sivaganesh_krishnan</dc:creator>
      <dc:date>2013-10-11T04:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Message with duplicate data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-with-duplicate-data/m-p/9796554#M1779139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ronaldo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try using escape character \&amp;nbsp; before &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;$&lt;/SPAN&gt;, since its a special character used as place holder in text messages&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 11.818181991577148px; background-color: #ffffff;"&gt;Valor do Contrato R \$ &amp;amp;1 &amp;lt;&amp;gt; Valor Fixado no Contrato R \$ &amp;amp;2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 11.818181991577148px; background-color: #ffffff;"&gt;if thats not successful, you will have to pass it in your program. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 11.818181991577148px; background-color: #ffffff;"&gt;data dollar type c value '&lt;SPAN style="color: #333333; font-size: 11.818181991577148px; background-color: #ffffff;"&gt;$'.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 11.818181991577148px; background-color: #ffffff;"&gt;in the message text give by&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 11.818181991577148px; background-color: #ffffff;"&gt;Valor do Contrato R &amp;amp;1 &amp;amp;2 &amp;lt;&amp;gt; Valor Fixado no Contrato R &amp;amp;3 &amp;amp;4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52" style="font-size: 11.818181991577148px; background-color: #ffffff; color: #333333;"&gt;MESSAGE &lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 11.818181991577148px; background-color: #ffffff;"&gt;e000&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-size: 11.818181991577148px; background-color: #ffffff; color: #333333;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 11.818181991577148px; background-color: #ffffff;"&gt;zest&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-size: 11.818181991577148px; background-color: #ffffff; color: #333333;"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-size: 11.818181991577148px; background-color: #ffffff; color: #333333;"&gt;WITH dollar &lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 11.818181991577148px; background-color: #ffffff;"&gt;p_i_ekko&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-size: 11.818181991577148px; background-color: #ffffff; color: #333333;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 11.818181991577148px; background-color: #ffffff;"&gt;ktwrt dollar v_valor_ktwrt&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-size: 11.818181991577148px; background-color: #ffffff; color: #333333;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 11.818181991577148px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2013 04:32:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-with-duplicate-data/m-p/9796554#M1779139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-11T04:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: Message with duplicate data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-with-duplicate-data/m-p/9796555#M1779140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii Ronaldo,&lt;/P&gt;&lt;P&gt;To distinguish between place holder and literal give the $$ it will be interpreted as literal not as specialcharacter(place holder).So write the message like below in ur message class&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 11.81px; background-color: #ffffff;"&gt;Valor do Contrato R$$ &amp;amp;1 &amp;lt;&amp;gt; Valor Fixado no Contrato R$$ &amp;amp;2.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 11.81px; background-color: #ffffff;"&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/296278" width="450" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 11.81px; background-color: #ffffff;"&gt;then display the mesage in ur program&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;MESSAGE &lt;/SPAN&gt;e000&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;zest&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;WITH &lt;/SPAN&gt;p_i_ekko&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;ktwrt&amp;nbsp; v_valor_ktwrt&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;here is ur desired output&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/296277" width="450" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Syed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2013 05:58:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-with-duplicate-data/m-p/9796555#M1779140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-11T05:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Message with duplicate data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-with-duplicate-data/m-p/9796556#M1779141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;H5 class="simple" style="padding-top: 8px; font-weight: normal; font-size: 20px; background-color: #ffffff; color: #333333;"&gt;Susmitha&lt;/H5&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks comunitty you are the masters.&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/1866/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 12:57:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-with-duplicate-data/m-p/9796556#M1779141</guid>
      <dc:creator>ronaldo_aparecido</dc:creator>
      <dc:date>2013-10-14T12:57:57Z</dc:date>
    </item>
  </channel>
</rss>

