<?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: about module pool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-module-pool/m-p/1664843#M294415</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Baleeq,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can write code similar to below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------------------------------------------------------------------------------------------------------" /&gt;&lt;P&gt;Report ZPROGRAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameter: P_aufnr type aufnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN PUSHBUTTON /10(10) Text-001 &lt;/P&gt;&lt;P&gt;                              USER-COMMAND PROC. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;  IF SY-UCOMM = 'PROC'.&lt;/P&gt;&lt;P&gt;      SET PARAMETER ID 'ANR' FIELD P_AUFNR.&lt;/P&gt;&lt;P&gt;     CALL TRANSACTION 'COWBPACK' &lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------------------------------------------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way baleeq, you posted 43 questions sofar and you have not awarded any points to any reply. Didn't you get any helpful replies sofar or  don't you know how to award points?  Please let us know if you don't know how to award points?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ramakrishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Nov 2006 05:31:17 GMT</pubDate>
    <dc:creator>venkata_ramisetti</dc:creator>
    <dc:date>2006-11-23T05:31:17Z</dc:date>
    <item>
      <title>about module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-module-pool/m-p/1664838#M294410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi abaper,&lt;/P&gt;&lt;P&gt;             this is about module pool progrm&lt;/P&gt;&lt;P&gt;i have a selection screen where i will enter PROCESS ORDER NUMBER&lt;/P&gt;&lt;P&gt;   when i click PROCEED button after enter the process order number&lt;/P&gt;&lt;P&gt;i should call a transaction COWBPACK and that process order number should appear in this transaction field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reply&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;baleeq&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 05:15:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-module-pool/m-p/1664838#M294410</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T05:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: about module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-module-pool/m-p/1664839#M294411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this :&lt;/P&gt;&lt;P&gt;AT selection-screen output .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call screen &amp;lt;for cowback&amp;gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 05:20:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-module-pool/m-p/1664839#M294411</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2006-11-23T05:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: about module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-module-pool/m-p/1664840#M294412</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. You need to write code in the PAI of the particular screen. &lt;/P&gt;&lt;P&gt;2.Check for ok code corresponding to the 'proceed' button.&lt;/P&gt;&lt;P&gt;3. Set the parameter ID for the process order number . &lt;/P&gt;&lt;P&gt;4. call transaction COWBPACK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 05:21:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-module-pool/m-p/1664840#M294412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T05:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: about module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-module-pool/m-p/1664841#M294413</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;try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PBO

if process_ord_num is not initial.

CALL TRANSACTION &amp;lt;Tcode&amp;gt; 

endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;Anver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 05:22:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-module-pool/m-p/1664841#M294413</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-11-23T05:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: about module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-module-pool/m-p/1664842#M294414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Baleeq,&lt;/P&gt;&lt;P&gt;Before calling the transaction, store the value of the process order number into a sap global memory using:&lt;/P&gt;&lt;P&gt; SET PARAMETER ID pid FIELD p_ordno."P_ORDNO is selection screen parameter.&lt;/P&gt;&lt;P&gt;In the module pool program u can retrieve this field as:&lt;/P&gt;&lt;P&gt; GET PARAMETER ID pid FIELD g_ordno." G_ORDNO is the field in your transaction screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chetan.&lt;/P&gt;&lt;P&gt;PS: Reward points if this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 05:24:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-module-pool/m-p/1664842#M294414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T05:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: about module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-module-pool/m-p/1664843#M294415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Baleeq,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can write code similar to below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------------------------------------------------------------------------------------------------------" /&gt;&lt;P&gt;Report ZPROGRAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameter: P_aufnr type aufnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN PUSHBUTTON /10(10) Text-001 &lt;/P&gt;&lt;P&gt;                              USER-COMMAND PROC. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;  IF SY-UCOMM = 'PROC'.&lt;/P&gt;&lt;P&gt;      SET PARAMETER ID 'ANR' FIELD P_AUFNR.&lt;/P&gt;&lt;P&gt;     CALL TRANSACTION 'COWBPACK' &lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------------------------------------------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way baleeq, you posted 43 questions sofar and you have not awarded any points to any reply. Didn't you get any helpful replies sofar or  don't you know how to award points?  Please let us know if you don't know how to award points?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ramakrishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 05:31:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-module-pool/m-p/1664843#M294415</guid>
      <dc:creator>venkata_ramisetti</dc:creator>
      <dc:date>2006-11-23T05:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: about module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-module-pool/m-p/1664844#M294416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi baleeq,&lt;/P&gt;&lt;P&gt;   IN your selection screen u define your process order number field as fallows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters: p_aufnr like caufvd-aufnr MEMORY ID anr.&lt;/P&gt;&lt;P&gt;( Memory id for the ORDER field  in transaction  COWBPACK  is anr )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then u call the transaction COWBPACK  in any of the events after the selection screen appears.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the value entered in the p_aufnr will be seen in ORDER field of  transaction COWBPACK .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope your problem solved .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kasi S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 05:39:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-module-pool/m-p/1664844#M294416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T05:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: about module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-module-pool/m-p/1664845#M294417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Baleeq,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should more honest in awarding points. I request you to please go to your previous posts and award points to helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ramakrishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 06:09:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-module-pool/m-p/1664845#M294417</guid>
      <dc:creator>venkata_ramisetti</dc:creator>
      <dc:date>2006-11-23T06:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: about module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-module-pool/m-p/1664846#M294418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ahmed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    In flow logic editor, Under  PAI  event  write below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Module  process_order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double click on "process_order"  .Now cursor goes to  ABAPeditor.In between this&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;Module .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SUBMIT  SAPLVHUDIAL VIA SELECTION-SCREEN&lt;/P&gt;&lt;P&gt;                      WITH  CAUFVD-AUFNR  eq  "name of the field in which you are entering process order no".   &lt;/P&gt;&lt;P&gt;end module.&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where SAPLVHUDIAL  is the name of the program of the transaction code "COWBPACK "&lt;/P&gt;&lt;P&gt;CAUFVD-AUFNR is the field name of the "order" .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This code will help you lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls. reward   points for helpful answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 06:20:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-module-pool/m-p/1664846#M294418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T06:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: about module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-module-pool/m-p/1664847#M294419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Baleeq,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward all helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 06:25:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-module-pool/m-p/1664847#M294419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T06:25:31Z</dc:date>
    </item>
  </channel>
</rss>

