<?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 module pool  multiple lines in same text box in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-multiple-lines-in-same-text-box/m-p/5160549#M1195378</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got a requirement in a module program.this module pool is created through infotype.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have field 'comments' this field is of length 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the user wants to split the comments into 4 lines in the same box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the input for this field is coming from a input file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, here I need a logic for splitting the comments into 4 lines. each 25 chars.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but again here is a trick : if one line contains comment as  'there is a fox in the jungle'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here upto  'there is a fox in the jun' will be 25 characters. since this is word the whole jungle has to come&lt;/P&gt;&lt;P&gt;in the next line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can some one provide me idea/code/example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chitra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Feb 2009 10:06:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-26T10:06:53Z</dc:date>
    <item>
      <title>module pool  multiple lines in same text box</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-multiple-lines-in-same-text-box/m-p/5160549#M1195378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got a requirement in a module program.this module pool is created through infotype.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have field 'comments' this field is of length 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the user wants to split the comments into 4 lines in the same box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the input for this field is coming from a input file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, here I need a logic for splitting the comments into 4 lines. each 25 chars.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but again here is a trick : if one line contains comment as  'there is a fox in the jungle'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here upto  'there is a fox in the jun' will be 25 characters. since this is word the whole jungle has to come&lt;/P&gt;&lt;P&gt;in the next line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can some one provide me idea/code/example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chitra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2009 10:06:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-multiple-lines-in-same-text-box/m-p/5160549#M1195378</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-26T10:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: module pool  multiple lines in same text box</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-multiple-lines-in-same-text-box/m-p/5160550#M1195379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use word wrap FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'RKD_WORD_WRAP'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2009 10:13:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-multiple-lines-in-same-text-box/m-p/5160550#M1195379</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-26T10:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: module pool  multiple lines in same text box</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-multiple-lines-in-same-text-box/m-p/5160551#M1195380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please provide me sample code for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will have 4 lines in my text box, the word wrapping has to done for all four lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Chitra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2009 05:45:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-multiple-lines-in-same-text-box/m-p/5160551#M1195380</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-27T05:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: module pool  multiple lines in same text box</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-multiple-lines-in-same-text-box/m-p/5160552#M1195381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to set 4 lines for in the layout?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2009 05:50:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-multiple-lines-in-same-text-box/m-p/5160552#M1195381</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-27T05:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: module pool  multiple lines in same text box</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-multiple-lines-in-same-text-box/m-p/5160553#M1195382</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;Check the code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'RKD_WORD_WRAP'
    EXPORTING
      textline  = wa_t100-text
      outputlen = '25'
    TABLES
      out_lines = itab.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2009 05:51:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-multiple-lines-in-same-text-box/m-p/5160553#M1195382</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-27T05:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: module pool  multiple lines in same text box</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-multiple-lines-in-same-text-box/m-p/5160554#M1195383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2009 08:51:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-multiple-lines-in-same-text-box/m-p/5160554#M1195383</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-27T08:51:38Z</dc:date>
    </item>
  </channel>
</rss>

