<?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: module pool question in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-question/m-p/5185383#M1200129</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>Mon, 09 Mar 2009 08:09:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-09T08:09:45Z</dc:date>
    <item>
      <title>module pool question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-question/m-p/5185378#M1200124</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;In a module pool program, for a input  field, how to make  multiple lines?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i mean, the input should be in multiple lines..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chitra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2009 09:21:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-question/m-p/5185378#M1200124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-25T09:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: module pool question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-question/m-p/5185379#M1200125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chitra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One way to have multiple lines in a screen is to put multiple input fields and inside the code u can concatenate all the values from the input fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if there are 3 Input fields , ip1, ip2, ip3. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: str type string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate ip1 ip2 ip3 into str.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so the field str will have all the values entered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keerthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2009 09:28:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-question/m-p/5185379#M1200125</guid>
      <dc:creator>keerthy_k</dc:creator>
      <dc:date>2009-02-25T09:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: module pool question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-question/m-p/5185380#M1200126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chitra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take the example of the standard TCODE ST05 and hit the button "Enter SQL statement". This shows a text editor. The size of the container can be changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using the class CL_GUI_TEXTEDIT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2009 09:47:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-question/m-p/5185380#M1200126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-25T09:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: module pool question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-question/m-p/5185381#M1200127</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;This facility is available in OO ABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this you need to create cusom container in the Screen. And the use class CL_GUI_TEXTEDIT for displaying the TEXT EDITOR on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tell me if more info is required regarding the coding logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prakash Pandey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2009 09:50:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-question/m-p/5185381#M1200127</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-25T09:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: module pool question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-question/m-p/5185382#M1200128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chitra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this sample code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declare a Cutom Container in the screen with name 'TEXT_CONTROL'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now incorporate the following logic in the PBO of your screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: lo_custom_container	type ref to cl_gui_custom_container,&lt;/P&gt;&lt;P&gt;           lo_texteditor		type ref to CL_GUI_TEXTEDIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;create text_edit control&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;IF lo_custom_container IS INITIAL.&lt;/P&gt;&lt;P&gt;    CREATE OBJECT lo_custom_container&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            CONTAINER_NAME = 'TEXT_CONTROL'&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;            CNTL_ERROR                  = 1&lt;/P&gt;&lt;P&gt;            CNTL_SYSTEM_ERROR           = 2&lt;/P&gt;&lt;P&gt;            CREATE_ERROR                = 3&lt;/P&gt;&lt;P&gt;            LIFETIME_ERROR              = 4&lt;/P&gt;&lt;P&gt;            LIFETIME_DYNPRO_DYNPRO_LINK = 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;create text_edit control&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;take control container from splitter_control&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    CREATE OBJECT LO_TEXTEDITOR&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            PARENT = LO_CUSTOM_CONTAINER&lt;/P&gt;&lt;P&gt;            WORDWRAP_MODE = CL_GUI_TEXTEDIT=&amp;gt;WORDWRAP_AT_WINDOWBORDER&lt;/P&gt;&lt;P&gt;            WORDWRAP_TO_LINEBREAK_MODE = CL_GUI_TEXTEDIT=&amp;gt;FALSE&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;            ERROR_CNTL_CREATE      = 1&lt;/P&gt;&lt;P&gt;            ERROR_CNTL_INIT        = 2&lt;/P&gt;&lt;P&gt;            ERROR_CNTL_LINK        = 3&lt;/P&gt;&lt;P&gt;            ERROR_DP_CREATE        = 4&lt;/P&gt;&lt;P&gt;            GUI_TYPE_NOT_SUPPORTED = 5.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prakash Pandey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2009 10:00:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-question/m-p/5185382#M1200128</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-25T10:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: module pool question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-question/m-p/5185383#M1200129</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>Mon, 09 Mar 2009 08:09:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-question/m-p/5185383#M1200129</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-09T08:09:45Z</dc:date>
    </item>
  </channel>
</rss>

