<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/1551433#M250142</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;Goto the attributes of the Screen field Order Number and Tick the check box `Respond to double click`. Put the FCODE as `DBLE`.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the PBO, &lt;/P&gt;&lt;P&gt;SET PF-STATUS `ZAB`.&lt;/P&gt;&lt;P&gt;Double click on PF-Status and assign `DBLE` fcode to F2 button. Note you should only assign it to F2 button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in the PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;l_okcode = sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE l_OKCODE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHEN `DBLE`.&lt;/P&gt;&lt;P&gt;if not ORDER_NUMBER is initial.&lt;/P&gt;&lt;P&gt;submit `SAPMV45A` VIA SELECTION-SCREEN WITH VBAK-VBELN = order_number.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;*display error message here&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Sep 2006 09:10:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-04T09:10:17Z</dc:date>
    <item>
      <title>module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/1551431#M250140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Kindly any one help me on this topic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I developed one Module pool program.In that, &lt;/P&gt;&lt;P&gt;I have a field in second screen(Order Number).when the the user&amp;lt;b&amp;gt;&amp;lt;u&amp;gt; doubble click&amp;lt;/u&amp;gt;&amp;lt;/b&amp;gt; on it ,it has to tkae the user to the VA02 Transaction(Change Sales Order).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one help me how to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In Advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards.&lt;/P&gt;&lt;P&gt;Ramu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2006 08:29:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/1551431#M250140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-04T08:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/1551432#M250141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the module pool screen, check the check box (Respond to double click in the Display) which is in the properties of that field. Check the SY-UCOMM. In the PAI Event, for example SY-UCOMM = 'AZOB'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET the parameter AUN with the sales order number u want to display and using CALL Transaction 'VAO3' and skip first screen, call the VA03 transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prakash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2006 09:07:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/1551432#M250141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-04T09:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/1551433#M250142</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;Goto the attributes of the Screen field Order Number and Tick the check box `Respond to double click`. Put the FCODE as `DBLE`.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the PBO, &lt;/P&gt;&lt;P&gt;SET PF-STATUS `ZAB`.&lt;/P&gt;&lt;P&gt;Double click on PF-Status and assign `DBLE` fcode to F2 button. Note you should only assign it to F2 button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in the PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;l_okcode = sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE l_OKCODE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHEN `DBLE`.&lt;/P&gt;&lt;P&gt;if not ORDER_NUMBER is initial.&lt;/P&gt;&lt;P&gt;submit `SAPMV45A` VIA SELECTION-SCREEN WITH VBAK-VBELN = order_number.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;*display error message here&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2006 09:10:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/1551433#M250142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-04T09:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/1551434#M250143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;In the PAI of second screen,&lt;/P&gt;&lt;P&gt;At SY-UCOMM, use the following statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call transaction 'VA02' and skip first screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward  points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Swathi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2006 09:55:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/1551434#M250143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-04T09:55:25Z</dc:date>
    </item>
  </channel>
</rss>

