<?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: sm30 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30/m-p/5509762#M1259911</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;get authorization to work SM30 from basis. this will solve the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Apr 2009 08:13:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-16T08:13:31Z</dc:date>
    <item>
      <title>sm30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30/m-p/5509759#M1259908</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;Ive created a tcode which calls sm30 with viewname as my ztablename. However sm30 is blocked in my production environment resulting in blocking of my tcode also. Is there any workaround ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2009 06:44:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30/m-p/5509759#M1259908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-16T06:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: sm30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30/m-p/5509760#M1259909</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;If I understood correctly, Usually sm30 would be blocked in Production systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of calling the Transaction sm30, why don't you write code in your program to pick up the data from that custom table (ztablename) and display as per your requirement! I believe thats all you can do or the guy who is going to use this transaction should have "SM30" access ask your BASIS team, they does this!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shekher&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2009 08:04:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30/m-p/5509760#M1259909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-16T08:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: sm30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30/m-p/5509761#M1259910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;get authorization to work SM30 from basis. this will solve the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2009 08:13:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30/m-p/5509761#M1259910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-16T08:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: sm30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30/m-p/5509762#M1259911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;get authorization to work SM30 from basis. this will solve the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2009 08:13:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30/m-p/5509762#M1259911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-16T08:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: sm30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30/m-p/5509763#M1259912</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;1. Create a maintenance view for your ztable.&lt;/P&gt;&lt;P&gt;2. Create your own program and call FM VIEW_MAINTENANCE_CALL to maintain the ztable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;call function 'VIEW_MAINTENANCE_CALL'
    exporting
      action                               = p_action
*   CORR_NUMBER                          = '          '
*   GENERATE_MAINT_TOOL_IF_MISSING       = ' '
      show_selection_popup                 = lv_xshowselpopup
      view_name                            = p_view
*   NO_WARNING_FOR_CLIENTINDEP           = ' '
*   RFC_DESTINATION_FOR_UPGRADE          = ' '
*   CLIENT_FOR_UPGRADE                   = ' '
*   VARIANT_FOR_SELECTION                = ' '
*   COMPLEX_SELCONDS_USED                = ' '
* TABLES
*   DBA_SELLIST                          =
*   EXCL_CUA_FUNCT                       =
 exceptions
   client_reference                     = 1
   foreign_lock                         = 2
   invalid_action                       = 3
   no_clientindependent_auth            = 4
   no_database_function                 = 5
   no_editor_function                   = 6
   no_show_auth                         = 7
   no_tvdir_entry                       = 8
   no_upd_auth                          = 9
   only_show_allowed                    = 10
   system_failure                       = 11
   unknown_field_in_dba_sellist         = 12
   view_not_found                       = 13
   others                               = 14&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;            .&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lim...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2009 08:19:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30/m-p/5509763#M1259912</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-16T08:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: sm30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30/m-p/5509764#M1259913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&amp;nbsp; I had this requirement too and VIEW_MAINTENANCE_CALL was just what I needed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 19:11:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30/m-p/5509764#M1259913</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-25T19:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: sm30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30/m-p/5509765#M1259914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mac,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to get the authorization for the&amp;nbsp; t code from Security team.&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;Regards,&lt;/P&gt;&lt;P&gt;Vinay Mutt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 05:30:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30/m-p/5509765#M1259914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-26T05:30:40Z</dc:date>
    </item>
  </channel>
</rss>

