<?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 doubt in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-doubt/m-p/1827200#M352794</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ferry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this is the user exit that I'm looking for...but I put a break-point on it and at the moment that the Agreement is saved, the routine is not being called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could be the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michel Khouri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jan 2007 21:00:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-15T21:00:10Z</dc:date>
    <item>
      <title>User exit doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-doubt/m-p/1827195#M352789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to use an user exit (MMDA0001) to update Targ. val. field (EKKO-KTWRT) in ME32K transaction. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need to fill this field with the sum of all items Net Price of the Agreement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May I select the records of ekpo inside the user exit and then move the summarized value to this field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If yes, how can I pass the value for this field at the screen? (EKKO-KTWRT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michel Khouri&lt;/P&gt;&lt;P&gt;Mars, Inc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2007 20:10:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-doubt/m-p/1827195#M352789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-15T20:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: User exit doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-doubt/m-p/1827196#M352790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes you can select the ekpo table inside this userexit but you have to chcek which internal table contains the value of ekpo data.&lt;/P&gt;&lt;P&gt;try to find the internal table and do what ever you want.&lt;/P&gt;&lt;P&gt;I think this would be helpfull for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chidanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2007 20:16:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-doubt/m-p/1827196#M352790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-15T20:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: User exit doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-doubt/m-p/1827197#M352791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chauhan!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did get the internal table with ekko-ebeln value and select the items with ekpo table. However I don't know how to change the content of the fiel EKKO-KTWRT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I find it on the memory?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michel Khouri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2007 20:30:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-doubt/m-p/1827197#M352791</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-15T20:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: User exit doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-doubt/m-p/1827198#M352792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michel,&lt;/P&gt;&lt;P&gt;Look it is prescribed that you do not have to change the value of the internal table specially in the standard prog its better to consult with the funcitonal whether to chagne the value it in this way or not. Because standard sap uses that internal table to some other places, as a result it is recommended not to change the value.&lt;/P&gt;&lt;P&gt;But still you want to change then check the screen field name and assign the value to that screen field name. Also make sure htat this screen field value name is not going to refresh after you changed the value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2007 20:46:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-doubt/m-p/1827198#M352792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-15T20:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: User exit doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-doubt/m-p/1827199#M352793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this user exits EXIT_SAPMM06E_021 for enhancement MM06E008. &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;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2007 20:49:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-doubt/m-p/1827199#M352793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-15T20:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: User exit doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-doubt/m-p/1827200#M352794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ferry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this is the user exit that I'm looking for...but I put a break-point on it and at the moment that the Agreement is saved, the routine is not being called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could be the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michel Khouri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2007 21:00:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-doubt/m-p/1827200#M352794</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-15T21:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: User exit doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-doubt/m-p/1827201#M352795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michel, may be this user exit is called in update mode. Turn on update debugging and validate if your pgm stops at the breakpoint&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2007 21:12:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-doubt/m-p/1827201#M352795</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-15T21:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: User exit doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-doubt/m-p/1827202#M352796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you create a project (CMOD) for enhancement MM06E008 and EXIT_SAPMM06E_021? Try to code thsi inside user exits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BREAK &amp;lt;sy-uname&amp;gt;.    &amp;lt;--  your ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also ensure you have activated the project. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2007 21:16:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-doubt/m-p/1827202#M352796</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-15T21:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: User exit doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-doubt/m-p/1827203#M352797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there an option to turn the update debugging on?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michel Khouri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2007 21:40:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-doubt/m-p/1827203#M352797</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-15T21:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: User exit doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-doubt/m-p/1827204#M352798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before you press save, turn debugging on by entering /h. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once u are in debug mode, click on 'Settings ' button, you will see a lot of options. Please check the 'Update debugging ' check box. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please also validate that your projects have been activated as indicated by Ferry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2007 21:45:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-doubt/m-p/1827204#M352798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-15T21:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: User exit doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-doubt/m-p/1827205#M352799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Ferry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I didn't get...I have created the project as your suggestion, activated it, put the command with my ID and the break-point was not called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ps.: I turn the update debuggin on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another tip?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michel Khouri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2007 22:20:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-doubt/m-p/1827205#M352799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-15T22:20:20Z</dc:date>
    </item>
  </channel>
</rss>

