<?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: User Exit Issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-issue/m-p/5789335#M1309580</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;try BADI..that's the way forward.. anyway &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have checked the exit which you using there is no export or changing parameter for ekpo...so it will not change any values.&lt;/P&gt;&lt;P&gt;you have to fine the correct exit or use dynamic value change code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Atul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jun 2009 05:03:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-16T05:03:11Z</dc:date>
    <item>
      <title>User Exit Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-issue/m-p/5789330#M1309575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one query in user exit. My requirement is prohibit the user to change the quantity in PO Change. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wrote the logic in one user exit. Inside exit it is working as per my logic i.e. it will replace the value entered by user with the value maintained in standard table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when it comes out of the user exit again it will consider the value entered by user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody will suggest me how I can achieve my requirement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2009 03:36:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-issue/m-p/5789330#M1309575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-16T03:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-issue/m-p/5789331#M1309576</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;If your requirement is to restrict the user from changing the quantity, then why take chances, just make than field as not editable in some user exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will be helpful for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2009 03:45:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-issue/m-p/5789331#M1309576</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-16T03:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-issue/m-p/5789332#M1309577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi neha gupta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Which Exit did You code your logic and For which T-code I mean &lt;STRONG&gt;ME22 / ME22N&lt;/STRONG&gt;. And paste the piece of code written by You which will help you to solve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I agree with Karthik D, If SY-TCODE = ME22 / ME22N change that field to non editable Filed.&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;Suneel G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2009 03:49:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-issue/m-p/5789332#M1309577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-16T03:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-issue/m-p/5789333#M1309578</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 will suggest you u use BADI "ME_PROCESS_PO_CUST" or what to can do is replace the value which user have entered on screen in both the temp internal table(maybe *ekpo) in actualy table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Atul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2009 04:33:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-issue/m-p/5789333#M1309578</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-16T04:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-issue/m-p/5789334#M1309579</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;&lt;/P&gt;&lt;P&gt;Actually there is no screen exit is available for ME21N / ME22N tcode. So, I am doing changes in exit EXIT_SAPLMEKO_002. I guess we can't make the field uneditable using function module exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per Atul's suggestion I did the same means I replaced the value entered by user with value maintained in database. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under user exit the logic is working fine but when it comes out of the exit again it will consider the value entered by user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2009 04:47:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-issue/m-p/5789334#M1309579</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-16T04:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-issue/m-p/5789335#M1309580</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;try BADI..that's the way forward.. anyway &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have checked the exit which you using there is no export or changing parameter for ekpo...so it will not change any values.&lt;/P&gt;&lt;P&gt;you have to fine the correct exit or use dynamic value change code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Atul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2009 05:03:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-issue/m-p/5789335#M1309580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-16T05:03:11Z</dc:date>
    </item>
  </channel>
</rss>

