<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-va01/m-p/2955673#M697193</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 am working on an exit. I require a help from any one who can give me a sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is when ever i enter value in sold-to-party in VA01 transaction. I need to get a field zflag updated from knvv table to field zflag in vbak table.&lt;/P&gt;&lt;P&gt;Here There is a special requirement like when ever i enter a value in sold -to-party immediately the field knvv-zflag should be pinged and fetch the value to vbak-zflag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code required immediately.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Oct 2007 14:33:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-09T14:33:42Z</dc:date>
    <item>
      <title>User Exit for VA01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-va01/m-p/2955673#M697193</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 am working on an exit. I require a help from any one who can give me a sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is when ever i enter value in sold-to-party in VA01 transaction. I need to get a field zflag updated from knvv table to field zflag in vbak table.&lt;/P&gt;&lt;P&gt;Here There is a special requirement like when ever i enter a value in sold -to-party immediately the field knvv-zflag should be pinged and fetch the value to vbak-zflag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code required immediately.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 14:33:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-va01/m-p/2955673#M697193</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T14:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit for VA01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-va01/m-p/2955674#M697194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Goto the Include program of SAPMV45A , Include MV45AFZZ and write the code in the FORm add fields to VBAK, there based on the KUNNR entered you have to get  the field value from KONV table&lt;/P&gt;&lt;P&gt;So take the VBAK-KNUMV field and fetch that field value from KONV and populate to VBAK-ZFLAG field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write the code keep a break point, execute the order and check in debugging&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 17:51:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-va01/m-p/2955674#M697194</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T17:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit for VA01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-va01/m-p/2955675#M697195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Transaction Code - VA01                     Create Sales Order&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Exit Name           Description&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; SDTRM001            Reschedule schedule lines without a new ATP check&lt;/P&gt;&lt;P&gt; V45A0001            Determine alternative materials for product selection&lt;/P&gt;&lt;P&gt; V45A0002            Predefine sold-to party in sales document&lt;/P&gt;&lt;P&gt; V45A0003            Collector for customer function modulpool MV45A&lt;/P&gt;&lt;P&gt; V45A0004            Copy packing proposal&lt;/P&gt;&lt;P&gt; V45E0001            Update the purchase order from the sales order&lt;/P&gt;&lt;P&gt; V45E0002            Data transfer in procurement elements (PRreq., assembly)&lt;/P&gt;&lt;P&gt; V45L0001            SD component supplier processing (customer enhancements)&lt;/P&gt;&lt;P&gt; V45P0001            SD customer function for cross-company code sales&lt;/P&gt;&lt;P&gt; V45S0001            Update sales document from configuration&lt;/P&gt;&lt;P&gt; V45S0003            MRP-relevance for incomplete configuration&lt;/P&gt;&lt;P&gt; V45S0004            Effectivity type in sales order&lt;/P&gt;&lt;P&gt; V45W0001            SD Service Management: Forward Contract Data to Item&lt;/P&gt;&lt;P&gt; V46H0001            SD Customer functions for resource-related billing&lt;/P&gt;&lt;P&gt; V60F0001            SD Billing plan (customer enhancement) diff. to billing plan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No of Exits:         15&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USER EXIT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm" target="test_blank"&gt;http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/code/abap26.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/code/abap26.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/what-is-user-exits.htm" target="test_blank"&gt;http://www.sap-img.com/abap/what-is-user-exits.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction" target="test_blank"&gt;http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.easymarketplace.de/userexit.php" target="test_blank"&gt;http://www.easymarketplace.de/userexit.php&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm" target="test_blank"&gt;http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappoint.com/abap/userexit.pdfUser-Exit" target="test_blank"&gt;http://www.sappoint.com/abap/userexit.pdfUser-Exit&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/ab038.htm" target="test_blank"&gt;http://www.sap-img.com/ab038.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/64/72369adc56d11195100060b03c6b76/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/64/72369adc56d11195100060b03c6b76/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm" target="test_blank"&gt;http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/what-is-user-exits.htm" target="test_blank"&gt;http://www.sap-img.com/abap/what-is-user-exits.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://expertanswercenter.techtarget.com/eac/knowledgebaseAnswer/0,295199,sid63_gci982756,00.html" target="test_blank"&gt;http://expertanswercenter.techtarget.com/eac/knowledgebaseAnswer/0,295199,sid63_gci982756,00.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards if useful.........&lt;/P&gt;&lt;P&gt;Minal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2007 03:36:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-va01/m-p/2955675#M697195</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-10T03:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit for VA01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-va01/m-p/2955676#M697196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anji,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the code i have written where you have said me to write. I know that where to write this code. But i need the exact code. Check the below code ones.&lt;/P&gt;&lt;P&gt;I think i have explained you the requirement before. If you are from hyderabad give me ur number to satishrajuv@gmail.com so i can call you . i said you like when ever i enter value into sold to party in va01 or when i change value of sold to party in va02 i need the select the field from knvv-zflag(i.e.  check box field from xd01 or xd02) to vbak-zflag (which is check box field in va01 or va02.). Here we have a another problem like if by change if the value moves when we enter va01 or va02 and uncheck the check box field it is getting locked(i.e. going to disable mode). Can you help me in writing the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;IF SY-TCODE = 'VA01' OR SY-TCODE = 'VA02'.&lt;/P&gt;&lt;P&gt;data : v_zflag like knvv-zflag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     if xvbak-KUNNR is not initial.&lt;/P&gt;&lt;P&gt;     select single zflag from knvv into v_zflag&lt;/P&gt;&lt;P&gt;            where kunnr = xvbak-KUNNR .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         If sy-subrc = 0.&lt;/P&gt;&lt;P&gt;            xvbak-zflag = v_zflag.&lt;/P&gt;&lt;P&gt;         endif.&lt;/P&gt;&lt;P&gt;     endif.&lt;/P&gt;&lt;P&gt; ENDIF.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2007 05:07:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-va01/m-p/2955676#M697196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-10T05:07:01Z</dc:date>
    </item>
  </channel>
</rss>

