<?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 how to create selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-selection-screen/m-p/1884427#M371144</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to create selection screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hi i want to create selection screen &lt;/P&gt;&lt;P&gt;Vendor Parameters in &lt;/P&gt;&lt;P&gt;Vendor No EKKO(Pur Doc Header)-LIFNR&lt;/P&gt;&lt;P&gt;Pur Org EKKO-EKORG&lt;/P&gt;&lt;P&gt;Plant EKKO-WERKS&lt;/P&gt;&lt;P&gt;Pur Doc Date EKKO-BEDAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;help me please &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advanced.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jan 2007 13:32:19 GMT</pubDate>
    <dc:creator>laxman_sankhla3</dc:creator>
    <dc:date>2007-01-17T13:32:19Z</dc:date>
    <item>
      <title>how to create selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-selection-screen/m-p/1884427#M371144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to create selection screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hi i want to create selection screen &lt;/P&gt;&lt;P&gt;Vendor Parameters in &lt;/P&gt;&lt;P&gt;Vendor No EKKO(Pur Doc Header)-LIFNR&lt;/P&gt;&lt;P&gt;Pur Org EKKO-EKORG&lt;/P&gt;&lt;P&gt;Plant EKKO-WERKS&lt;/P&gt;&lt;P&gt;Pur Doc Date EKKO-BEDAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;help me please &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advanced.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 13:32:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-selection-screen/m-p/1884427#M371144</guid>
      <dc:creator>laxman_sankhla3</dc:creator>
      <dc:date>2007-01-17T13:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to create selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-selection-screen/m-p/1884428#M371145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data: l_lifnr type ekko-lifnr,&lt;/P&gt;&lt;P&gt;        l_ekorg type ekko-ekorg,&lt;/P&gt;&lt;P&gt;        ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options:&lt;/P&gt;&lt;P&gt;  p_lifnr for l_lifnr,&lt;/P&gt;&lt;P&gt;  p_ekorg for l_ekorg,&lt;/P&gt;&lt;P&gt;  .....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 13:36:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-selection-screen/m-p/1884428#M371145</guid>
      <dc:creator>roland_spindler</dc:creator>
      <dc:date>2007-01-17T13:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to create selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-selection-screen/m-p/1884429#M371146</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;&lt;/P&gt;&lt;P&gt;PARAMETERS: G_VENDOR like EKKo-LIFNR, &lt;/P&gt;&lt;P&gt;                         G_PUR_ORG like EKKO-LIFNR,&lt;/P&gt;&lt;P&gt;                         G_PLANT      like EKKO-WERKS,&lt;/P&gt;&lt;P&gt;                         G_PUR_DOC like EKKO-BEDAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 13:36:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-selection-screen/m-p/1884429#M371146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T13:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to create selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-selection-screen/m-p/1884430#M371147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PARAMETERS: P_VENDOR like EKKo-LIFNR, &lt;/P&gt;&lt;P&gt;                        P_PUR_ORG like EKKO-LIFNR,&lt;/P&gt;&lt;P&gt;                        P_PLANT like EKKO-WERKS,&lt;/P&gt;&lt;P&gt;                        P_PUR_DOC like EKKO-BEDAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*************************&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: S_VENDOR for EKKo-LIFNR, &lt;/P&gt;&lt;P&gt;                              S_PUR_ORG for EKKO-LIFNR,&lt;/P&gt;&lt;P&gt;                              S_PLANT for EKKO-WERKS,&lt;/P&gt;&lt;P&gt;                              S_PUR_DOC for EKKO-BEDAT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 13:42:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-selection-screen/m-p/1884430#M371147</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T13:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to create selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-selection-screen/m-p/1884431#M371148</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;PRE&gt;&lt;CODE&gt;parameters: p_lifnr type lifnr,
           p_ekorg type ekorg,
           p_werks type werks,
           p_bedat type bedat.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want these field to be mandatory then use MANDATORY AT END OF EACH,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.google.co.in/search?hl=de&amp;amp;q=selection+screen" target="test_blank"&gt;http://www.google.co.in/search?hl=de&amp;amp;q=selection+screen&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 13:43:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-selection-screen/m-p/1884431#M371148</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T13:43:30Z</dc:date>
    </item>
  </channel>
</rss>

