<?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: smartform long text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-long-text/m-p/1362898#M179932</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi venkat,&lt;/P&gt;&lt;P&gt; I dont think that you can display the NEWLINE character in the smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since you have the data in the internal table, its better to create a TEMPLATE or TABLE node in the smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Wenceslaus.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 May 2006 04:43:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-16T04:43:35Z</dc:date>
    <item>
      <title>smartform long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-long-text/m-p/1362897#M179931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing a small problem in displaying the long text in smartform.&lt;/P&gt;&lt;P&gt;I used the following code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at g_line.&lt;/P&gt;&lt;P&gt;    concatenate str g_line-tdline into str separated by CL_ABAP_CHAR_UTILITIES=&amp;gt;NEWLINE.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     shift str left deleting leading '#'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the output i am getting is like this&lt;/P&gt;&lt;P&gt;#this is material long text&lt;/P&gt;&lt;P&gt;1#this is more info on line&lt;/P&gt;&lt;P&gt;2#and more details here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the way output should look as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is material long text1&lt;/P&gt;&lt;P&gt;this is more info on line2&lt;/P&gt;&lt;P&gt;and more details here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any suggest&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>Tue, 16 May 2006 04:39:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-long-text/m-p/1362897#M179931</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-16T04:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: smartform long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-long-text/m-p/1362898#M179932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi venkat,&lt;/P&gt;&lt;P&gt; I dont think that you can display the NEWLINE character in the smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since you have the data in the internal table, its better to create a TEMPLATE or TABLE node in the smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Wenceslaus.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2006 04:43:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-long-text/m-p/1362898#M179932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-16T04:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: smartform long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-long-text/m-p/1362899#M179933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For every long text, it shoulb have the OBJECT, NAME, Standard ID, Language.. using thes you can call the Longtext&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: INCLUDE &amp;amp;Tablename-Longtext field naem&amp;amp; OBJECT TEXT ID ADRS LANGUAGE &amp;amp;EKKO-SPRAS&amp;amp;,&lt;/P&gt;&lt;P&gt;so this will pick the data from the Longtext.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is another way also to fetch the Long text :&lt;/P&gt;&lt;P&gt;call the Function module READ_TEXT, pass the varaibles,here also you need to pass ID,LANGUAGE and OBJECT then this function module will read the long text&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2006 04:44:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-long-text/m-p/1362899#M179933</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-16T04:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: smartform long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-long-text/m-p/1362900#M179934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kishan&lt;/P&gt;&lt;P&gt;Thank u&lt;/P&gt;&lt;P&gt;I had used this READ_text FM and passed the parameters  but in the print i am getting '#' which is not there in actuall long text.Thats my main problem, so could u suggest.&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>Tue, 16 May 2006 04:51:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-long-text/m-p/1362900#M179934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-16T04:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: smartform long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-long-text/m-p/1362901#M179935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you're working on rel 4.7, you can try to use cl_abap_char_utilities=&amp;gt;newline, the value of this attribute is #.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace all occurences of CL_ABAP_CHAR_UTILITIES=&amp;gt;HORIZONTAL_TAB in hash with ','.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2006 05:08:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-long-text/m-p/1362901#M179935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-16T05:08:26Z</dc:date>
    </item>
  </channel>
</rss>

