<?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: Dialog' selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-selection-screen/m-p/2038711#M419005</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   Why not create it like a normal report program only?&lt;/P&gt;&lt;P&gt;In the start-of-selection part , you can call your screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters: p_matnr like mara-matnr.&lt;/P&gt;&lt;P&gt;select-options: s_ebeln for ekko-ebeln.&lt;/P&gt;&lt;P&gt;&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;call screen '0100'.   "Please note this is not the selection screen. This is another screen which you have to create b ydouble clicking on '0100'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Mar 2007 08:13:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-06T08:13:58Z</dc:date>
    <item>
      <title>Dialog' selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-selection-screen/m-p/2038707#M419001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im developing a dialog program that the first screen is the Selection screen, where it contains select options and parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is how can i make my dialog's selection screen having the same functionality as normal SE38 program's selection screen? Basically in dialog's selection screen, i want to save the input as variant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did tried to copied standard status - Program RSSYSTDB, Status %_00 as my dialog selection screen's status. but the save button will not trigger the variant saving.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls comment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 06:33:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-selection-screen/m-p/2038707#M419001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-06T06:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog' selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-selection-screen/m-p/2038708#M419002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear Can you please explan your requirment detaily&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 06:43:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-selection-screen/m-p/2038708#M419002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-06T06:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog' selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-selection-screen/m-p/2038709#M419003</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 the program in SE38 TCode with Program type as 'M'. and declare all declarations and design your selection screen similar to executable program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create the screen in SE51 and in the start-of-selection of the Program, you use the command:&lt;/P&gt;&lt;P&gt;CALL SCREEN &amp;lt;No&amp;gt;(which you have created in SE51).&lt;/P&gt;&lt;P&gt;Once you execute this program through the TCODE which you attached in SE93, the same selection screen will come. In the SE93  while attaching the program give the screen number as '1000'. and save.&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>Tue, 06 Mar 2007 06:49:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-selection-screen/m-p/2038709#M419003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-06T06:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog' selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-selection-screen/m-p/2038710#M419004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anji,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per your recommendation, i put my selection-screen declaration under a Type 'M' program, but i can not pass the syntax check. Am i perceived your message wrongly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could u pls give me the detail explanation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 07:52:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-selection-screen/m-p/2038710#M419004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-06T07:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog' selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-selection-screen/m-p/2038711#M419005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   Why not create it like a normal report program only?&lt;/P&gt;&lt;P&gt;In the start-of-selection part , you can call your screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters: p_matnr like mara-matnr.&lt;/P&gt;&lt;P&gt;select-options: s_ebeln for ekko-ebeln.&lt;/P&gt;&lt;P&gt;&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;call screen '0100'.   "Please note this is not the selection screen. This is another screen which you have to create b ydouble clicking on '0100'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 08:13:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-selection-screen/m-p/2038711#M419005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-06T08:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog' selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-selection-screen/m-p/2038712#M419006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried getting SAP to generate the selection screen for you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of screen 200.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of block a with frame title text-t01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options s_vendor for  eina-lifnr obligatory no intervals.&lt;/P&gt;&lt;P&gt;select-options s_matnr  for  mara-matnr.&lt;/P&gt;&lt;P&gt;parameters     p_werks  type mard-werks default 'D100'.&lt;/P&gt;&lt;P&gt;parameters     p_lgort  type mard-lgort default '0002'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen end of block a.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen end of screen 200.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would need to call screen 200 from your main program, and after execute is hit the main program continues populated with the selection parameters&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 09:03:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-selection-screen/m-p/2038712#M419006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-06T09:03:14Z</dc:date>
    </item>
  </channel>
</rss>

