<?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: Code for creating zse16 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-for-creating-zse16/m-p/6637392#M1442866</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As said you have to copy and make necessary changes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Feb 2010 19:38:01 GMT</pubDate>
    <dc:creator>kesavadas_thekkillath</dc:creator>
    <dc:date>2010-02-25T19:38:01Z</dc:date>
    <item>
      <title>Code for creating zse16</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-for-creating-zse16/m-p/6637386#M1442860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one please give me the code for creating the zse16 to display tables instead of using se16. And specify what needs to be done by basis as part of authorizations.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2010 06:46:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-for-creating-zse16/m-p/6637386#M1442860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-16T06:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Code for creating zse16</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-for-creating-zse16/m-p/6637387#M1442861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Transaction SE16 is stored in Function group SETB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, you need to make function group SETB to Z&amp;lt;function group&amp;gt; alongwith contained FMs and then create a transaction code to access the function pool program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ni3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Ni3 on Feb 16, 2010 6:44 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2010 08:26:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-for-creating-zse16/m-p/6637387#M1442861</guid>
      <dc:creator>former_member434229</dc:creator>
      <dc:date>2010-02-16T08:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Code for creating zse16</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-for-creating-zse16/m-p/6637388#M1442862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please let me Do you have authrosation for SE11..&lt;/P&gt;&lt;P&gt;Is it Ok for You to create ZSE16 based on SE11 Tcode..&lt;/P&gt;&lt;P&gt;If it is OK I'll give further Steps..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2010 05:24:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-for-creating-zse16/m-p/6637388#M1442862</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-19T05:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Code for creating zse16</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-for-creating-zse16/m-p/6637389#M1442863</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;probably your intention is to allow to display SE11 also for non-developers (user with no authorization S_DEVELOP). If it is so, just go to SE93 and copy SE11 to ZSE11. In ZSE11 remove authorization object S_DEVELOP. After that it will be sufficient to assign user an authority for transaction (authorization object S_TCODE). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your intention is different, you have to copy also some other workbench objects - probably corresponing function group. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2010 06:16:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-for-creating-zse16/m-p/6637389#M1442863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-19T06:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Code for creating zse16</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-for-creating-zse16/m-p/6637390#M1442864</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;Go to tcode se93. Go to the trasaction code on the menu bar and select copy.&lt;/P&gt;&lt;P&gt;It will give u a pop up where u can create a z t code for se16.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Suman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2010 08:03:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-for-creating-zse16/m-p/6637390#M1442864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-19T08:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Code for creating zse16</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-for-creating-zse16/m-p/6637391#M1442865</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;I need zse16 without any access to se11 or se16.&lt;/P&gt;&lt;P&gt;My intention is user can only access tables using zse16 not standard transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2010 13:25:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-for-creating-zse16/m-p/6637391#M1442865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-19T13:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Code for creating zse16</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-for-creating-zse16/m-p/6637392#M1442866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As said you have to copy and make necessary changes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 19:38:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-for-creating-zse16/m-p/6637392#M1442866</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-02-25T19:38:01Z</dc:date>
    </item>
  </channel>
</rss>

