<?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: Exits in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/exits/m-p/1097265#M102449</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sanjay, For certain document types - I want certain functions to be inactive (the user should not be ableto navigate to that function).. how do I achieve this..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 16 Oct 2005 14:49:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-10-16T14:49:33Z</dc:date>
    <item>
      <title>Exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exits/m-p/1097262#M102446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I couldn't find exits in Sales order processing where I can deactivate certain function based on the order type.. Do we need to do this from SPRO? Or I am guessing from USEREXIT_FIELD_MODIFICATION..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Oct 2005 11:49:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exits/m-p/1097262#M102446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-16T11:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exits/m-p/1097263#M102447</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;Check the include MV45AFZZ. You can find many user exits here. These are subroutine exists and you need an access key to change this. One example from this is 'userexit_save_document'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more info pls refer this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/1c/f62c7dd435d1118b3f0060b03ca329/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/1c/f62c7dd435d1118b3f0060b03ca329/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Oct 2005 12:50:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exits/m-p/1097263#M102447</guid>
      <dc:creator>Vinod_Chandran</dc:creator>
      <dc:date>2005-10-16T12:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exits/m-p/1097264#M102448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should read consulting OSS 178328 for implementing this exit .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Oct 2005 14:11:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exits/m-p/1097264#M102448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-16T14:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: Exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exits/m-p/1097265#M102449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sanjay, For certain document types - I want certain functions to be inactive (the user should not be ableto navigate to that function).. how do I achieve this..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Oct 2005 14:49:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exits/m-p/1097265#M102449</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-16T14:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exits/m-p/1097266#M102450</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;So you want to deactivate some menu options based on document type . You can create transaction variant in SHD0 ( for transaction VA01 ) and then assign it to the corresponding document type in customizing ( Table TVAK , field - VARIANT ). The path is SPRO -&amp;gt; Sales &amp;amp; Dist -&amp;gt; Sales -&amp;gt; Sales Documents -&amp;gt; Sales Document Header -&amp;gt; Sales Document types ( Or directly VOV8 ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to change the attributes ( output only / editable ) of ceratin fields at runtine you should use MV45AFZZ ( USEREXIT_FIELD_MODIFICATION ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also read OSS 207886 &amp;amp; 187270.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Oct 2005 15:02:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exits/m-p/1097266#M102450</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-16T15:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exits/m-p/1097267#M102451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Other than SHD0/config, no other approach is available?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also can we create a transaction variant for VA03 and then attach it to document type in spro? will this ensure that the nexttime some body enters VA01, VA02 or VA03 for the sales document, the functions will be deactivated or will it achieve this only for VA03?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Oct 2005 16:45:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exits/m-p/1097267#M102451</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-16T16:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exits/m-p/1097268#M102452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why is USEREXIT_FIELD_MODIFICATION not sufficient for this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2005 20:20:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exits/m-p/1097268#M102452</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-17T20:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exits/m-p/1097269#M102453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What would be the screen name for a function code? Letz say I want to deactivate goto -&amp;gt;  partners function or partners tab, how do I achieve this using the USEREXIT_FIELD_MODIFICATION?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2005 20:42:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exits/m-p/1097269#M102453</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-17T20:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exits/m-p/1097270#M102454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am sorry, I mistook your requirement to be field modification not menu function modification. Assuming that you can deactivate partner tab, will not be in conflict with the screen sequence requirements where you configured to have partners as required? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know you took partners as an example, but disabling any of those menu functions, may be, just may be, will lead to inconsistencies. May be that is the reason why suchmodification is not provided.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2005 20:58:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exits/m-p/1097270#M102454</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-17T20:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exits/m-p/1097271#M102455</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;Check GUIXT functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that it will serve your purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sap.com/www.synactive.com" target="test_blank"&gt;www.synactive.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2006 15:21:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exits/m-p/1097271#M102455</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-07T15:21:25Z</dc:date>
    </item>
  </channel>
</rss>

