<?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: Restrict changes in payment terms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-changes-in-payment-terms/m-p/1766576#M331383</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you checked with basis guys whether can be limited by authorization objects?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Viswa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Dec 2006 17:39:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-27T17:39:53Z</dc:date>
    <item>
      <title>Restrict changes in payment terms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-changes-in-payment-terms/m-p/1766574#M331381</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;We have a requirement where in we have to restrict certain users from changing the sales order payment terms. This process has to be SOX compliant also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This requirement is for a certain sales org.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are all the various ways of achieving this objective with a scalable solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 16:42:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-changes-in-payment-terms/m-p/1766574#M331381</guid>
      <dc:creator>aaparanjpe</dc:creator>
      <dc:date>2006-12-27T16:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict changes in payment terms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-changes-in-payment-terms/m-p/1766575#M331382</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;In the userexit USEREXIT_FIELD_MODIFICATION in the include MV45AFZZ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check for the sales org..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM USEREXIT_FIELD_MODIFICATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF VBAK-VKORG = '0100'.  " CERTAIN SALES ORG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;disable the input for payment terms..&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  IF SCREEN-NAME = 'VBKD-ZTERM'.&lt;/P&gt;&lt;P&gt;    SCREEN-INPUT = '0'.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 16:48:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-changes-in-payment-terms/m-p/1766575#M331382</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-27T16:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict changes in payment terms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-changes-in-payment-terms/m-p/1766576#M331383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you checked with basis guys whether can be limited by authorization objects?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Viswa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 17:39:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-changes-in-payment-terms/m-p/1766576#M331383</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-27T17:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict changes in payment terms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-changes-in-payment-terms/m-p/1766577#M331384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check with your functional people to see if this is configurable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 17:47:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-changes-in-payment-terms/m-p/1766577#M331384</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-27T17:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict changes in payment terms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-changes-in-payment-terms/m-p/1766578#M331385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It always good to restrict changes in payment terms using authorization object.&lt;/P&gt;&lt;P&gt;Those who have authorization they will be able to change. Or by using user exit you can disable payment terms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K. Kishore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 20:04:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-changes-in-payment-terms/m-p/1766578#M331385</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-27T20:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict changes in payment terms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-changes-in-payment-terms/m-p/1766579#M331386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kishore,&lt;/P&gt;&lt;P&gt;Any pointers on what kind of authorization object is to be used &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 20:08:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-changes-in-payment-terms/m-p/1766579#M331386</guid>
      <dc:creator>aaparanjpe</dc:creator>
      <dc:date>2006-12-27T20:08:25Z</dc:date>
    </item>
  </channel>
</rss>

