<?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 - text display in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-text-display/m-p/2389255#M531179</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Declare some varaiables with type CHAR 20 fields and split the text to them by offsetting&lt;/P&gt;&lt;P&gt;data: var1(20), var2(20), var3(20).&lt;/P&gt;&lt;P&gt;var1 = t_tline+9(20)&lt;/P&gt;&lt;P&gt;var2 = t_tline+21(20)&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and display the variables one below other&lt;/P&gt;&lt;P&gt;Or straight away you can display the t_tline(20) in first line&lt;/P&gt;&lt;P&gt;next t_tline+21(20) in second line like that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jun 2007 12:44:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-13T12:44:54Z</dc:date>
    <item>
      <title>read_text - text display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-text-display/m-p/2389254#M531178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have used read_text to read text from sales order, now while displaying it i have just 20 char sapce for it, so after 20 char it should go to next line.&lt;/P&gt;&lt;P&gt;I have entire text in table t_tline. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to display just 20 char eaxch line, any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shweta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 12:41:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-text-display/m-p/2389254#M531178</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T12:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: read_text - text display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-text-display/m-p/2389255#M531179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Declare some varaiables with type CHAR 20 fields and split the text to them by offsetting&lt;/P&gt;&lt;P&gt;data: var1(20), var2(20), var3(20).&lt;/P&gt;&lt;P&gt;var1 = t_tline+9(20)&lt;/P&gt;&lt;P&gt;var2 = t_tline+21(20)&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and display the variables one below other&lt;/P&gt;&lt;P&gt;Or straight away you can display the t_tline(20) in first line&lt;/P&gt;&lt;P&gt;next t_tline+21(20) in second line like that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 12:44:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-text-display/m-p/2389255#M531179</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T12:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: read_text - text display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-text-display/m-p/2389256#M531180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anji,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say i have 10 lines in t_tline, for each line i will have to pass like this and then display? I won't be knowing the length of each line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var1 = t_tline+9(20)&lt;/P&gt;&lt;P&gt;var2 = t_tline+21(20) this logic worked. Thanks!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Shweta Verma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 12:50:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-text-display/m-p/2389256#M531180</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T12:50:38Z</dc:date>
    </item>
  </channel>
</rss>

