<?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 getting default values in module pool screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-default-values-in-module-pool-screen/m-p/3966824#M947519</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi frenz,&lt;/P&gt;&lt;P&gt;I have a requirement like in module pool i am supposed to bring 4 fields from ddic,in which the first two fields should have a default value i.e when the pbo is processed itself the input values should be displayed in first two fields.....can some one help me out to solve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;prem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: prem kumar on Jun 19, 2008 1:30 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jun 2008 11:22:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-19T11:22:05Z</dc:date>
    <item>
      <title>getting default values in module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-default-values-in-module-pool-screen/m-p/3966824#M947519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi frenz,&lt;/P&gt;&lt;P&gt;I have a requirement like in module pool i am supposed to bring 4 fields from ddic,in which the first two fields should have a default value i.e when the pbo is processed itself the input values should be displayed in first two fields.....can some one help me out to solve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;prem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: prem kumar on Jun 19, 2008 1:30 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2008 11:22:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-default-values-in-module-pool-screen/m-p/3966824#M947519</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-19T11:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: getting default values in module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-default-values-in-module-pool-screen/m-p/3966825#M947520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;PBO .fill the required fields with default values ...it will work.........&lt;/P&gt;&lt;P&gt;PBO.&lt;/P&gt;&lt;P&gt;  module default_values.&lt;/P&gt;&lt;P&gt;module default_values.&lt;/P&gt;&lt;P&gt;p_datum = sy-taum.&lt;/P&gt;&lt;P&gt;endmodule&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2008 11:31:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-default-values-in-module-pool-screen/m-p/3966825#M947520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-19T11:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: getting default values in module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-default-values-in-module-pool-screen/m-p/3966826#M947521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;write one module in pbo in that fill fields which need to be displayed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field1 = value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2008 11:32:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-default-values-in-module-pool-screen/m-p/3966826#M947521</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-19T11:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: getting default values in module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-default-values-in-module-pool-screen/m-p/3966827#M947522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try populating  the fields in LOAD-OF-PROGRAM event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;S. Chandramouli.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2008 11:34:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-default-values-in-module-pool-screen/m-p/3966827#M947522</guid>
      <dc:creator>former_member784222</dc:creator>
      <dc:date>2008-06-19T11:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: getting default values in module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-default-values-in-module-pool-screen/m-p/3966828#M947523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;suppose u are using field1 field2 on screen...&lt;/P&gt;&lt;P&gt;then in PBO create a module&lt;/P&gt;&lt;P&gt;module def_val.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inside it write.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field1 =  '100'.&lt;/P&gt;&lt;P&gt;field2 = '101'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here 100 and 101 are the default values that u r going to assign....&lt;/P&gt;&lt;P&gt;that will solve ur issue..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rewrd points if the ans is helpful...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2008 11:36:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-default-values-in-module-pool-screen/m-p/3966828#M947523</guid>
      <dc:creator>former_member195383</dc:creator>
      <dc:date>2008-06-19T11:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: getting default values in module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-default-values-in-module-pool-screen/m-p/3966829#M947524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When you create the screen...jus double click on the field.There One option will be there : TEXT.&lt;/P&gt;&lt;P&gt;There you can give your default value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sandeep Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2008 11:53:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-default-values-in-module-pool-screen/m-p/3966829#M947524</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-19T11:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: getting default values in module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-default-values-in-module-pool-screen/m-p/3966830#M947525</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I also faced this kind of issues like in my case i want to create a new field in the screen 9000 and by default a calculated date needs to be shown to the customer. but when i execute this its not showing the date(its blank). Then what i did is i created a new field in the custom table(eg: zcustomer-zz_validto) and i dragged the field in the screen 9000 and then in module program of PBO i used my logic to pass the date value to the  created field zcustomer-zz_validto. Now its working well i hope you also try this for your case.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Srinivasan Perumal&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 04:59:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-default-values-in-module-pool-screen/m-p/3966830#M947525</guid>
      <dc:creator>srinivasan_perumal</dc:creator>
      <dc:date>2022-06-28T04:59:39Z</dc:date>
    </item>
  </channel>
</rss>

