<?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 PO using module pool program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/po-using-module-pool-program/m-p/4847504#M1133741</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;     I have a requirement for PO.I have create the zscreen following fields PO number PoOrg, Group, etcu2026now customer maintain the data in the ztable. When I click the zscreen tcode ponumber, poorg, group will be displayed, once customer enter the po number, based on the po number I want to pickup from ztable and display all the data to zscreen. Please any one help me and also give me any sample code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Nov 2008 04:56:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-19T04:56:09Z</dc:date>
    <item>
      <title>PO using module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/po-using-module-pool-program/m-p/4847504#M1133741</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;     I have a requirement for PO.I have create the zscreen following fields PO number PoOrg, Group, etcu2026now customer maintain the data in the ztable. When I click the zscreen tcode ponumber, poorg, group will be displayed, once customer enter the po number, based on the po number I want to pickup from ztable and display all the data to zscreen. Please any one help me and also give me any sample code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2008 04:56:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/po-using-module-pool-program/m-p/4847504#M1133741</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-19T04:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: PO using module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/po-using-module-pool-program/m-p/4847505#M1133742</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;Write in the PBO of the screen like if you want to display according to PO number then...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;        WHEN 'PO_DISPLAY_BUTTON'.&lt;/P&gt;&lt;P&gt;        IF SY-TCODE &amp;lt;&amp;gt; 'ZPURDI_47920'.&lt;/P&gt;&lt;P&gt;          SCREEN-INVISIBLE = '1'. // to disable the screen elements..&lt;/P&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;P&gt;       " Write your select query here for selecting the fields according to the PO number&lt;/P&gt;&lt;P&gt;    ENDCASE.&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;Regards&lt;/P&gt;&lt;P&gt;Mudit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2008 05:00:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/po-using-module-pool-program/m-p/4847505#M1133742</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-19T05:00:22Z</dc:date>
    </item>
  </channel>
</rss>

