<?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 SM30 Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-problem/m-p/5859142#M1321114</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to change the status gui of an SM30 transaction. I used the ST eventto chance the program that calls the status. Until there everything is ok. The problems is: I changed just 3 gui's but the transaction show an erros saying that some gui's still missing. In other words, i want to copy all gui's of a program do another but i dont want to do this one by one. My ideia is copy all just one time.&lt;/P&gt;&lt;P&gt; I appreciate all kind of help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jul 2009 11:28:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-23T11:28:58Z</dc:date>
    <item>
      <title>SM30 Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-problem/m-p/5859142#M1321114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to change the status gui of an SM30 transaction. I used the ST eventto chance the program that calls the status. Until there everything is ok. The problems is: I changed just 3 gui's but the transaction show an erros saying that some gui's still missing. In other words, i want to copy all gui's of a program do another but i dont want to do this one by one. My ideia is copy all just one time.&lt;/P&gt;&lt;P&gt; I appreciate all kind of help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 11:28:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-problem/m-p/5859142#M1321114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-23T11:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-problem/m-p/5859143#M1321115</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;You want to change the gui status for one table generator (SM30).  If so go to se11 and click on Tbale Maintainence generator. Now you can change in source code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or please explain your query in detail ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prashant Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 20:02:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-problem/m-p/5859143#M1321115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-23T20:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-problem/m-p/5859144#M1321116</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;You want to change the GUI STATUS of SM30? Maybe what you can do is copy the whole program of SM30 and do some changes there as chaging standard program is not a good practice. Also, create a new transaction code for your new program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to maintain tables, you can do it by generating table maintenance in SE11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Benedict&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2009 02:26:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-problem/m-p/5859144#M1321116</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-24T02:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-problem/m-p/5859145#M1321117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Natalie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; think it was authorization related, you would get a different message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By any chance, does this table NOT have field MANDT in the beginning?&lt;/P&gt;&lt;P&gt;I have seen this happen when MANDT is left out. Without a client field, it is a cross-client table. BASIS configuration can be set to not allow cross-client changes in some cases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have MANDT, and set the delivery class to A, and regenerated.... try checking SU53 to see if there are errors.&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;&lt;/P&gt;&lt;P&gt;Saurabh Goel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2009 08:55:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-problem/m-p/5859145#M1321117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-24T08:55:34Z</dc:date>
    </item>
  </channel>
</rss>

