<?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: READ_TEXT with parameters? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-with-parameters/m-p/4826817#M1129439</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there really no function module that can do this automaticly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And how can I make this if in a standard text an other standard text should appear?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Dec 2008 09:29:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-05T09:29:27Z</dc:date>
    <item>
      <title>READ_TEXT with parameters?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-with-parameters/m-p/4826815#M1129437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem with the standard FM READ_TEXT of SAP. In the standard text (SO10) I have defined a text that includes variables (for example &amp;amp;BANFN&amp;amp;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I fill this variables? I thought that global variablesin the report/class are used to replace this objects in the standard text with the content of the variable...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I implement this? is there any function module??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With kind regards&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2008 09:24:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-with-parameters/m-p/4826815#M1129437</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-05T09:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: READ_TEXT with parameters?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-with-parameters/m-p/4826816#M1129438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the READ_TEXT function module then loop at the results and use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
REPLACE '&amp;amp;VARIABLE&amp;amp;' IN wa_tline-tdline WITH 'Your Text'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2008 09:26:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-with-parameters/m-p/4826816#M1129438</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-05T09:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: READ_TEXT with parameters?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-with-parameters/m-p/4826817#M1129439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there really no function module that can do this automaticly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And how can I make this if in a standard text an other standard text should appear?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2008 09:29:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-with-parameters/m-p/4826817#M1129439</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-05T09:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: READ_TEXT with parameters?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-with-parameters/m-p/4826818#M1129440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've always used the above code, but I've done a quick search in SE37 and found the following FMs which might help you:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FB_RC_REPLACE_TMPLTEXT         Replaces placeholders with text&lt;/P&gt;&lt;P&gt;REPLACE_TEXTSYMBOL             SAPscript: Replace text symbols by value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2008 09:35:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-with-parameters/m-p/4826818#M1129440</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-05T09:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: READ_TEXT with parameters?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-with-parameters/m-p/4826819#M1129441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CALL FUNCTION 'TEXT_SYMBOL_REPLACE'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      header                 = ls_header&lt;/P&gt;&lt;P&gt;   program                = 'myprogrammname' "sy-cprog&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      lines                  = pt_lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replacing all global defined variables.&lt;/P&gt;&lt;P&gt;same then sapscript replacement logic &amp;amp;myvariable&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Stefan Seeburger&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Stefan Seeburger on Dec 5, 2008 11:37 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2008 10:37:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-with-parameters/m-p/4826819#M1129441</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-05T10:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: READ_TEXT with parameters?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-with-parameters/m-p/4826820#M1129442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not possible&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2009 15:55:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-with-parameters/m-p/4826820#M1129442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-27T15:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: READ_TEXT with parameters?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-with-parameters/m-p/4826821#M1129443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeahhhhh not possible&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2009 16:14:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-with-parameters/m-p/4826821#M1129443</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-27T16:14:01Z</dc:date>
    </item>
  </channel>
</rss>

