<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/2799483#M653678</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am preparing one z transaction. The initial screen of z transaction is selection screen here I am entering two inputs (Both are parameters). Once if I press execute button I need to display eight fields I have the format also in the same way I have designed the screen (module pool). Out of eight fields few fields I have to show in grey mode remaining fields in edit mode. The same way I did my doubt is I need to display the data into the screen which I have designed in the transaction SE51 based on the order number entered in the selection screen. Please send me if u have any sample code because I am little bit confusing about where I need to select the data where I can display that. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot to all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Sep 2007 14:39:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-13T14:39:43Z</dc:date>
    <item>
      <title>Module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/2799483#M653678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am preparing one z transaction. The initial screen of z transaction is selection screen here I am entering two inputs (Both are parameters). Once if I press execute button I need to display eight fields I have the format also in the same way I have designed the screen (module pool). Out of eight fields few fields I have to show in grey mode remaining fields in edit mode. The same way I did my doubt is I need to display the data into the screen which I have designed in the transaction SE51 based on the order number entered in the selection screen. Please send me if u have any sample code because I am little bit confusing about where I need to select the data where I can display that. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot to all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 14:39:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/2799483#M653678</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T14:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/2799484#M653679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Babji,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your requirement is to put some field is disable mode and some are in enable mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can do it in PBO of that particular screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen&lt;/P&gt;&lt;P&gt;if screen-fieldname = 'field1' or screen-fieldname = 'field2'&lt;/P&gt;&lt;P&gt; screen-input = 0 "for enable mode&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt; screen-input = 1&lt;/P&gt;&lt;P&gt;endif&lt;/P&gt;&lt;P&gt;modify screen&lt;/P&gt;&lt;P&gt;endloop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will solve the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishnendu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 15:04:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/2799484#M653679</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T15:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/2799485#M653680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why did you used selection-screen instead of that create ist screen also using SE51 and retrieve the data from the tables which u need to displays and call the second screen in PAI of 1st screen.&lt;/P&gt;&lt;P&gt;no in PBO of the second u do the validations using loop at screen statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Alvaro Tejada Galindo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 15:18:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/2799485#M653680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T15:18:42Z</dc:date>
    </item>
  </channel>
</rss>

