<?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: Passing VBAP data to Availability Check user exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-vbap-data-to-availability-check-user-exit/m-p/9340244#M1730172</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Keerthi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can check the below link :&lt;/P&gt;&lt;P&gt;&lt;A href="https://scn.sap.com/thread/2065600" title="https://scn.sap.com/thread/2065600"&gt;https://scn.sap.com/thread/2065600&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Tarak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Mar 2013 07:26:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-03-28T07:26:02Z</dc:date>
    <item>
      <title>Passing VBAP data to Availability Check user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-vbap-data-to-availability-check-user-exit/m-p/9340243#M1730171</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;We have added a few custom fields to the VBAP table in our SAP instance.&lt;/P&gt;&lt;P&gt;I have a requirement to pass a couple of these custom fields during Sales Order creation / change to the availability check user exit - ZXATPU02.&lt;/P&gt;&lt;P&gt;But unfortunately, I am not able to locate the best place to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried doing this in USEREXIT_MOVE_FIELD_TO_VBAP, but any changes to the custom fields do not seem to trigger this user exit.&lt;/P&gt;&lt;P&gt;I considered USEREXIT_CHECK_VBAP, but this seems to get called only after the execution of ZXATPU02 and not before.&lt;/P&gt;&lt;P&gt;Please share your ideas / experience if any in this regard.&lt;/P&gt;&lt;P&gt;I need to pass these fields to ZXATPU02, so that I can use these fields for certain processing inside this include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Keerthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2013 03:14:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-vbap-data-to-availability-check-user-exit/m-p/9340243#M1730171</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-03-28T03:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Passing VBAP data to Availability Check user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-vbap-data-to-availability-check-user-exit/m-p/9340244#M1730172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Keerthi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can check the below link :&lt;/P&gt;&lt;P&gt;&lt;A href="https://scn.sap.com/thread/2065600" title="https://scn.sap.com/thread/2065600"&gt;https://scn.sap.com/thread/2065600&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Tarak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2013 07:26:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-vbap-data-to-availability-check-user-exit/m-p/9340244#M1730172</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-03-28T07:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Passing VBAP data to Availability Check user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-vbap-data-to-availability-check-user-exit/m-p/9340245#M1730173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Keerthi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the include RV03VFZZ. There are 2 exits in this include related to ATP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USEREXIT_AVAILABILITY_IN is called before ATP happens. &lt;/P&gt;&lt;P&gt;USEREXIT_AVAILABILITY_OUT is called after ATP is carried out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If these exits are not useful, I would do the following. Place a break point in *_IN and the exits *&lt;SPAN style="color: #333333; font-size: 11.818181991577148px; background-color: #ffffff;"&gt;TO_VBAP, *CHECK&lt;SPAN style="color: #333333; font-size: 11.818181991577148px; background-color: #ffffff;"&gt;_VBAP and see the flow.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 11.818181991577148px; background-color: #ffffff;"&gt;Also since this is related to ATP, check the exits *MOVE/CHECK_VBEP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 11.818181991577148px; background-color: #ffffff;"&gt;Hope this helps.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 11.818181991577148px; background-color: #ffffff;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 11.818181991577148px; background-color: #ffffff;"&gt;Vikram.M&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2013 12:35:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-vbap-data-to-availability-check-user-exit/m-p/9340245#M1730173</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-03-28T12:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: Passing VBAP data to Availability Check user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-vbap-data-to-availability-check-user-exit/m-p/9340246#M1730174</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 using the exit USEREXIT_CHECK_VBAP in the include program MV45AFZB and check if this is called before the exit &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;ZXATPU02&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2013 13:11:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-vbap-data-to-availability-check-user-exit/m-p/9340246#M1730174</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-03-28T13:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Passing VBAP data to Availability Check user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-vbap-data-to-availability-check-user-exit/m-p/9340247#M1730175</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;The link you have suggested talks about using the user exit USEREXIT_MOVE_FIELD_TO_VBAP, which gets triggered only when you insert a new line and it does not work for my case. &lt;/P&gt;&lt;P&gt;Also, I had already mentioned in my post that I have tried this user exit and it does not work for my case when I am making changes to the existing line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you have any other ideas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Keerthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2013 16:04:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-vbap-data-to-availability-check-user-exit/m-p/9340247#M1730175</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-03-28T16:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Passing VBAP data to Availability Check user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-vbap-data-to-availability-check-user-exit/m-p/9340248#M1730176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, it does not. I have already tried that and I have even mentioned that in my original post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Keerthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2013 16:07:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-vbap-data-to-availability-check-user-exit/m-p/9340248#M1730176</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-03-28T16:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: Passing VBAP data to Availability Check user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-vbap-data-to-availability-check-user-exit/m-p/9340249#M1730177</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 found a workaround to this issue.&lt;/P&gt;&lt;P&gt;Instead of playing around with the confirmation quantity in the result of ATP inside ZXATPU02 include, I was able to achieve the desired result by making changes to the XVBEP[ ] internal table inside userexit_save_document_prepare.&lt;/P&gt;&lt;P&gt;Thanks for all your responses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Keerthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Mar 2013 20:00:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-vbap-data-to-availability-check-user-exit/m-p/9340249#M1730177</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-03-29T20:00:47Z</dc:date>
    </item>
  </channel>
</rss>

