<?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: printing continuous text on sap script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-continuous-text-on-sap-script/m-p/1437275#M208351</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravindra,&lt;/P&gt;&lt;P&gt;   The data which is entered in SAP texts will be stored in some Texts. This you can retrieve from using the FM &amp;lt;b&amp;gt;"READ_TEXT"&amp;lt;/b&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You use READ_TEXT to get the already saved value. This you will be getting in the internal table of structure TLINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take the value of the TLINE-TDFORMAT. This will be set to &amp;lt;b&amp;gt;*&amp;lt;/b&amp;gt; whenever a new line begins, the corresponding text will say whether it is a continuous line or a new line. So for every new line then this field would be set to *. So you will have to take care of that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ex. the content is like this:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Type a reply to the topic using the form below.&lt;/P&gt;&lt;P&gt;When finished, you can optionally preview your reply by clicking on the "Preview" button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise, click the "Post Message" button to submit your message immediately.&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will be stored in the internal table as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;TDFORMAT TLINE&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     Type a reply to the topic using the form &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;            below.&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     When finished, you can optionally preview &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;            your reply by clicking on the "Preview" &lt;/P&gt;&lt;P&gt;            button.&lt;/P&gt;&lt;P&gt;     *&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     Otherwise, click the "Post Message" button to &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;            submit your message immediately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever you encounter the *, it means its a new line. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if this is useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tushar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Tushar  Marshall Dass&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Jul 2006 07:34:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-03T07:34:03Z</dc:date>
    <item>
      <title>printing continuous text on sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-continuous-text-on-sap-script/m-p/1437273#M208349</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 want to print text of 80 characters on a sap &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;script. but if the user presses "enter " key&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while entering the text, we have to display the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;text on next line.till then we have to print &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;max. 80 characters. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we identify when the user has pressed "enter " key &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any character like "\n" to identify at what&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;point the user has pressed  "enter" key ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ravindra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2006 06:28:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-continuous-text-on-sap-script/m-p/1437273#M208349</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-03T06:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: printing continuous text on sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-continuous-text-on-sap-script/m-p/1437274#M208350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the text is stored as a long text the format and lines are stored as the way the user has entered. so, if use the INCLUDE command, then it should show the way the user has entered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note : Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2006 06:35:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-continuous-text-on-sap-script/m-p/1437274#M208350</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-03T06:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: printing continuous text on sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-continuous-text-on-sap-script/m-p/1437275#M208351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravindra,&lt;/P&gt;&lt;P&gt;   The data which is entered in SAP texts will be stored in some Texts. This you can retrieve from using the FM &amp;lt;b&amp;gt;"READ_TEXT"&amp;lt;/b&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You use READ_TEXT to get the already saved value. This you will be getting in the internal table of structure TLINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take the value of the TLINE-TDFORMAT. This will be set to &amp;lt;b&amp;gt;*&amp;lt;/b&amp;gt; whenever a new line begins, the corresponding text will say whether it is a continuous line or a new line. So for every new line then this field would be set to *. So you will have to take care of that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ex. the content is like this:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Type a reply to the topic using the form below.&lt;/P&gt;&lt;P&gt;When finished, you can optionally preview your reply by clicking on the "Preview" button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise, click the "Post Message" button to submit your message immediately.&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will be stored in the internal table as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;TDFORMAT TLINE&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     Type a reply to the topic using the form &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;            below.&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     When finished, you can optionally preview &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;            your reply by clicking on the "Preview" &lt;/P&gt;&lt;P&gt;            button.&lt;/P&gt;&lt;P&gt;     *&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     Otherwise, click the "Post Message" button to &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;            submit your message immediately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever you encounter the *, it means its a new line. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if this is useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tushar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Tushar  Marshall Dass&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2006 07:34:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-continuous-text-on-sap-script/m-p/1437275#M208351</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-03T07:34:03Z</dc:date>
    </item>
  </channel>
</rss>

