<?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>Question Re: MODULE POOL in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/module-pool/qaa-p/413776#M49604</link>
    <description>&lt;P&gt;Hi Ankit, &lt;/P&gt;&lt;P&gt;Please could you elaborate it more ?&lt;/P&gt;</description>
    <pubDate>Thu, 30 Mar 2017 13:16:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2017-03-30T13:16:19Z</dc:date>
    <item>
      <title>MODULE POOL</title>
      <link>https://community.sap.com/t5/technology-q-a/module-pool/qaq-p/413774</link>
      <description>&lt;P&gt;i have a code in module pool                                  tab1 tab2 tab3&lt;/P&gt;&lt;P&gt;IF SY-UCOMM = 'YES2'.                                     tab2 &lt;/P&gt;&lt;P&gt;                                                                        &lt;BR /&gt;
                                                                          amnt required     ...........&lt;BR /&gt;
 YNFA-BUD_AMT = YNFA-AMT_REQ.           budget                 no   yes   &amp;lt; pushbtns&amp;gt;&lt;BR /&gt;
 ELSEIF SY-UCOMM = 'NO2'.                          amnt                   ..............&lt;BR /&gt;
 CLEAR YNFA-BUD_AMT.&lt;BR /&gt;
 ELSEIF SY-UCOMM = 'JUSTY'.&lt;BR /&gt;
 CALL SCREEN 1009.&lt;/P&gt;&lt;P&gt;ENDIF. &lt;/P&gt;&lt;P&gt;when i click on yes i gets me the same value but when i click on no it not gets clear&lt;/P&gt;&lt;P&gt;on the screen when i click on NO pushbutton it not gets clear  but while am debugging this it works perfect&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2017 11:06:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/module-pool/qaq-p/413774</guid>
      <dc:creator>former_member503513</dc:creator>
      <dc:date>2017-03-30T11:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: MODULE POOL</title>
      <link>https://community.sap.com/t5/technology-q-a/module-pool/qaa-p/413775#M49603</link>
      <description>&lt;P&gt;First,  remove all your code from the module pool and replace it with a parameterised procedure call which takes the function code as a parameter.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;(SAP Help states: The relevant ABAP program must implement the dialog modules and may have a 
structure like the one below. Because dialog module have no local data, we 
recommend to handle the actual processing within procedures that you call 
depending on the function code. )&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;then make your code more readable using a CASE statement.  &lt;/P&gt;&lt;P&gt;Lastly, check your screen definition.  &lt;/P&gt;&lt;P&gt;At the bottom of the list of fields there will be a row with a type of 'OK'.  If this does not have a field name in it,  put the name of a global field in there (one of the few cases I won't complain about using globals).&lt;/P&gt;&lt;P&gt;Define the field in you top include and then pass that instead of sy-ucomm to the procedurre you have created and reference the parameter in your code&lt;/P&gt;&lt;P&gt;Rich&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2017 13:12:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/module-pool/qaa-p/413775#M49603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-03-30T13:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: MODULE POOL</title>
      <link>https://community.sap.com/t5/technology-q-a/module-pool/qaa-p/413776#M49604</link>
      <description>&lt;P&gt;Hi Ankit, &lt;/P&gt;&lt;P&gt;Please could you elaborate it more ?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2017 13:16:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/module-pool/qaa-p/413776#M49604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-03-30T13:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: MODULE POOL</title>
      <link>https://community.sap.com/t5/technology-q-a/module-pool/qaa-p/413777#M49605</link>
      <description>&lt;P&gt;I'm also not able to understand the question or what OP is trying to achieve exactly.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2017 16:17:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/module-pool/qaa-p/413777#M49605</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2017-03-31T16:17:06Z</dc:date>
    </item>
  </channel>
</rss>

