<?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: passing value for long text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-value-for-long-text/m-p/2734982#M635216</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that i have defined but is it possible to pass value in long text...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my long text should vary according to customer number....&lt;/P&gt;&lt;P&gt;it should pick up the value from table and place it in long text...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg:- This customer is critical reason &amp;amp;itab-reason&amp;amp;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Sep 2007 08:33:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-03T08:33:08Z</dc:date>
    <item>
      <title>passing value for long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-value-for-long-text/m-p/2734980#M635214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am displaying my warning message in the status bar (bottom of the screen)...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as i click over the message it displays the documentation... i.e. long text....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so is it possible for me to pass my own value in the long text box...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 08:14:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-value-for-long-text/m-p/2734980#M635214</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-03T08:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: passing value for long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-value-for-long-text/m-p/2734981#M635215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, For this you need to create your own message class &amp;amp; message. And after creating the message in SE91, a long text may be maintained from the following menu path: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto -&amp;gt; Documentation-&amp;gt;Long Text.&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;Best Regards, Murugesh AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 08:22:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-value-for-long-text/m-p/2734981#M635215</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-03T08:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: passing value for long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-value-for-long-text/m-p/2734982#M635216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that i have defined but is it possible to pass value in long text...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my long text should vary according to customer number....&lt;/P&gt;&lt;P&gt;it should pick up the value from table and place it in long text...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg:- This customer is critical reason &amp;amp;itab-reason&amp;amp;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 08:33:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-value-for-long-text/m-p/2734982#M635216</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-03T08:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: passing value for long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-value-for-long-text/m-p/2734983#M635217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can do that by passing the variable.&lt;/P&gt;&lt;P&gt;Like using SE91 I created a message class ZZ message number 001. or you can double click the message number to write the code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ITEM &amp;amp;4 LINE &amp;amp;3:MATERIAL GROUP FOR  SERVICE &amp;amp;1 DOES NOT MATCH  THAT OF &amp;amp;2&lt;/P&gt;&lt;P&gt;on program I wrote&lt;/P&gt;&lt;P&gt;MESSAGE e000(zz) WITH ml_esll-srvpos t023t-wgbez ml_esll-extrow .&lt;/P&gt;&lt;P&gt;where the macro 1  = ml_essll-srvpos&lt;/P&gt;&lt;P&gt;                         2 = t023t-wgbez&lt;/P&gt;&lt;P&gt;                        3 = ml_esll-extrow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mallick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 10:28:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-value-for-long-text/m-p/2734983#M635217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-03T10:28:58Z</dc:date>
    </item>
  </channel>
</rss>

