<?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: Control text using READ_TEXT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-text-using-read-text/m-p/6875025#M1477754</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then how can i see the values for control text in ME53N? my client raised this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 May 2010 13:24:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-05-21T13:24:49Z</dc:date>
    <item>
      <title>Control text using READ_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-text-using-read-text/m-p/6875016#M1477745</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'm using READ_TEXT FM to read the text values from a PR.  I'm reading control text which is available In ME53N, under 'Texts' tab. The language shown is EN. But the FM does not return any values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody suggest a solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 May 2010 10:50:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-text-using-read-text/m-p/6875016#M1477745</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-21T10:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Control text using READ_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-text-using-read-text/m-p/6875017#M1477746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are the values your passing to the FM .&lt;/P&gt;&lt;P&gt;Input parameters values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 May 2010 10:53:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-text-using-read-text/m-p/6875017#M1477746</guid>
      <dc:creator>former_member206439</dc:creator>
      <dc:date>2010-05-21T10:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: Control text using READ_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-text-using-read-text/m-p/6875018#M1477747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pass &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;ID = B01 (Header Note)
Language = EN
Name = PR Number
Text Object = EBANH&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in function module READ_TEXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgards&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 May 2010 10:55:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-text-using-read-text/m-p/6875018#M1477747</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-21T10:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Control text using READ_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-text-using-read-text/m-p/6875019#M1477748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First of all, does the row exist in table STXH?  I usually code a check of STXH, then if found, use those values in READ_TEXT call.  However, to be sure you have it right, simply change a text in you Dev or QA instance and save.  Then go to SE11, look at STXH for your userid and date/time.  Whatever you find will demonstrate precisely what you need to do to get the text.  In some cases, where there are documents with multi-levels (items, lines, etc), the name is stored with the document number and the item (header would be a string of zeroes on the backend of the document number).  Somtimes, there's a code on the front end....  check to see what you wrote into STXH and you'll see why it didn't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 May 2010 11:14:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-text-using-read-text/m-p/6875019#M1477748</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-21T11:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Control text using READ_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-text-using-read-text/m-p/6875020#M1477749</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;Change the text as SAPscript editor. Once the new window opens, in menu GOTO-&amp;gt;header, You will get the all the details that is required .(parameters for READ_TEXT FM). You can use the same technique for all the long text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Arul.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 May 2010 11:14:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-text-using-read-text/m-p/6875020#M1477749</guid>
      <dc:creator>arul_murugan</dc:creator>
      <dc:date>2010-05-21T11:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Control text using READ_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-text-using-read-text/m-p/6875021#M1477750</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;Below are the input values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            id                      = 'B51'&lt;/P&gt;&lt;P&gt;            language          = sy-langu&lt;/P&gt;&lt;P&gt;            name                = name&lt;/P&gt;&lt;P&gt;            object               = 'EBAN'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eban-banfn = 0010000035          eban-bnfpo = 00010&lt;/P&gt;&lt;P&gt;So name = 001000003500010&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 May 2010 11:19:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-text-using-read-text/m-p/6875021#M1477750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-21T11:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Control text using READ_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-text-using-read-text/m-p/6875022#M1477751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whether the values you are getting, While going to sap script editor &amp;amp; selecting the option goto-&amp;gt;header is matching with the input given in your post?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 May 2010 11:26:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-text-using-read-text/m-p/6875022#M1477751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-21T11:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Control text using READ_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-text-using-read-text/m-p/6875023#M1477752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the input parameters are same that of teh header of sap script editor (goto -&amp;gt; header). But there is no entry corresponds to this values in STXH table. I could see some values for control text in ME53N.&lt;/P&gt;&lt;P&gt;Is it possible to display the text values without storing in STXH table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 May 2010 11:38:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-text-using-read-text/m-p/6875023#M1477752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-21T11:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Control text using READ_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-text-using-read-text/m-p/6875024#M1477753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not possible, entries shown in Text tab of ME53N should be there in stxh table.  See the code in function module READ_TEXT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;select single * from stxh into stxh_wa
            where tdobject = catalog-tdobject
              and tdname   = catalog-tdname
              and tdid     = catalog-tdid
              and tdspras  = catalog-tdspras.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 May 2010 11:43:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-text-using-read-text/m-p/6875024#M1477753</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-21T11:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: Control text using READ_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-text-using-read-text/m-p/6875025#M1477754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then how can i see the values for control text in ME53N? my client raised this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 May 2010 13:24:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-text-using-read-text/m-p/6875025#M1477754</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-21T13:24:49Z</dc:date>
    </item>
  </channel>
</rss>

