<?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: Text box in module pool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-box-in-module-pool/m-p/5079693#M1179838</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't see them directly stored in any data object, as there is no interface between your program and &lt;STRONG&gt;Sap textedit&lt;/STRONG&gt; control in screen. Instead you have to use methods of that class (actually of class's instance). [This is excatly what you need|http://help.sap.com/erp2005_ehp_04/helpdata/EN/71/526046f6f011d2961c00a0c930660b/frameset.htm]. If you still have problems, don't hesitate...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 31 Jan 2009 09:18:18 GMT</pubDate>
    <dc:creator>MarcinPciak</dc:creator>
    <dc:date>2009-01-31T09:18:18Z</dc:date>
    <item>
      <title>Text box in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-box-in-module-pool/m-p/5079689#M1179834</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 am working on one internal tool and i need to use one text box in my screen in which user can give his or her comments.&lt;/P&gt;&lt;P&gt;Screen element input/output could solve my problem but this is a one line field and i need one big box. Is it possible to achieve this?&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;Regards,&lt;/P&gt;&lt;P&gt;Swati&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Jan 2009 07:44:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-box-in-module-pool/m-p/5079689#M1179834</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-31T07:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Text box in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-box-in-module-pool/m-p/5079690#M1179835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi  Swati,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sure it is. Place in your screen &lt;EM&gt;custom control area&lt;/EM&gt; in place you want your comment box. Now during runtime place inside it a &lt;EM&gt;custom container&lt;/EM&gt; and on top of it instance of &lt;STRONG&gt;cl_gui_textedit&lt;/STRONG&gt; control. This is called [SAP textedit|http://help.sap.com/erp2005_ehp_04/helpdata/EN/eb/549e36cf0ecb7de10000009b38f889/frameset.htm]. To see the example code refer [this|http://help.sap.com/erp2005_ehp_04/helpdata/EN/c2/27e14e59ed11d29bd90000e8a47b2e/frameset.htm].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Jan 2009 08:37:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-box-in-module-pool/m-p/5079690#M1179835</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2009-01-31T08:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: Text box in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-box-in-module-pool/m-p/5079691#M1179836</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;Refer to the demo program...SAPSCRIPT_DEMO_NOTE_EDITOR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Jan 2009 08:40:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-box-in-module-pool/m-p/5079691#M1179836</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-31T08:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Text box in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-box-in-module-pool/m-p/5079692#M1179837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your help , my problem has partially solved now.&lt;/P&gt;&lt;P&gt;I can see text box on my screen but the text which i am providing here am not able to see that anywhere while debugging, where it goes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, in the text box i have written 'GOOD' but while debugging i am not able to see this text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanku very much for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Swati&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Jan 2009 09:09:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-box-in-module-pool/m-p/5079692#M1179837</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-31T09:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: Text box in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-box-in-module-pool/m-p/5079693#M1179838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't see them directly stored in any data object, as there is no interface between your program and &lt;STRONG&gt;Sap textedit&lt;/STRONG&gt; control in screen. Instead you have to use methods of that class (actually of class's instance). [This is excatly what you need|http://help.sap.com/erp2005_ehp_04/helpdata/EN/71/526046f6f011d2961c00a0c930660b/frameset.htm]. If you still have problems, don't hesitate...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Jan 2009 09:18:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-box-in-module-pool/m-p/5079693#M1179838</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2009-01-31T09:18:18Z</dc:date>
    </item>
  </channel>
</rss>

