<?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 Pricing Routine VOFM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-routine-vofm/m-p/5428239#M1245660</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     I have areqirement  for changing the condition records in the &lt;STRONG&gt;Transaction VA02&lt;/STRONG&gt; should allow only 2 users based on the Division. Suppose say I have 10 users only &lt;STRONG&gt;User1 and User2  for the division '&lt;/STRONG&gt;11' can be able to view the conditions tab in the &lt;STRONG&gt;change mode&lt;/STRONG&gt; the rest of the users it should be in Display mode. Do i need to write the routine?  or else any other solution to do this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijaya Lakshmi.T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Apr 2009 11:12:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-09T11:12:43Z</dc:date>
    <item>
      <title>Pricing Routine VOFM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-routine-vofm/m-p/5428239#M1245660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     I have areqirement  for changing the condition records in the &lt;STRONG&gt;Transaction VA02&lt;/STRONG&gt; should allow only 2 users based on the Division. Suppose say I have 10 users only &lt;STRONG&gt;User1 and User2  for the division '&lt;/STRONG&gt;11' can be able to view the conditions tab in the &lt;STRONG&gt;change mode&lt;/STRONG&gt; the rest of the users it should be in Display mode. Do i need to write the routine?  or else any other solution to do this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijaya Lakshmi.T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2009 11:12:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-routine-vofm/m-p/5428239#M1245660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-09T11:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Pricing Routine VOFM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-routine-vofm/m-p/5428240#M1245661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lakshmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can use BADI for your requiremnt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the user name and division if match they able to change it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pass the sales order no to parameter id AUN and call transaction VA03 and skip first screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i will check for the correct BADI...and give u...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Think this may help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt; Naveen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2009 14:33:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-routine-vofm/m-p/5428240#M1245661</guid>
      <dc:creator>naveen_kumar116</dc:creator>
      <dc:date>2009-04-09T14:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Pricing Routine VOFM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-routine-vofm/m-p/5428241#M1245662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lakshmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try with those BADI...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BADI_SD_SALES_ITEM&lt;/P&gt;&lt;P&gt;EHS_DG_002&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Naveen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2009 14:52:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-routine-vofm/m-p/5428241#M1245662</guid>
      <dc:creator>naveen_kumar116</dc:creator>
      <dc:date>2009-04-09T14:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Pricing Routine VOFM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-routine-vofm/m-p/5428242#M1245663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can also use screen or transaction variants , and restrict the screen to disable mode or change mode by add ing the users name SHD0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2009 15:33:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-routine-vofm/m-p/5428242#M1245663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-09T15:33:27Z</dc:date>
    </item>
  </channel>
</rss>

