<?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 Doubt in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-doubt/m-p/4695777#M1103568</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pls any one give solution for my requremnt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even&lt;/P&gt;&lt;P&gt;am passing the SY-DATUM to my screen field under PBO&lt;/P&gt;&lt;P&gt;when am executing with break point its shhowing the value &lt;/P&gt;&lt;P&gt;in the PBO of source code, but after the break point when &lt;/P&gt;&lt;P&gt;the screen is displaying it not showing the value.?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Oct 2008 07:20:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-29T07:20:09Z</dc:date>
    <item>
      <title>module pool Doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-doubt/m-p/4695773#M1103564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi  Abapers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am working with module pool .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so as per my requirement i want to update two Ztables Header &amp;amp; item&lt;/P&gt;&lt;P&gt;tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so iam trying to place a field which of length 200 chars in the screen layout. when am selecting the field and inserting its showing an warning message and even its sitting in the layout as a Straight vertical line.&lt;/P&gt;&lt;P&gt;but  as per my requirement i want to place field as a rectangle box where i can enter some text in that field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and even i have to display current date in the Date field. Before screen displays.&lt;/P&gt;&lt;P&gt;how can i display the Current date Value as default when my screen gets Executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls give any suggestions ...!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rajeshk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 04:56:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-doubt/m-p/4695773#M1103564</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T04:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: module pool Doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-doubt/m-p/4695774#M1103565</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;1) In order to display current date in date field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    In PBO of ur screen..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    date field = sy-datum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) I think u have to make use of editor-call in order to give multiple lines in a field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds.,&lt;/P&gt;&lt;P&gt;subash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 05:01:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-doubt/m-p/4695774#M1103565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T05:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: module pool Doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-doubt/m-p/4695775#M1103566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use this demo program  for the long text(rect) &lt;/P&gt;&lt;P&gt;     RSDEMO_DRAG_DROP_EDIT_TREE..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 05:02:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-doubt/m-p/4695775#M1103566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T05:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: module pool Doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-doubt/m-p/4695776#M1103567</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;the text field appears as a vertical line, that's correct.&lt;/P&gt;&lt;P&gt;You need to use pBO of the screen to give system date as default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;say ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v_date = sy-datum.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 05:22:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-doubt/m-p/4695776#M1103567</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T05:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: module pool Doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-doubt/m-p/4695777#M1103568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pls any one give solution for my requremnt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even&lt;/P&gt;&lt;P&gt;am passing the SY-DATUM to my screen field under PBO&lt;/P&gt;&lt;P&gt;when am executing with break point its shhowing the value &lt;/P&gt;&lt;P&gt;in the PBO of source code, but after the break point when &lt;/P&gt;&lt;P&gt;the screen is displaying it not showing the value.?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 07:20:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-doubt/m-p/4695777#M1103568</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T07:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: module pool Doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-doubt/m-p/4695778#M1103569</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;Are you passing the sy-datum value to the correct screen element. Also check the length of the screen element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Navneeth K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 07:21:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-doubt/m-p/4695778#M1103569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T07:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: module pool Doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-doubt/m-p/4695779#M1103570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes am passing the values to the correct screen element.&lt;/P&gt;&lt;P&gt;even i declared the date type as Datum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but its not displaying the values to my screen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 07:51:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-doubt/m-p/4695779#M1103570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T07:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: module pool Doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-doubt/m-p/4695780#M1103571</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 length of the field where you are passing the value in your screen painter....also check if there are any clear or refresh code in pbo or pai....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Debarshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 08:24:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-doubt/m-p/4695780#M1103571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T08:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: module pool Doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-doubt/m-p/4695781#M1103572</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>Thu, 30 Oct 2008 03:32:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-doubt/m-p/4695781#M1103572</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-30T03:32:49Z</dc:date>
    </item>
  </channel>
</rss>

