<?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: a question about sapscript on auto wrap in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-question-about-sapscript-on-auto-wrap/m-p/871937#M50056</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do this. But needs some coding. You can use FM RKD_WORD_WRAP to wrap texts. But the text looks wrapped if you use monospaced characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards, Murugesh AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 May 2005 15:26:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-05-09T15:26:31Z</dc:date>
    <item>
      <title>a question about sapscript on auto wrap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-question-about-sapscript-on-auto-wrap/m-p/871936#M50055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, everybody.&lt;/P&gt;&lt;P&gt;Today, I meet a problem about sapscript.&lt;/P&gt;&lt;P&gt;I list it as following, hope can get reply from you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm developing a form using SAP script(not using smartform, it's due to the customer's requirement)&lt;/P&gt;&lt;P&gt;and the trouble is when I write a long text to screen, it is too long more than the page size. So can I set a maxlength for it, make it auto wrap, if it exceed the max length, make it written begin from next line. &lt;/P&gt;&lt;P&gt;Is it possible?  And if not a long text, but a unline, is it possible too? &lt;/P&gt;&lt;P&gt;In brief, how to realize the auto wrap in sapscript?&lt;/P&gt;&lt;P&gt;Any suggestion and reply is welcome.  &lt;/P&gt;&lt;P&gt;thank you very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2005 15:16:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-question-about-sapscript-on-auto-wrap/m-p/871936#M50055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-09T15:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: a question about sapscript on auto wrap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-question-about-sapscript-on-auto-wrap/m-p/871937#M50056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do this. But needs some coding. You can use FM RKD_WORD_WRAP to wrap texts. But the text looks wrapped if you use monospaced characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards, Murugesh AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2005 15:26:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-question-about-sapscript-on-auto-wrap/m-p/871937#M50056</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-09T15:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: a question about sapscript on auto wrap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-question-about-sapscript-on-auto-wrap/m-p/871938#M50057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks a lot, the RKD_WORD_WRAP is a interesting one.&lt;/P&gt;&lt;P&gt;But can I realize it at a configure way, e.g. though configuring the paragraph, font&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2005 17:07:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-question-about-sapscript-on-auto-wrap/m-p/871938#M50057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-09T17:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: a question about sapscript on auto wrap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-question-about-sapscript-on-auto-wrap/m-p/871939#M50058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any way exists to realize it in a configure way.&lt;/P&gt;&lt;P&gt;Though configure the form format, make the long text show auto wrap on the form.&lt;/P&gt;&lt;P&gt;Hope any suggestion&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2005 01:39:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-question-about-sapscript-on-auto-wrap/m-p/871939#M50058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-10T01:39:28Z</dc:date>
    </item>
  </channel>
</rss>

