<?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 on maintenance screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-on-maintenance-screen/m-p/906838#M56261</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have a maintenance screen and now i have to build a selection screen for this maintenance screen in order to select only one plant.&lt;/P&gt;&lt;P&gt;for that i built a program with a selection screen and &lt;/P&gt;&lt;P&gt;i wanted to use call transaction using and the new transaction from se93.&lt;/P&gt;&lt;P&gt;but i have to know what parameters to put in se 93&lt;/P&gt;&lt;P&gt;thank you for your answer&lt;/P&gt;&lt;P&gt;yifat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 29 May 2005 07:36:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-05-29T07:36:33Z</dc:date>
    <item>
      <title>selection screen on maintenance screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-on-maintenance-screen/m-p/906836#M56259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello i built a maintenance screen for a table in order to update it.&lt;/P&gt;&lt;P&gt;now on the maintenance screen i have to build a selection screen in order to select only part of the records on the maintenance screen.&lt;/P&gt;&lt;P&gt;i built a new program with the selected parameter,&lt;/P&gt;&lt;P&gt;and a new transaction in se93, but in se93 i didnt know what to choose transaction or screen, and also what values to put in the screen field name and the value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 May 2005 06:55:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-on-maintenance-screen/m-p/906836#M56259</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-29T06:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen on maintenance screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-on-maintenance-screen/m-p/906837#M56260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have a maintenance scree for a table - create using table maintenance generator , i guess?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now you have created another program which calls SM30 and you wanted to pass some values to the maintenance view call to restrict the no. of records (based on some condition). right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so in se93 , you have to use transaction SM30 and in the screen field provide the following values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;VIEWNAME	&amp;lt;your table name&amp;gt;
UPDATE	X&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The simples option would be to create a program utilising FM VIEW_MAINTENANCE_GIVEN_DATA or VIEW_MAINTENANCE_CALL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its much easier to program. check the above mentioned FM documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 May 2005 07:20:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-on-maintenance-screen/m-p/906837#M56260</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-05-29T07:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen on maintenance screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-on-maintenance-screen/m-p/906838#M56261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have a maintenance screen and now i have to build a selection screen for this maintenance screen in order to select only one plant.&lt;/P&gt;&lt;P&gt;for that i built a program with a selection screen and &lt;/P&gt;&lt;P&gt;i wanted to use call transaction using and the new transaction from se93.&lt;/P&gt;&lt;P&gt;but i have to know what parameters to put in se 93&lt;/P&gt;&lt;P&gt;thank you for your answer&lt;/P&gt;&lt;P&gt;yifat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 May 2005 07:36:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-on-maintenance-screen/m-p/906838#M56261</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-29T07:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen on maintenance screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-on-maintenance-screen/m-p/906839#M56262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when you say maintenance scree, is it a custome built dialog program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now from your other program (with selection screen) you wanted to call this dialog program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to create a transaction to call your program (with selection scree) then you would just provide the program name in se93 as it is of type 1 (executable program).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or if you want to create a transaction for the module pool program then you would give the initial screen number and the program name in se93.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it clear ? I am sorry i couldnt understand you question fully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 May 2005 07:46:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-on-maintenance-screen/m-p/906839#M56262</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-05-29T07:46:43Z</dc:date>
    </item>
  </channel>
</rss>

