<?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 user exit for va01/va02 for std program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-va01-va02-for-std-program/m-p/2721448#M631355</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;how are u all....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is my problem...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i created a customized screen for va01.&lt;/P&gt;&lt;P&gt;this screen gets called after user saves the order.&lt;/P&gt;&lt;P&gt;in this screen i provided 4 options .&lt;/P&gt;&lt;P&gt;1. accept the order&lt;/P&gt;&lt;P&gt;2 change the order&lt;/P&gt;&lt;P&gt;3.reject the order&lt;/P&gt;&lt;P&gt;4 release unconfirmed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am calling this screen in user exit userexit_refresh_document.&lt;/P&gt;&lt;P&gt;before this am capturing the order number .&lt;/P&gt;&lt;P&gt;once user clicks on first radion button i.e on accept.&lt;/P&gt;&lt;P&gt;then i am passing the order number and removing the block using BAPI_salesorder_change.&lt;/P&gt;&lt;P&gt;but here bapi is passing the error message as plese enter the order number ....&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;my doubt is the userexit whr am calling the screen is correct ?&lt;/P&gt;&lt;P&gt;can we do the same using BDC ..?&lt;/P&gt;&lt;P&gt;if anybody working actions on user entry for va01 and va02..&lt;/P&gt;&lt;P&gt;please let me know whr and how u r writing the code... sooon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx in advance...&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;sanjay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Aug 2007 08:46:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-10T08:46:54Z</dc:date>
    <item>
      <title>user exit for va01/va02 for std program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-va01-va02-for-std-program/m-p/2721448#M631355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;how are u all....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is my problem...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i created a customized screen for va01.&lt;/P&gt;&lt;P&gt;this screen gets called after user saves the order.&lt;/P&gt;&lt;P&gt;in this screen i provided 4 options .&lt;/P&gt;&lt;P&gt;1. accept the order&lt;/P&gt;&lt;P&gt;2 change the order&lt;/P&gt;&lt;P&gt;3.reject the order&lt;/P&gt;&lt;P&gt;4 release unconfirmed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am calling this screen in user exit userexit_refresh_document.&lt;/P&gt;&lt;P&gt;before this am capturing the order number .&lt;/P&gt;&lt;P&gt;once user clicks on first radion button i.e on accept.&lt;/P&gt;&lt;P&gt;then i am passing the order number and removing the block using BAPI_salesorder_change.&lt;/P&gt;&lt;P&gt;but here bapi is passing the error message as plese enter the order number ....&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;my doubt is the userexit whr am calling the screen is correct ?&lt;/P&gt;&lt;P&gt;can we do the same using BDC ..?&lt;/P&gt;&lt;P&gt;if anybody working actions on user entry for va01 and va02..&lt;/P&gt;&lt;P&gt;please let me know whr and how u r writing the code... sooon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx in advance...&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;sanjay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 08:46:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-va01-va02-for-std-program/m-p/2721448#M631355</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-10T08:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: user exit for va01/va02 for std program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-va01-va02-for-std-program/m-p/2721449#M631356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what are u doing ? , u cannt call BAPI in the same user exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if user accepts the order ---&amp;gt;then u have to unblock the order ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then u have to activate Credit Control User exits &lt;DEL&gt;-&amp;gt;SPRO&lt;/DEL&gt;-&amp;gt;SD&lt;DEL&gt;-&amp;gt;System Modifications&lt;/DEL&gt;&amp;gt;Credit Control User exits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;Peram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 09:15:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-va01-va02-for-std-program/m-p/2721449#M631356</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-10T09:15:58Z</dc:date>
    </item>
  </channel>
</rss>

