<?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: script::-text element in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-text-element/m-p/1391505#M190186</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Srini,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the debug mode reduce the length of the Text and see whether its getting printed.Or Increse the height of the window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If useful reward points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Jul 2006 07:29:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-18T07:29:50Z</dc:date>
    <item>
      <title>script::-text element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-text-element/m-p/1391501#M190182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     In ME22N transaction we are maintainig item texts i have to print some 3 texts. we have maintained those 3 text element but only first one is getting printed, the other two i am not able to print. control is not going to the other text elements.. if any body have any sollution to print all the three text elements please help me. it is very urgent!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srinivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 06:09:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-text-element/m-p/1391501#M190182</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-18T06:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: script::-text element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-text-element/m-p/1391502#M190183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;   Are these three text elements in the same window or three different windows. Next, check the height of the window in which the text elements are being used. Suppose the height is not sufficient enough the content will not be displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tushar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 06:42:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-text-element/m-p/1391502#M190183</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-18T06:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: script::-text element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-text-element/m-p/1391503#M190184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Follow as Tushar said. also chk if this logic also works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you only need to output the text, you don't need to used READ_TEXT like in an ABAP program,  &lt;/P&gt;&lt;P&gt;just use the INCLUDE command in SAPScript.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will read the text and output it to your form.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Syntax is like this:  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: INCLUDE &amp;amp;T166K-TXNAM&amp;amp; OBJECT &amp;amp;T166K-TDOBJECT&amp;amp; ID &amp;amp;T166K-TDID&amp;amp; LANGUAGE &amp;amp;EKKO-SPRAS&amp;amp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 06:50:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-text-element/m-p/1391503#M190184</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-18T06:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: script::-text element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-text-element/m-p/1391504#M190185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tushar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     I have increased the height of main window, then also i am not able to print all the three elements. Control is not going to QM_TEXT. if you know why control is not going to that text element please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regads,&lt;/P&gt;&lt;P&gt;Srinivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 07:24:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-text-element/m-p/1391504#M190185</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-18T07:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: script::-text element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-text-element/m-p/1391505#M190186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Srini,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the debug mode reduce the length of the Text and see whether its getting printed.Or Increse the height of the window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If useful reward points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 07:29:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-text-element/m-p/1391505#M190186</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-18T07:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: script::-text element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-text-element/m-p/1391506#M190187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vasanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   How to change length of text in debugging mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Srinivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 08:17:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-text-element/m-p/1391506#M190187</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-18T08:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: script::-text element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-text-element/m-p/1391507#M190188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srini,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Move the text to some variable and change the text length&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If useful reward points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 08:59:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-text-element/m-p/1391507#M190188</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-18T08:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: script::-text element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-text-element/m-p/1391508#M190189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    The problem was with customization..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2006 10:47:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-text-element/m-p/1391508#M190189</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-17T10:47:47Z</dc:date>
    </item>
  </channel>
</rss>

