<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text/m-p/2977683#M702982</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hema,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at i_line.&lt;/P&gt;&lt;P&gt;wa_itab-text = i_line-tdline.&lt;/P&gt;&lt;P&gt;append wa_itab to itab.&lt;/P&gt;&lt;P&gt;clear wa_itab.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF u want to have the entire text in one line then, the text field of the internal table as to be of type string.Then in that case do the following :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at i_line.&lt;/P&gt;&lt;P&gt;lv_text = i_line-tdline.&lt;/P&gt;&lt;P&gt;concatenate lv_text wa_itab-text into wa_itab-text.&lt;/P&gt;&lt;P&gt;clear lv_text.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append wa_itab-text to itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Oct 2007 13:10:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-29T13:10:54Z</dc:date>
    <item>
      <title>read_text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text/m-p/2977682#M702981</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 have a requirement where the text field of a one way invoice is currently accomodating only 50 characters.I have used field ZEILE from structure EENO_DYNP to accomodate the text upto 300 characters.I have used READ_TEXT fm to read the long text of upto 132 characters.Now the text is getting populated in i_line table in tdline field,where i_line is declared like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:  i_line LIKE TABLE OF tline WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now how can I populate the data in i_line table to my final internal table from which the data will be displayed in the o/p.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2007 13:04:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text/m-p/2977682#M702981</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-29T13:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: read_text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text/m-p/2977683#M702982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hema,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at i_line.&lt;/P&gt;&lt;P&gt;wa_itab-text = i_line-tdline.&lt;/P&gt;&lt;P&gt;append wa_itab to itab.&lt;/P&gt;&lt;P&gt;clear wa_itab.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF u want to have the entire text in one line then, the text field of the internal table as to be of type string.Then in that case do the following :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at i_line.&lt;/P&gt;&lt;P&gt;lv_text = i_line-tdline.&lt;/P&gt;&lt;P&gt;concatenate lv_text wa_itab-text into wa_itab-text.&lt;/P&gt;&lt;P&gt;clear lv_text.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append wa_itab-text to itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2007 13:10:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text/m-p/2977683#M702982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-29T13:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: read_text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text/m-p/2977684#M702983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hema,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry.. for the second option tht i gave it shld be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at i_line.&lt;/P&gt;&lt;P&gt;lv_text = i_line-tdline.&lt;/P&gt;&lt;P&gt;concatenate  wa_itab-text lv_text into wa_itab-text.&lt;/P&gt;&lt;P&gt;clear lv_text.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Append wa_itab-text to itab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2007 13:12:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text/m-p/2977684#M702983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-29T13:12:28Z</dc:date>
    </item>
  </channel>
</rss>

