<?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 FM in scripts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm-in-scripts/m-p/5263862#M1215580</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use include text instead of read_text fm. also could please show the code u have written?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="16" __jive_macro_name="size"&gt;кu03B1ятu03B9к&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 28 Feb 2009 13:59:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-28T13:59:55Z</dc:date>
    <item>
      <title>read_text FM in scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm-in-scripts/m-p/5263858#M1215576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; In script under one window i have declared  READ_TEXT fumction module under subroutine tool to read the text dynamically where iam entering the text in the tcode vf02. So here iam providing the text more than 2lines My probelm is here it is taking upto 80characters only where it have declared more than 80characters and rest it is not showing and getting truncated. In my subroutine program Outab internal table value it is not taking completely when iam transfering the value from TLINE table &lt;/P&gt;&lt;P&gt;PLease let me know is their any other function module to read text dynamically or do i need to do any corrections.&lt;/P&gt;&lt;P&gt;&amp;lt;&amp;lt; please do not offer rewards &amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;mahesh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rob Burbank on Feb 28, 2009 10:49 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Feb 2009 08:19:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm-in-scripts/m-p/5263858#M1215576</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-28T08:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: read_text FM in scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm-in-scripts/m-p/5263859#M1215577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;copy&amp;amp;paste_removed_by_moderator&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Julius Bussche on Mar 1, 2009 8:09 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Feb 2009 09:09:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm-in-scripts/m-p/5263859#M1215577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-28T09:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: read_text FM in scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm-in-scripts/m-p/5263860#M1215578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neelima,&lt;/P&gt;&lt;P&gt; i have declared the same but here the problem is i can read the text upto 80 characters only but not greater than that. Please let me know why it is reading the limited text when their is more text avaiable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Feb 2009 11:32:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm-in-scripts/m-p/5263860#M1215578</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-28T11:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: read_text FM in scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm-in-scripts/m-p/5263861#M1215579</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;Insetead of using READ_TEXTuse INCLUDE TEXT command as below.&lt;/P&gt;&lt;P&gt;/: INCLUDE &amp;lt;tdname&amp;gt; OBJECT &amp;lt;tdobject&amp;gt; ID &amp;lt;tdid&amp;gt; LANGUAGE sy-langu PARAGRAPH &amp;lt;paragraph format&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Feb 2009 11:42:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm-in-scripts/m-p/5263861#M1215579</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-28T11:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: read_text FM in scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm-in-scripts/m-p/5263862#M1215580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use include text instead of read_text fm. also could please show the code u have written?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="16" __jive_macro_name="size"&gt;кu03B1ятu03B9к&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Feb 2009 13:59:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm-in-scripts/m-p/5263862#M1215580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-28T13:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: read_text FM in scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm-in-scripts/m-p/5263863#M1215581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; In the read_text i have declared the textname as the concatenation of&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2009 03:35:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm-in-scripts/m-p/5263863#M1215581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-02T03:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: read_text FM in scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm-in-scripts/m-p/5263864#M1215582</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;Declare temp. variables and use Read table tline with index into  temp variables and pass the data to the script.&lt;/P&gt;&lt;P&gt;Ask your functional consultant or end user maximaum lines he will enter in the text.&lt;/P&gt;&lt;P&gt;Based on that take temp varables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Surendar Reddy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2009 04:14:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm-in-scripts/m-p/5263864#M1215582</guid>
      <dc:creator>suredarreddy_pulimamidi</dc:creator>
      <dc:date>2009-03-02T04:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: read_text FM in scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm-in-scripts/m-p/5263865#M1215583</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;which system are you using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ECC 6.0 the table parameter is LINES. Which stores all texts after the execution of the FM.&lt;/P&gt;&lt;P&gt;The associated structure is TLINE.&lt;/P&gt;&lt;P&gt;TLINE has component TDLINE(Text Line) which contains texts. It is of length 132.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arindam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2009 04:15:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm-in-scripts/m-p/5263865#M1215583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-02T04:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: read_text FM in scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm-in-scripts/m-p/5263866#M1215584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here in scripts based upon count i have passed the data to the script from program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank u all for ur support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2009 15:06:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm-in-scripts/m-p/5263866#M1215584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-18T15:06:29Z</dc:date>
    </item>
  </channel>
</rss>

