<?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: FUNCTION READ_TEXT ONLY FOUNDS ONE LANGUAGE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-read-text-only-founds-one-language/m-p/11943061#M1965751</link>
    <description>&lt;P&gt;So, you are calling READ_TEXT from a &lt;STRONG&gt;USER EXIT&lt;/STRONG&gt;, during the checks (the &lt;STRONG&gt;"order"&lt;/STRONG&gt; has not a number yet, only a temporary one i.e. $000000001).&lt;/P&gt;&lt;P&gt;Did you make sure that after the SAVE is complete, the text exists in English by calling READ_TEXT from transaction SE37?&lt;/P&gt;&lt;P&gt;Did you try passing the parameter LOCAL_CAT = 'X'?&lt;/P&gt;</description>
    <pubDate>Fri, 05 Apr 2019 17:48:35 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2019-04-05T17:48:35Z</dc:date>
    <item>
      <title>FUNCTION READ_TEXT ONLY FOUNDS ONE LANGUAGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-read-text-only-founds-one-language/m-p/11943060#M1965750</link>
      <description>&lt;P&gt;Im trying to read the text from an order, but the function read_text won´t bring me other language than spanish.&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
  &lt;P&gt;DATA: v_id TYPE thead-tdid,&lt;/P&gt;
  &lt;P&gt; v_language TYPE thead-tdspras,&lt;BR /&gt; v_name TYPE thead-tdname,&lt;BR /&gt; v_object TYPE thead-tdobject.&lt;/P&gt;
  &lt;P&gt;&lt;BR /&gt; CALL FUNCTION 'READ_TEXT'&lt;BR /&gt; EXPORTING&lt;BR /&gt; id = v_id&lt;BR /&gt; language = v_language&lt;BR /&gt; name = v_name&lt;BR /&gt; object = v_object&lt;BR /&gt; TABLES&lt;BR /&gt; lines = t_lines&lt;BR /&gt; EXCEPTIONS&lt;BR /&gt; id = 1&lt;BR /&gt; language = 2&lt;BR /&gt; name = 3&lt;BR /&gt; not_found = 4&lt;BR /&gt; object = 5&lt;BR /&gt; reference_check = 6&lt;BR /&gt; wrong_access_to_archive = 7&lt;BR /&gt; OTHERS = 8.&lt;/P&gt;
  &lt;P&gt;I'm doing the tests from debug.&lt;/P&gt;
  &lt;P&gt;If I pass the values:&lt;/P&gt;
  &lt;P&gt;v_id = 'ZF04'&lt;/P&gt;
  &lt;P&gt;v_language = 'S'&lt;BR /&gt;v_name = $000000001&lt;/P&gt;
  &lt;P&gt;v_object = 'VBBK'&lt;/P&gt;
  &lt;P&gt;It completes the table t_lines with the values.&lt;BR /&gt;&lt;BR /&gt;But if only change v_language to 'E' it founds nothing.&lt;BR /&gt;&lt;BR /&gt;And from the t-code VA02 I try putting only text in spanish, only text in english, both text in spanish and other in english, and in the last two the english didn´t work but the first two the spanish worked excellent.&lt;BR /&gt;&lt;BR /&gt;Anyone know what could be the problem?&lt;/P&gt;
  &lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 15:02:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-read-text-only-founds-one-language/m-p/11943060#M1965750</guid>
      <dc:creator>holijukigg</dc:creator>
      <dc:date>2019-04-05T15:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: FUNCTION READ_TEXT ONLY FOUNDS ONE LANGUAGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-read-text-only-founds-one-language/m-p/11943061#M1965751</link>
      <description>&lt;P&gt;So, you are calling READ_TEXT from a &lt;STRONG&gt;USER EXIT&lt;/STRONG&gt;, during the checks (the &lt;STRONG&gt;"order"&lt;/STRONG&gt; has not a number yet, only a temporary one i.e. $000000001).&lt;/P&gt;&lt;P&gt;Did you make sure that after the SAVE is complete, the text exists in English by calling READ_TEXT from transaction SE37?&lt;/P&gt;&lt;P&gt;Did you try passing the parameter LOCAL_CAT = 'X'?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 17:48:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-read-text-only-founds-one-language/m-p/11943061#M1965751</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-04-05T17:48:35Z</dc:date>
    </item>
  </channel>
</rss>

