<?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: maximum output length from read_text function module....? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-output-length-from-read-text-function-module/m-p/9519661#M1749272</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how many lines we can&amp;nbsp; append with READ_TEXT FUNCTION MODULE.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Jun 2013 06:09:43 GMT</pubDate>
    <dc:creator>former_member220286</dc:creator>
    <dc:date>2013-06-19T06:09:43Z</dc:date>
    <item>
      <title>maximum output length from read_text function module....?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-output-length-from-read-text-function-module/m-p/9519658#M1749269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi i want to know the maximum output length coming from read function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am trying to print the header text of invoice but i canot get more than&amp;nbsp; 132 characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using this fm in smart form in program lines....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2013 12:37:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-output-length-from-read-text-function-module/m-p/9519658#M1749269</guid>
      <dc:creator>former_member220286</dc:creator>
      <dc:date>2013-06-18T12:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: maximum output length from read_text function module....?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-output-length-from-read-text-function-module/m-p/9519659#M1749270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The structure tline is used by the fm to return the text. tline-tdline is length 132 characters so I guess that is the maximum it is going to return.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2013 14:43:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-output-length-from-read-text-function-module/m-p/9519659#M1749270</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-18T14:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: maximum output length from read_text function module....?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-output-length-from-read-text-function-module/m-p/9519660#M1749271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;under detail of structure tline&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TDFORMAT 1 Type TDFORMAT CHAR 2 0 Colonna formato&lt;/P&gt;&lt;P&gt;TDLINE 1 Type TDLINE CHAR 132 0 Riga testo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, maximum length is 132 char&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ivan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2013 14:52:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-output-length-from-read-text-function-module/m-p/9519660#M1749271</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-18T14:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: maximum output length from read_text function module....?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-output-length-from-read-text-function-module/m-p/9519661#M1749272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how many lines we can&amp;nbsp; append with READ_TEXT FUNCTION MODULE.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2013 06:09:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-output-length-from-read-text-function-module/m-p/9519661#M1749272</guid>
      <dc:creator>former_member220286</dc:creator>
      <dc:date>2013-06-19T06:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: maximum output length from read_text function module....?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-output-length-from-read-text-function-module/m-p/9519662#M1749273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The READ_TEXT will return you as a table of TD_LINE&amp;nbsp; where each line is 132 char length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the maximum length as you see number of lines it returns....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2013 06:16:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-output-length-from-read-text-function-module/m-p/9519662#M1749273</guid>
      <dc:creator>venkateswaran_k</dc:creator>
      <dc:date>2013-06-19T06:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: maximum output length from read_text function module....?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-output-length-from-read-text-function-module/m-p/9519663#M1749274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak,&lt;/P&gt;&lt;P&gt;Out put length of read_text fm is 132 char&amp;nbsp; you can check like this&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/233343" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/233342" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using abap code you can get header text,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;CALL&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt;"&gt;FUNCTION&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt;"&gt;'READ_TEXT'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;EXPORTING&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;client&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp; = sy-mandt&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;id&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = ls_stxl-tdid&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;language&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; = sy-langu&lt;BR /&gt; name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = ls_stxl-tdname&lt;BR /&gt; object&amp;nbsp;&amp;nbsp; = &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;'EKPO '&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;TABLES&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;lines&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; = it_lines.&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp; IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;**&amp;nbsp; MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;**&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp; ENDIF.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;DATA&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; : v_line &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;TYPE&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; string.&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;LOOP&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt;"&gt;AT&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; it_lines &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;INTO&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; ls_lines.&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;CONCATENATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&amp;nbsp; v_line ls_lines-tdline &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;INTO&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; v_line.&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;ENDLOOP&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;Ramesh.T&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2013 06:46:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-output-length-from-read-text-function-module/m-p/9519663#M1749274</guid>
      <dc:creator>former_member209120</dc:creator>
      <dc:date>2013-06-19T06:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: maximum output length from read_text function module....?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-output-length-from-read-text-function-module/m-p/9519664#M1749275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="font-size: 11px; background-color: #ffffff; color: #333333;"&gt;&lt;STRONG&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="http://mce_host/deepaksinghbisht_dce@yahoo.com" id="jive-56819426506245099815491" style="padding: 0 3px 0 0; font-weight: inherit; font-style: inherit; font-size: 1.1em; font-family: inherit; color: #3778c7;"&gt;DEEPAK BISHT&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; background-color: #ffffff; color: #333333; font-family: 'trebuchet ms', geneva;"&gt;Length is 132 only &lt;SPAN __jive_emoticon_name="info" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1581/images/emoticons/info.gif"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; background-color: #ffffff; color: #333333; font-family: 'trebuchet ms', geneva;"&gt;Read_text fm will return all the values in tline&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; background-color: #ffffff; color: #333333; font-family: 'trebuchet ms', geneva;"&gt;there you put a loop and append it some other internal table as per your requirement&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; background-color: #ffffff; color: #333333; font-family: 'trebuchet ms', geneva;"&gt;for your info see the below screen shot also read the documentation for that fm &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1581/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11px; background-color: #ffffff; color: #333333;"&gt;&lt;STRONG&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/233281" width="450" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2013 06:51:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-output-length-from-read-text-function-module/m-p/9519664#M1749275</guid>
      <dc:creator>bastinvinoth</dc:creator>
      <dc:date>2013-06-19T06:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: maximum output length from read_text function module....?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-output-length-from-read-text-function-module/m-p/9519665#M1749276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Include Text Node instead of READ_TEXT function; it could save your time. Just identify:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Text name = &amp;lt;Invoice Number&amp;gt; (surround by &amp;amp;; e.g. &amp;amp;0900000001&amp;amp;)&lt;/LI&gt;&lt;LI&gt;Text object = VBBK&lt;/LI&gt;&lt;LI&gt;Text ID = &amp;lt;should give by your consultant&amp;gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Don't forget to check on box "No error if no text exists".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2013 08:45:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-output-length-from-read-text-function-module/m-p/9519665#M1749276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-19T08:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: maximum output length from read_text function module....?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-output-length-from-read-text-function-module/m-p/9519666#M1749277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;table contains all text lines belonging to a text module.&lt;/P&gt;&lt;P&gt;I think that there are not lines limitation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ivan &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2013 09:51:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-output-length-from-read-text-function-module/m-p/9519666#M1749277</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-19T09:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: maximum output length from read_text function module....?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-output-length-from-read-text-function-module/m-p/9519667#M1749278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is an internal table with 132 characters per line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similar to an Internal table it has no limitation to the maximum number of lines&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more Information create a text in SO10 and read the same with the FM you will have a better idea.&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;Yakub Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2013 10:09:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-output-length-from-read-text-function-module/m-p/9519667#M1749278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-19T10:09:37Z</dc:date>
    </item>
  </channel>
</rss>

