<?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 Function module is not working in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module-is-not-working/m-p/6112796#M1362559</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Skrupa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;open the text file in transaction, GOTO HEADER.&lt;/P&gt;&lt;P&gt;In a second session, start your program in debug mode until in first line of funtion read_text. Diisplay parameter values as passed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call a colleague to look over your shoulder and see the obvious error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. THERE IS NO BETTER WAY.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Sep 2009 13:51:09 GMT</pubDate>
    <dc:creator>Clemenss</dc:creator>
    <dc:date>2009-09-15T13:51:09Z</dc:date>
    <item>
      <title>READ_TEXT Function module is not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module-is-not-working/m-p/6112786#M1362549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have manually created RFQ using ME41.When I use Read_text function module to read the long text of the item, it is not getting printed .If you open  the RFQ in ME42 and change the long text once and save ,it is working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID - A03&lt;/P&gt;&lt;P&gt;Language - sy-langu&lt;/P&gt;&lt;P&gt;name - RFQnumber+ Item Number&lt;/P&gt;&lt;P&gt;Object - EKPO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help me in this case.Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2009 11:06:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module-is-not-working/m-p/6112786#M1362549</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-15T11:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: READ_TEXT Function module is not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module-is-not-working/m-p/6112787#M1362550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does it return an exception, what is it? Or is it an empty text?&lt;/P&gt;&lt;P&gt;Right after ME41, check that the text header exists in STXH, just to make sure.&lt;/P&gt;&lt;P&gt;If yes, then post your code, you might have made a small error in your code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2009 11:17:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module-is-not-working/m-p/6112787#M1362550</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2009-09-15T11:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: READ_TEXT Function module is not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module-is-not-working/m-p/6112788#M1362551</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;hi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whenever you use the function module read_text.you need to create a text object through transacton so10.here you have to fill in the lines whoch you need to display after calling this function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need to pass these lines in the table of FM read_text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2009 11:24:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module-is-not-working/m-p/6112788#M1362551</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-15T11:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: READ_TEXT Function module is not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module-is-not-working/m-p/6112789#M1362552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply Sandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created RFQ specifying the Long text.But it didnt get stored in the table itself in the first place.&lt;/P&gt;&lt;P&gt;What to do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2009 11:31:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module-is-not-working/m-p/6112789#M1362552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-15T11:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: READ_TEXT Function module is not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module-is-not-working/m-p/6112790#M1362553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for not specifying the details clearly in my previous message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I have created RFQ specifying the long text.but in table STXH, there is no corresponding entry for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2009 11:37:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module-is-not-working/m-p/6112790#M1362553</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-15T11:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: READ_TEXT Function module is not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module-is-not-working/m-p/6112791#M1362554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems either it is stored temporary in another table (but that sounds very strange), or there is custom code somewhere. Could you check that? (do a SE30 trace, that'll be easier to see all Z or Y program names)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you wait a few seconds to be sure the update is done? (because of asynchronous update)&lt;/P&gt;&lt;P&gt;In ME43, do you see the long text you entered in ME41? (without using ME42)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2009 11:43:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module-is-not-working/m-p/6112791#M1362554</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2009-09-15T11:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: READ_TEXT Function module is not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module-is-not-working/m-p/6112792#M1362555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im able to see it in ME43 tcode..&lt;/P&gt;&lt;P&gt;Wat I had done is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In tcode me41, entered Purchase org and Purchase group.entered Item and then &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;item-&amp;gt;Texts-&amp;gt;text Overview-&amp;gt;Entered long text for material Po text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2009 12:07:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module-is-not-working/m-p/6112792#M1362555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-15T12:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: READ_TEXT Function module is not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module-is-not-working/m-p/6112793#M1362556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry but now you have to look for some custom code (do what I said above) if people don't propose any solution. If you don't find anything, you should ask sap support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and check updated tables (ST05) in case the long text is written somewhere else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sandra Rossi on Sep 15, 2009 2:19 PM. Added line : "and check updated..."&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2009 12:19:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module-is-not-working/m-p/6112793#M1362556</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2009-09-15T12:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: READ_TEXT Function module is not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module-is-not-working/m-p/6112794#M1362557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Skupa, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you see the text in transaction, GOTO -&amp;gt; HEADER will display the exact details. Before call READ_TEXT, check the contents of the parameters passed. Do not forget all leading zeros for the name must be present, in some transactions the cleint is also part of the name. Check it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also the language key must be correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2009 13:30:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module-is-not-working/m-p/6112794#M1362557</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2009-09-15T13:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: READ_TEXT Function module is not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module-is-not-working/m-p/6112795#M1362558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Sandra, &lt;/P&gt;&lt;P&gt;Thanks for your replies.I will let you know once I find out the reason for it.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Hi Clemens,&lt;/P&gt;&lt;P&gt;Thanks for your reply..&lt;/P&gt;&lt;P&gt;I have passed all the parameters to read_text considering leading zeros and all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2009 13:43:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module-is-not-working/m-p/6112795#M1362558</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-15T13:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: READ_TEXT Function module is not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module-is-not-working/m-p/6112796#M1362559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Skrupa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;open the text file in transaction, GOTO HEADER.&lt;/P&gt;&lt;P&gt;In a second session, start your program in debug mode until in first line of funtion read_text. Diisplay parameter values as passed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call a colleague to look over your shoulder and see the obvious error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. THERE IS NO BETTER WAY.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2009 13:51:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module-is-not-working/m-p/6112796#M1362559</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2009-09-15T13:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: READ_TEXT Function module is not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module-is-not-working/m-p/6112797#M1362560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got it..Material Po text is coming from Material master.So should consider Text ID and Text Object of MM03 instead of ME42 Tcode.&lt;/P&gt;&lt;P&gt;Now it is getting Printed..anyways thanks for all your repiles..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 05:17:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module-is-not-working/m-p/6112797#M1362560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-16T05:17:51Z</dc:date>
    </item>
  </channel>
</rss>

