<?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 function module in smart form in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module-in-smart-form/m-p/3770155#M907210</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;Is there a particular reason why you're not using an include text for this object, rather than the function module READ_TEXT?  Create a text node and change the type to 'include text', then enter the values of name, object and id that you are currently passing to READ_TEXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 May 2008 12:10:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-02T12:10:36Z</dc:date>
    <item>
      <title>Read Text function module in smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module-in-smart-form/m-p/3770151#M907206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on the Smartforms, In that smartforms i am using READ_TEXT Function Module to get the Texts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once I get the text in internal table , I need to print it in smartform.&lt;/P&gt;&lt;P&gt; But as we can print in sap script, it not getting printed in smart form for control character ex.  bold, underline  and italics... it simply printing text with control characters.&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;Manglesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 11:58:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module-in-smart-form/m-p/3770151#M907206</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T11:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Read Text function module in smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module-in-smart-form/m-p/3770152#M907207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, You can format it using character formats.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijayalakshmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 12:00:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module-in-smart-form/m-p/3770152#M907207</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T12:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Read Text function module in smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module-in-smart-form/m-p/3770153#M907208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijaya ,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Please find my question in detail .&lt;/P&gt;&lt;P&gt;I'm working on the Smartforms, In that smartforms i'm using READ_TEXT Function Module to get the Texts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once I get the text in internal table , I need to print it in smartform. But as we can print in sap script, it not getting printed in smart form for control character...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex  : if we get data in GT_TILE table from read text function module  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; GT_LINE-TDLINE  =  '&amp;lt;H&amp;gt;&amp;lt;.U&amp;gt; text &amp;lt;./&amp;gt;&amp;lt;./&amp;gt;'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if I will put in smartform editor  '&amp;amp;'GT_LINE-TDLINE'&amp;amp;',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then  It was not printing in bold and under line in smartform..&lt;/P&gt;&lt;P&gt; It was simply printing with control characher as&lt;/P&gt;&lt;P&gt;&amp;lt;H&amp;gt; &amp;lt;.U&amp;gt; text &amp;lt;/&amp;gt;&amp;lt;/&amp;gt;.  &lt;/P&gt;&lt;P&gt; Hence I am reading each line and then saparating string into two parts before and after the control chars.. and explicitly putting in editor as below &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Str1 = -&lt;/P&gt;&lt;P&gt;str2 = &amp;lt;h&amp;gt;&amp;lt;.U&amp;gt; text &amp;lt;./&amp;gt;&amp;lt;./&amp;gt;.&lt;/P&gt;&lt;P&gt; then replacing &amp;lt;H&amp;gt; , &amp;lt;.U&amp;gt; &amp;lt;./&amp;gt;&amp;lt;./&amp;gt;, with space. and then &lt;/P&gt;&lt;P&gt;str2 = text  &lt;/P&gt;&lt;P&gt;and then making explicity in &lt;/P&gt;&lt;P&gt;&amp;lt; H &amp;gt; &amp;lt;. U&amp;gt;  &amp;amp;str2 &amp;amp; &amp;lt;./&amp;gt;&amp;lt;./&amp;gt; . &lt;/P&gt;&lt;P&gt;Then its printing in bold and under line...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if bold or underline is in betn the string, then it won't work..&lt;/P&gt;&lt;P&gt;ex :  2. TBO H Always TBC  PUT 2 STEETS PAPER BETN THE SLING AND ROLL COVER.&lt;/P&gt;&lt;P&gt;then my logic won't work, it will print complete str2 in bold.&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;Manglesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 12:03:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module-in-smart-form/m-p/3770153#M907208</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T12:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Read Text function module in smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module-in-smart-form/m-p/3770154#M907209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Try using replace all occurences of &amp;lt;H&amp;gt; or &amp;lt;U&amp;gt; in TDLINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijayalakshmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 12:10:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module-in-smart-form/m-p/3770154#M907209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T12:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: Read Text function module in smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module-in-smart-form/m-p/3770155#M907210</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;Is there a particular reason why you're not using an include text for this object, rather than the function module READ_TEXT?  Create a text node and change the type to 'include text', then enter the values of name, object and id that you are currently passing to READ_TEXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 12:10:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module-in-smart-form/m-p/3770155#M907210</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T12:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Read Text function module in smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module-in-smart-form/m-p/3770156#M907211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nick,&lt;/P&gt;&lt;P&gt; I am getting those data from long text of work order description. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That data I am reading using READ_TEXT function module and then trying to print in smart form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence I can not use include text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manglesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 12:49:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module-in-smart-form/m-p/3770156#M907211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T12:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Read Text function module in smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module-in-smart-form/m-p/3770157#M907212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vijaya,&lt;/P&gt;&lt;P&gt; Could you please describe in details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manglesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 12:50:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module-in-smart-form/m-p/3770157#M907212</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T12:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: Read Text function module in smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module-in-smart-form/m-p/3770158#M907213</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 understand what you are doing but I don't see how you conclude you can't use an include text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both the text in your work order and that of a SAPscript include text are stored in the same way, and are identified by OBJECT, NAME, ID, and LANGUAGE.  Your function module READ_TEXT will read both the work order text or a SAPscript include text and you can view them both in SO10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a text node in the smartform and change the type to include text.  Take the OBJECT, NAME, ID, and LANGUAGE of your work order and put them in the Text key fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 13:08:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module-in-smart-form/m-p/3770158#M907213</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T13:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: Read Text function module in smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module-in-smart-form/m-p/3770159#M907214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Nick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its working for all control characher... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I have one more problem outcome.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you see below paragraph.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    6. INSTALL FRONT END JOURNAL EXTENSION WITH 1 1/2" SOCKET HEAD&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       CAPSCREWS.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   NEW-PAGE&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    7. RIG TENDING END OF ROLL TO JOURNAL EXTENSION WITH NORTH &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is  * NEW-PAGE ... &lt;/P&gt;&lt;P&gt; If it occurs, then I have to make page break explicitly..  There is no '/:' commmand is getting used.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence in my previous logic I was reading each record of Read_text function module internal table and if I get  PAGE-BREAK, then I was explicitly doing page break.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if you are aware, pls help.&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;Manglesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 13:46:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module-in-smart-form/m-p/3770159#M907214</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T13:46:39Z</dc:date>
    </item>
  </channel>
</rss>

