<?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: Table Maintenance Generator in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/7783795#M1585744</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;Now I understand, but I think this is not possible. Right after pushing back there is only this module EXIT_COMMAND executed. Without changes there I think you won't be able to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Marcin Cholewczuk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Apr 2011 08:45:56 GMT</pubDate>
    <dc:creator>marcin_cholewczuk</dc:creator>
    <dc:date>2011-04-01T08:45:56Z</dc:date>
    <item>
      <title>Table Maintenance Generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/7783790#M1585739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I have created Table Maintenance view using SE54 . I have a requirement that from sm30 when the user &lt;/P&gt;&lt;P&gt;clicks the back button it should come back to the initial maintenance view screen . &lt;/P&gt;&lt;P&gt;Currently it is going back to the main sap screen . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saw that it is using LISTE_AFTER_LOOP .. when it is checking the back button code and set the screen no as '0' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know is there any event i can use  to execute leave to screen ''dynnr' instead of  LISTE_AFTER_LOOP .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;kevin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;Moderator Message: Moved from ABAP, General.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: kishan P on Mar 28, 2011 3:24 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2011 09:35:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/7783790#M1585739</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-28T09:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Table Maintenance Generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/7783791#M1585740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this logic!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of using set to screen '0', use the screen number of initial maintenance screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you to achieve the desired functionality &amp;amp; close the thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Vinit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2011 07:21:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/7783791#M1585740</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-29T07:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Table Maintenance Generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/7783792#M1585741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,  i can use set screen &amp;lt;screen number&amp;gt; ,  i doesn't want to modify Subroutine liste_after_loop . i want to do it via event .&lt;/P&gt;&lt;P&gt;Is it possible?. Any idea which event i should use?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;kevin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2011 07:38:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/7783792#M1585741</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-29T07:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Table Maintenance Generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/7783793#M1585742</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;It sounds a little bit strange to me so I've checked how it looks in my system and when I choose any maintanance view in SM30 (for example COMV_PR_ORG, ASTAT_VTP1 or any other SAP object) press display and then BACK I'm returning to SM30 main screen, so I don't understand how is it possible that in your case it behaves differently.&lt;/P&gt;&lt;P&gt;Could you check if it works like this for other objects? You could also check it in system from other landscape (maybe it is possible to configure such behaviour systemwide).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Marcin Cholewczuk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2011 20:18:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/7783793#M1585742</guid>
      <dc:creator>marcin_cholewczuk</dc:creator>
      <dc:date>2011-03-29T20:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: Table Maintenance Generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/7783794#M1585743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I have created transaction for the maintenance view , when i execute using the transaction it is returning&lt;/P&gt;&lt;P&gt;back to the SAP main screen .  Any idea how to change it .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;kevin .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2011 18:03:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/7783794#M1585743</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-30T18:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: Table Maintenance Generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/7783795#M1585744</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;Now I understand, but I think this is not possible. Right after pushing back there is only this module EXIT_COMMAND executed. Without changes there I think you won't be able to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Marcin Cholewczuk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2011 08:45:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/7783795#M1585744</guid>
      <dc:creator>marcin_cholewczuk</dc:creator>
      <dc:date>2011-04-01T08:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Table Maintenance Generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/7783796#M1585745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as per my understanding of SAPABAP, it is not possible in your case to return to sm30 initial menu until you make changes in your PAI module. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because each time when you click on BACK button, AT EXIT COMMAND is executed. There you need to call your screen number instead of leaving the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you understand the SAP logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Vinit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2011 05:07:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/7783796#M1585745</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-04T05:07:38Z</dc:date>
    </item>
  </channel>
</rss>

