<?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 Smartform with only display in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-with-only-display/m-p/4752862#M1114692</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Check one of my User ID with T-code  smartforms&lt;/P&gt;&lt;P&gt;He can Change  Form .Then He can save also &amp;amp; Change request Create . &lt;/P&gt;&lt;P&gt;I want That In  T-code  of smartforms .he can,t change the any Form.&lt;/P&gt;&lt;P&gt;Mean Change option only in display mode.&lt;/P&gt;&lt;P&gt;So how I can Do This one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;manu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Nov 2008 15:26:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-17T15:26:10Z</dc:date>
    <item>
      <title>Smartform with only display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-with-only-display/m-p/4752862#M1114692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Check one of my User ID with T-code  smartforms&lt;/P&gt;&lt;P&gt;He can Change  Form .Then He can save also &amp;amp; Change request Create . &lt;/P&gt;&lt;P&gt;I want That In  T-code  of smartforms .he can,t change the any Form.&lt;/P&gt;&lt;P&gt;Mean Change option only in display mode.&lt;/P&gt;&lt;P&gt;So how I can Do This one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;manu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2008 15:26:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-with-only-display/m-p/4752862#M1114692</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-17T15:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform with only display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-with-only-display/m-p/4752863#M1114693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, please read the last 4 posts to this thread: &lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1119844"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been trying to contact you...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specifically to your question, from the ST01 trace:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;      when others.            "S_DEVELOP without package protection.
        if p_s_develop-devclass =  space.
          authority-check object 'S_DEVELOP'
             id 'DEVCLASS' dummy
             id 'OBJTYPE'  field p_s_develop-objtype
             id 'OBJNAME'  field p_s_develop-objname
             id 'P_GROUP'  dummy
             id 'ACTVT'    field p_s_develop-actvt.
        else.                                   "S_DEVELOP with package assignment.
          authority-check object 'S_DEVELOP'
             id 'DEVCLASS' field p_s_develop-devclass
             id 'OBJTYPE'  field p_s_develop-objtype
             id 'OBJNAME'  field p_s_develop-objname
             id 'P_GROUP'  dummy
             id 'ACTVT'    field l_develop_actvt.
        endif.
    endcase.                           " P_OBJECT_CLASS&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, you need to restrict their S_DEVELOP authority to display only activity for object type SSFO, and possibly the name and package as well if you want some but not others.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2008 15:50:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-with-only-display/m-p/4752863#M1114693</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-17T15:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform with only display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-with-only-display/m-p/4752864#M1114694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using ECC 6.0 with Oracle 10 on HPux,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;manu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2008 04:46:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-with-only-display/m-p/4752864#M1114694</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-18T04:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform with only display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-with-only-display/m-p/4752865#M1114695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems to make no difference...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Restrict the object type of S_DEVELOP to the activities you want to allow. Should do the trick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2008 08:24:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-with-only-display/m-p/4752865#M1114695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-18T08:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform with only display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-with-only-display/m-p/4752866#M1114696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Julius!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2008 12:37:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-with-only-display/m-p/4752866#M1114696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-18T12:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform with only display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-with-only-display/m-p/4752867#M1114697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;manu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 08:02:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-with-only-display/m-p/4752867#M1114697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T08:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform with only display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-with-only-display/m-p/4752868#M1114698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Manu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did restricting the object type not work or could you not get the change through organizationally?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 09:00:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-with-only-display/m-p/4752868#M1114698</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T09:00:44Z</dc:date>
    </item>
  </channel>
</rss>

