<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-read-text/m-p/6441091#M1412306</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to create the sample test program with Read_text FM . as well double check whether the parameters you are passing are in caps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Dec 2009 05:05:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-02T05:05:04Z</dc:date>
    <item>
      <title>Problem with Read_Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-read-text/m-p/6441090#M1412305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If Someone have come across such a  problem please provide the Solution.&lt;/P&gt;&lt;P&gt;My problem is that when i reread the data for CO02 transaction with an order Number for BOM and Routing and then there is  a Functionality for getting long text with Read_text which reads the text with ID as AVOT , as below This Long text is in CA03 transaction for the below object and ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'READ_TEXT'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        id                           = 'AVOT'&lt;/P&gt;&lt;P&gt;        language                     = gv_langu&lt;/P&gt;&lt;P&gt;        name                         = gs_tdname&lt;/P&gt;&lt;P&gt;        object                       = 'AUFK'&lt;/P&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;       header                        = gs_header&lt;/P&gt;&lt;P&gt;      TABLES&lt;/P&gt;&lt;P&gt;        lines                        = it_lines&lt;/P&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;P&gt;       id                            = 1&lt;/P&gt;&lt;P&gt;       language                      = 2&lt;/P&gt;&lt;P&gt;       name                          = 3&lt;/P&gt;&lt;P&gt;       not_found                     = 4&lt;/P&gt;&lt;P&gt;       object                        = 5&lt;/P&gt;&lt;P&gt;       reference_check               = 6&lt;/P&gt;&lt;P&gt;       wrong_access_to_archive       = 7&lt;/P&gt;&lt;P&gt;       OTHERS                        = 8&lt;/P&gt;&lt;P&gt;              .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It does not bring data whereas if i individually send the fields in the READ_TEXT function module it fetches the Lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why does it behave in such a way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Richa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2009 04:47:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-read-text/m-p/6441090#M1412305</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-02T04:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Read_Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-read-text/m-p/6441091#M1412306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to create the sample test program with Read_text FM . as well double check whether the parameters you are passing are in caps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2009 05:05:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-read-text/m-p/6441091#M1412306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-02T05:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Read_Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-read-text/m-p/6441092#M1412307</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;Its working correctly if i don't go to reread of transaction CO02 and fetch the Long text.There are actually two buttons in my transaction on for this reread and in the second operation the read_text is there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Richa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2009 05:07:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-read-text/m-p/6441092#M1412307</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-02T05:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Read_Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-read-text/m-p/6441093#M1412308</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;try giving the mandt parameter as sy-mandt , and id as 'VSAV' ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also have a look at the FM ' I_SMPM_FILL_LONG_TEXT' ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and can u pls explain what's &lt;EM&gt;reread of transaction CO02 and fetch the Long text&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ravi Aswani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2009 05:30:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-read-text/m-p/6441093#M1412308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-02T05:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Read_Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-read-text/m-p/6441094#M1412309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Even I am facing the same problem. The read text is working fine in the application. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But If i go to the funcion module Read_text and give the entries&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     CALL FUNCTION 'READ_TEXT'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          client   = sy-mandt&lt;/P&gt;&lt;P&gt;          id       = 'ST'&lt;/P&gt;&lt;P&gt;          language = 'E'&lt;/P&gt;&lt;P&gt;          name     = tdname&lt;/P&gt;&lt;P&gt;          object   = 'TEXT'&lt;/P&gt;&lt;P&gt;        TABLES&lt;/P&gt;&lt;P&gt;          lines    = lt_line.&lt;/P&gt;&lt;P&gt;      .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as specified here, its not fetching anything. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that its working fine in the development and while in production its giving error that the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text (GUID text) is the specified language E is not found. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea about this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2009 05:43:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-read-text/m-p/6441094#M1412309</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-02T05:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Read_Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-read-text/m-p/6441095#M1412310</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;REREAD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2009 07:25:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-read-text/m-p/6441095#M1412310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-02T07:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Read_Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-read-text/m-p/6441096#M1412311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;REREAD actually reads the master data op PP in transaction CO02 for routing and Bill of material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The read text is to get the text for operations saved in the transaction CA03.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2009 07:27:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-read-text/m-p/6441096#M1412311</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-02T07:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Read_Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-read-text/m-p/6441097#M1412312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The issue was solved...the transaction was not saved tats why it couldn't finf the texts with the ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2009 10:34:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-read-text/m-p/6441097#M1412312</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-02T10:34:42Z</dc:date>
    </item>
  </channel>
</rss>

