<?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 problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-problem/m-p/11430942#M1927435</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tried. didnt work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Dec 2015 14:29:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-12-18T14:29:50Z</dc:date>
    <item>
      <title>Read_text problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-problem/m-p/11430937#M1927430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was using read_text to read the text of inforecord. there are 2 types- info memo and purchase order text. While i was getting info memo text using read_text, the other one was not being populated. When I debugged the standard, i saw the standard was also using read_text. That means that the standard screen shows the text but i ma not able to fetch the text using the same function module. So, i check the header of the text. It was showing created by someone else. when i made a small change and tried to read_text again, since now the text was changed by me, it came into my buffer, i was able to read it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know of some trick to fetch texts in such cases when they are stored in some other pool/buffer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2015 05:34:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-problem/m-p/11430937#M1927430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-18T05:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Read_text problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-problem/m-p/11430938#M1927431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Text Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Inforecord + Pur Org. +0&lt;/P&gt;&lt;P&gt;Language&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EN&lt;/P&gt;&lt;P&gt;Text ID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BT &lt;/P&gt;&lt;P&gt;Text Object&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EINE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try This for read_text&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2015 06:29:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-problem/m-p/11430938#M1927431</guid>
      <dc:creator>Rushikesh_Yeole</dc:creator>
      <dc:date>2015-12-18T06:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Read_text problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-problem/m-p/11430939#M1927432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It has nothing to do with buffer. Most likely it should be language problem, eg. if somebody created text in say DE language and you have pass the sy-langu while calling FM READ_TEXT.&lt;/P&gt;&lt;P&gt;if you login with EN language then FM will not be able to read the text. when you modify the text, language will changed to EN then FM will be able to read the text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Chudamani Gavel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2015 06:33:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-problem/m-p/11430939#M1927432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-18T06:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Read_text problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-problem/m-p/11430940#M1927433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE infnr ekorg esokz werks INTO is_name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'READ_TEXT'&lt;/P&gt;&lt;P&gt;&amp;nbsp; EXPORTING&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 'BT'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; language&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 'EN'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = is_name&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; object&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 'EINE'&lt;/P&gt;&lt;P&gt;&amp;nbsp; tables&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; lines&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = it_lines&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2015 06:45:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-problem/m-p/11430940#M1927433</guid>
      <dc:creator>michael_kozlowski</dc:creator>
      <dc:date>2015-12-18T06:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Read_text problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-problem/m-p/11430941#M1927434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have already tried this &lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/74/images/emoticons/sad.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2015 14:25:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-problem/m-p/11430941#M1927434</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-18T14:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: Read_text problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-problem/m-p/11430942#M1927435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tried. didnt work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2015 14:29:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-problem/m-p/11430942#M1927435</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-18T14:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Read_text problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-problem/m-p/11430943#M1927436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are executing the READ_TEXT during execution of transaction, did you [un]check the bypass buffer option, did you insure not to overwrite memory used by standard transaction, there is only one area in memory for a text (*),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also if you need two texts, call the FM twice with different value of ID. You could also browse table TXHD to insure you have correct keys/parameters values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(*) Look at FM as GET_TEXT_MEMORY, or import CATALOG from memory Id &lt;/EM&gt;&lt;SPAN class="L1S52"&gt;&lt;SPAN class="L1S33"&gt;&lt;EM&gt;'SAPLSTXD'.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2015 14:35:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-problem/m-p/11430943#M1927436</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2015-12-18T14:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: Read_text problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-problem/m-p/11430944#M1927437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where do I find the bypass option you are talking about.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2015 17:45:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-problem/m-p/11430944#M1927437</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-18T17:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Read_text problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-problem/m-p/11430945#M1927438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sure Raymond will correct me if I'm wrong &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/74/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I think he is referring to setting LOCAL_CAT = 'X' in the call to READ_TEXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2015 20:13:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-problem/m-p/11430945#M1927438</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-18T20:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: Read_text problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-problem/m-p/11430946#M1927439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Dec 2015 01:54:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-problem/m-p/11430946#M1927439</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-19T01:54:54Z</dc:date>
    </item>
  </channel>
</rss>

