<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1106881#M105017</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put a break-point in this include 'FV45PFAP_VBAP_FUELLEN' in the form 'form vbap_fuellen.' on this statement &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Userexit&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  perform userexit_move_field_to_vbap(sapmv45a).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is almost at the end of the above form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then go through it step by step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Oct 2005 19:04:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-10-25T19:04:55Z</dc:date>
    <item>
      <title>user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1106874#M105010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;why am i not able to hit the userexit_move_field_to_vbap&lt;/P&gt;&lt;P&gt;when iam changing a sales order line item field.&lt;/P&gt;&lt;P&gt;( i set the breakpoint in one of teh includes in that exit.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2005 16:49:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1106874#M105010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-25T16:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1106875#M105011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put your breakpoint on one of the statements in the FORM userexit_move_field_to_vbap.   Does it stop there?   Do you have to click save to fire this FORM?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2005 17:03:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1106875#M105011</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-10-25T17:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1106876#M105012</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 a stupid question,&lt;/P&gt;&lt;P&gt;have you restart the transactin VA01 or VA02 after you put the break point?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2005 17:14:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1106876#M105012</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-25T17:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1106877#M105013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes i did,&lt;/P&gt;&lt;P&gt;i dont know whats happening..&lt;/P&gt;&lt;P&gt;may be i will try hard coding the break point and try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2005 18:25:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1106877#M105013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-25T18:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1106878#M105014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please post your code for this routine? I think, all you have in this code is include statement. Is that correct? If so, your first include may have a check statement at the very begining and may be that check statement condition is failing. Double click on the include and put your breakpoint on the first executable line of that include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have check statements in includes, and the condition fails, the control will not go any further. It will come out of the routine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2005 18:40:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1106878#M105014</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-25T18:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1106879#M105015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in change mode that is in va02&lt;/P&gt;&lt;P&gt;i believe that the exit is not triggered when u change a line item field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2005 18:49:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1106879#M105015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-25T18:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1106880#M105016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi KP;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   It should.  Can you check something for me?  Could you go to SE38 and type in the program name MV45AFZZ - the include program that owns the form?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Once you do that, try the "where used" function to see if it is included in the main program SAPMV45A.  That needs to be the case for the user exit to work.  If it is not there, there is a program you can run to put it there.  I am looking for that program right now, but maybe you could check that in the meantime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2005 18:57:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1106880#M105016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-25T18:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1106881#M105017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put a break-point in this include 'FV45PFAP_VBAP_FUELLEN' in the form 'form vbap_fuellen.' on this statement &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Userexit&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  perform userexit_move_field_to_vbap(sapmv45a).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is almost at the end of the above form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then go through it step by step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2005 19:04:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1106881#M105017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-25T19:04:55Z</dc:date>
    </item>
  </channel>
</rss>

