<?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: selection screen dialog programming in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-dialog-programming/m-p/3042491#M720100</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Req for ABAP HR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ROLE: SAP HR ABAP DEVELOPER&lt;/P&gt;&lt;P&gt;Location: TULSA, OK&lt;/P&gt;&lt;P&gt;Duration: 3 + MONTHS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REQUIRED SKILLS: SAP ABAP / Dialog and regular / R/3 and HR / Workflow / smartforms&lt;/P&gt;&lt;P&gt;/ ALV / LSMW for HR and R/3 / Modules - MM , SD , HR, PD , PS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start Date: 11-12-07&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If interested Please send the cvs to sabba@valsatech.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Nov 2007 19:47:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-02T19:47:39Z</dc:date>
    <item>
      <title>selection screen dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-dialog-programming/m-p/3042488#M720097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have used a selection screen in the dialog programming. &lt;/P&gt;&lt;P&gt;I have written some code in the at selection screen to display the output on a table control in another screen 1001. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my problem is that when i try to enter the multiple values for material ,&lt;/P&gt;&lt;P&gt;it goes to the at selection screen and displays the output again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i write the code in start of selection instead of at selection screen&lt;/P&gt;&lt;P&gt;it doesnt give any output at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how do i correct this error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF SCREEN 2000 .&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS : s_ersda FOR MCHB-ERSDA OBLIGATORY.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS : s_matnr FOR MCHB-MATNR.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS : s_matkl FOR MARA-MATKL.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS : s_ferth FOR MARA-FERTH.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF SCREEN 2000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen.&lt;/P&gt;&lt;P&gt;.. &lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;statements to fill the output table&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;screen containing table control&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;call screen 1001&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 18:35:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-dialog-programming/m-p/3042488#M720097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T18:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-dialog-programming/m-p/3042489#M720098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Create a Executable program in SE38  and design the selection screen and validate them useing AT selection-screen events.&lt;/P&gt;&lt;P&gt;in Start-of-selection call the screen using CALL SCREEN '1000'.&lt;/P&gt;&lt;P&gt;which you desing the screen in SE51 and keep the table contraol and design all the events PAI,PBO, Status for that screen.&lt;/P&gt;&lt;P&gt;It will work.&lt;/P&gt;&lt;P&gt;But the selection screen events doesn't work in Module Pool program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 18:38:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-dialog-programming/m-p/3042489#M720098</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T18:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-dialog-programming/m-p/3042490#M720099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its working now. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 19:12:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-dialog-programming/m-p/3042490#M720099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T19:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-dialog-programming/m-p/3042491#M720100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Req for ABAP HR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ROLE: SAP HR ABAP DEVELOPER&lt;/P&gt;&lt;P&gt;Location: TULSA, OK&lt;/P&gt;&lt;P&gt;Duration: 3 + MONTHS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REQUIRED SKILLS: SAP ABAP / Dialog and regular / R/3 and HR / Workflow / smartforms&lt;/P&gt;&lt;P&gt;/ ALV / LSMW for HR and R/3 / Modules - MM , SD , HR, PD , PS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start Date: 11-12-07&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If interested Please send the cvs to sabba@valsatech.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 19:47:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-dialog-programming/m-p/3042491#M720100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T19:47:39Z</dc:date>
    </item>
  </channel>
</rss>

