<?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: Reading standard text with variable in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-standard-text-with-variable/m-p/6220172#M1378952</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arvind,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you read the text you must know the number which actually is qmel-qmnumn. So whereever you got the number from, you can do a &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPLACE '&amp;amp;qmel-qmnumn&amp;amp;' IN my_table-lines WITH &amp;lt;the number you used to read the text&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will answer your question. If not, please post some more code lines of what you tried until now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 18 Oct 2009 13:26:30 GMT</pubDate>
    <dc:creator>Clemenss</dc:creator>
    <dc:date>2009-10-18T13:26:30Z</dc:date>
    <item>
      <title>Reading standard text with variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-standard-text-with-variable/m-p/6220171#M1378951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a standard text as below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notification number &amp;amp;qmel-qmnumn&amp;amp; created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my code i will read this stndard text using function module READ_TEXT.Once read I want the internal table IT_LINES of read_text to pass to my internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at IT_LINES.&lt;/P&gt;&lt;P&gt;my_table-lines = IT_LINES-tdline.&lt;/P&gt;&lt;P&gt;append my_table.&lt;/P&gt;&lt;P&gt;endloop. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the problem is that my_table is getting populated with &lt;/P&gt;&lt;P&gt;text otification number &amp;amp;qmel-qmnumn&amp;amp; created' but I want the value of variable to be populated like 'Notification number 999999 created'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any symbol i need to maintain in the standard text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please note that I am not going to use this in form but for sending mail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Oct 2009 08:07:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-standard-text-with-variable/m-p/6220171#M1378951</guid>
      <dc:creator>arvind_soni</dc:creator>
      <dc:date>2009-10-18T08:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: Reading standard text with variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-standard-text-with-variable/m-p/6220172#M1378952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arvind,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you read the text you must know the number which actually is qmel-qmnumn. So whereever you got the number from, you can do a &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPLACE '&amp;amp;qmel-qmnumn&amp;amp;' IN my_table-lines WITH &amp;lt;the number you used to read the text&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will answer your question. If not, please post some more code lines of what you tried until now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Oct 2009 13:26:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-standard-text-with-variable/m-p/6220172#M1378952</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2009-10-18T13:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Reading standard text with variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-standard-text-with-variable/m-p/6220173#M1378953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Clemens,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this seems to be a work around.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want my standard text to be maintainable and user can modify it without doing any changes in the code...that means ..today he is printing QMEL-QMNUM but in future he may want to add more field with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope i am able to put my question correctly !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you &lt;/P&gt;&lt;P&gt;Arvind&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2009 06:37:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-standard-text-with-variable/m-p/6220173#M1378953</guid>
      <dc:creator>arvind_soni</dc:creator>
      <dc:date>2009-10-20T06:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Reading standard text with variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-standard-text-with-variable/m-p/6220174#M1378954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avind,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the same requirement. Could you let me know how you had handled the scenario?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2009 07:43:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-standard-text-with-variable/m-p/6220174#M1378954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-18T07:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Reading standard text with variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-standard-text-with-variable/m-p/6220175#M1378955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2009 10:14:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-standard-text-with-variable/m-p/6220175#M1378955</guid>
      <dc:creator>arvind_soni</dc:creator>
      <dc:date>2009-12-07T10:14:19Z</dc:date>
    </item>
  </channel>
</rss>

