<?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 regarding user_exits in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-user-exits/m-p/2179856#M463335</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi one &amp;amp; all,&lt;/P&gt;&lt;P&gt; i have to add certain condition for field erdat(o created date) in VA11 appl.i tried thru user exits.my requirement is i'v to stop the creation of so for particular customer who did'nt put  at least one qua within one 6 months.then he is restricted to raise quation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, my req is that i'v to restict in VA11 appl., with message ' u r not allowed to raise this'.&lt;/P&gt;&lt;P&gt;i tried with user exits. but i have find out last quation created date and compare with present.lf it is &amp;gt;6 months then the above message has to show in the VA11 appl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls reply to this ASAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;J.prakash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Apr 2007 13:14:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-20T13:14:01Z</dc:date>
    <item>
      <title>regarding user_exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-user-exits/m-p/2179856#M463335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi one &amp;amp; all,&lt;/P&gt;&lt;P&gt; i have to add certain condition for field erdat(o created date) in VA11 appl.i tried thru user exits.my requirement is i'v to stop the creation of so for particular customer who did'nt put  at least one qua within one 6 months.then he is restricted to raise quation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, my req is that i'v to restict in VA11 appl., with message ' u r not allowed to raise this'.&lt;/P&gt;&lt;P&gt;i tried with user exits. but i have find out last quation created date and compare with present.lf it is &amp;gt;6 months then the above message has to show in the VA11 appl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls reply to this ASAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;J.prakash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 13:14:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-user-exits/m-p/2179856#M463335</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T13:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: regarding user_exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-user-exits/m-p/2179857#M463336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use MV45AFZZ...It has all the user exits related o Sales order Quotation, etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the condtion that sy-tcode is VA11 and write the code under it in a suitable userexit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2007 06:17:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-user-exits/m-p/2179857#M463336</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-23T06:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: regarding user_exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-user-exits/m-p/2179858#M463337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use this userexit USEREXIT_MOVE_FIELD_TO_VBAK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Checking the erdat filed of structure vbak will solve the purpose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Utsah Garg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2007 06:27:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-user-exits/m-p/2179858#M463337</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-23T06:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: regarding user_exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-user-exits/m-p/2179859#M463338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prakash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz go for the badi for ur requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The available badis for this t.code is.&lt;/P&gt;&lt;P&gt;Business Add-in&lt;/P&gt;&lt;P&gt;ACS_COND_VERSIONING                    Condition Technique: Version Management for CACS&lt;/P&gt;&lt;P&gt;D_BONUS_CREDIT_NOTE                    BAdI for Rebate Credit Memo Requirements (SD)&lt;/P&gt;&lt;P&gt;D_COND_DETAIL                          Enhancement in Condition Detail Screen&lt;/P&gt;&lt;P&gt;D_COND_SAVE_A                          Save condition application A, E&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And go through this Url:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.esnips.com/doc/e06e4171-29df-462f-b857-54fac19a9d8e/ppt-on-badis.ppt" target="test_blank"&gt;http://www.esnips.com/doc/e06e4171-29df-462f-b857-54fac19a9d8e/ppt-on-badis.ppt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.esnips.com/doc/10016c34-55a7-4b13-8f5f-bf720422d265/BADIs.pdf" target="test_blank"&gt;http://www.esnips.com/doc/10016c34-55a7-4b13-8f5f-bf720422d265/BADIs.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.esnips.com/doc/43a58f51-5d92-4213-913a-de05e9faac0d/Business-Addin.doc" target="test_blank"&gt;http://www.esnips.com/doc/43a58f51-5d92-4213-913a-de05e9faac0d/Business-Addin.doc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.esnips.com/doc/1e10392e-64d8-4181-b2a5-5f04d8f87839/badi.doc" target="test_blank"&gt;http://www.esnips.com/doc/1e10392e-64d8-4181-b2a5-5f04d8f87839/badi.doc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sap.com/www.sapgenie.com/publications/saptips/022006%20-%20Zaidi%20BADI.pdf" target="test_blank"&gt;www.sapgenie.com/publications/saptips/022006%20-%20Zaidi%20BADI.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/enhance/enhance_badi.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/enhance/enhance_badi.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/04/f3683c05ea4464e10000000a114084/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/04/f3683c05ea4464e10000000a114084/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/e6/d54d3c596f0b26e10000000a11402f/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/e6/d54d3c596f0b26e10000000a11402f/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/c2/eab541c5b63031e10000000a155106/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/c2/eab541c5b63031e10000000a155106/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*******rewords some points if it is halpful.&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;P.Naganjana Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2007 06:32:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-user-exits/m-p/2179859#M463338</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-23T06:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: regarding user_exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-user-exits/m-p/2179860#M463339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;cv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        subhasis sahoo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 08:16:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-user-exits/m-p/2179860#M463339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T08:16:22Z</dc:date>
    </item>
  </channel>
</rss>

