<?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: Problem with READ_TEXT function in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-read-text-function/m-p/8569235#M1659758</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;Just try these tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; stxh, stxl, stxb , ttxit , ttxot .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Feb 2012 23:00:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-02-15T23:00:45Z</dc:date>
    <item>
      <title>Problem with READ_TEXT function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-read-text-function/m-p/8569234#M1659757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm facing a little problem with the function READ_TEXT. In our system there is a smart form for PO printing. This form prints material code, material description and technical specification of the material typed in PO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Today I realized that when someone creates a PO with no code, only typing material description, the form prints weird things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know why, but it's printing a technical specification that shouldn't be printed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I started to debug the form code to see from where this text is coming from and I realized that the form calls the function READ_TEXT passing some parameters and retrieves the text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During my debug, I noticed that the parameters are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLIENT = "520" &amp;lt;- Our client number&lt;/P&gt;&lt;P&gt;OBJECT = "MATERIAL" &amp;lt;- Material Object&lt;/P&gt;&lt;P&gt;NAME = "" &amp;lt;- This field is empty due the material has no code in PO (I think this is the problem)&lt;/P&gt;&lt;P&gt;ID = "BEST" &amp;lt;- I don't know what it means, but it's passing this value.&lt;/P&gt;&lt;P&gt;LANGUAGE = "PT" &amp;lt;- PT means Portuguese&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field Lines return with a wierd text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is: What is the table where the system is looking for to retrieve this text? I think that someone miss-typed it there and I need know where it is to erase it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once I have the table, I'll look for a transaction that modifies this table so see why that text is there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried debug the function READ_TEXT but I failed doing that.`&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ps: I didn't mention but I'm a just debugger, I know almost nothing about ABAP &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Rodrigo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: ramorim on Feb 15, 2012 11:40 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 22:35:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-read-text-function/m-p/8569234#M1659757</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-15T22:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with READ_TEXT function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-read-text-function/m-p/8569235#M1659758</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;Just try these tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; stxh, stxl, stxb , ttxit , ttxot .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 23:00:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-read-text-function/m-p/8569235#M1659758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-15T23:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with READ_TEXT function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-read-text-function/m-p/8569236#M1659759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the print program please change the parameters you pass to READ_TEXT as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLIENT = SY-MANDT &amp;lt;&amp;lt; current client&lt;/P&gt;&lt;P&gt;OBJECT = "EKPO" &amp;lt;&amp;lt; PO Item line&lt;/P&gt;&lt;P&gt;NAME = V_NAME &amp;lt;&amp;lt; Concatenate EKPO-EBELN and EKPO-EBELP into V_NAME&lt;/P&gt;&lt;P&gt;ID = "BEST" &amp;lt;&amp;lt; Purchasing&lt;/P&gt;&lt;P&gt;LANGUAGE = "PT" &amp;lt;&amp;lt; PT means Portuguese&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 23:02:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-read-text-function/m-p/8569236#M1659759</guid>
      <dc:creator>sjeevan</dc:creator>
      <dc:date>2012-02-15T23:02:12Z</dc:date>
    </item>
  </channel>
</rss>

