<?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: VF01 User exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/vf01-user-exit/m-p/10058691#M1810641</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the include RV60AFZC too, it is similar to MV45AFZZ for the sales order&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Feb 2014 15:31:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-02-14T15:31:51Z</dc:date>
    <item>
      <title>VF01 User exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vf01-user-exit/m-p/10058685#M1810635</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;I'm facing a problem in &lt;STRONG&gt;vf01 when creating an invoice&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Case&lt;/STRONG&gt;: Company has &lt;STRONG&gt;different billing types&lt;/STRONG&gt;. So when creating an invoice &lt;STRONG&gt;user has to select corresponding billing type to Order type&lt;/STRONG&gt;. But in some busy situations , accidentally &lt;STRONG&gt;they missed to select correct billing type&lt;/STRONG&gt;. So then &lt;STRONG&gt;everything will go wrong&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To overcome this, using a using user exit I have&lt;STRONG&gt; set automatic billing type set based on order type&lt;/STRONG&gt;. But &lt;STRONG&gt;event it takes correct billing type calculations are go wrong because it has picked wrong pricing procedure&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More Clearly: Order type - VT21 -&amp;gt; Billing type -VT21 -&amp;gt; Pricing Procedure - Zp1(correct)&lt;/P&gt;&lt;P&gt;Above is the correct way its working if user select correct billing type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if he couldn't select the correct billing type;&lt;/P&gt;&lt;P&gt;Order type - VT21&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;user exit check set billing type to VT21 but programs pick wrong pricing procedure Zp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;So i debugged vf01 and got to know that pricing procedure is picked before i set the correct billing type from user exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I want a user exit in VF01 before setting the Pricing procedure I mean in the initial...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 02:35:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vf01-user-exit/m-p/10058685#M1810635</guid>
      <dc:creator>pathum_madhuranga</dc:creator>
      <dc:date>2014-02-14T02:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: VF01 User exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vf01-user-exit/m-p/10058686#M1810636</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;SPAN class="j-post-author"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;can you check, using transaction VOFM, routines-requirement based on the condition type. try debugging the routine code. when wrong condition type triggering.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;thanks&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 03:03:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vf01-user-exit/m-p/10058686#M1810636</guid>
      <dc:creator>lakki1979</dc:creator>
      <dc:date>2014-02-14T03:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: VF01 User exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vf01-user-exit/m-p/10058687#M1810637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear &lt;A _jive_internal="true" data-avatarid="-1" data-userid="239649" data-username="kishore.laxmi" href="https://answers.sap.com/people/kishore.laxmi"&gt;luck&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Actually is user select correct document type its working fine. But he couldn't pick correct one system will automatically set billing type to F2. Thats why problem is coming. What I want is a user exit where I can set billing type based on order type .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 03:25:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vf01-user-exit/m-p/10058687#M1810637</guid>
      <dc:creator>pathum_madhuranga</dc:creator>
      <dc:date>2014-02-14T03:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: VF01 User exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vf01-user-exit/m-p/10058688#M1810638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi pathum,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check with below user exits...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;J_3RSINV&lt;/P&gt;&lt;P&gt;SDVFX001&lt;/P&gt;&lt;P&gt;SDVFX002&lt;/P&gt;&lt;P&gt;SDVFX003&lt;/P&gt;&lt;P&gt;SDVFX004&lt;/P&gt;&lt;P&gt;SDVFX005&lt;/P&gt;&lt;P&gt;SDVFX006&lt;/P&gt;&lt;P&gt;SDVFX007&lt;/P&gt;&lt;P&gt;SDVFX008&lt;/P&gt;&lt;P&gt;SDVFX009&lt;/P&gt;&lt;P&gt;SDVFX010&lt;/P&gt;&lt;P&gt;SDVFX011&lt;/P&gt;&lt;P&gt;V05I0001&lt;/P&gt;&lt;P&gt;V05N0001&lt;/P&gt;&lt;P&gt;V60A0001&lt;/P&gt;&lt;P&gt;V60P0001&lt;/P&gt;&lt;P&gt;V61A0001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arivazhagan S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 03:44:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vf01-user-exit/m-p/10058688#M1810638</guid>
      <dc:creator>arivazhagan_sivasamy</dc:creator>
      <dc:date>2014-02-14T03:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: VF01 User exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vf01-user-exit/m-p/10058689#M1810639</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 think it can be resolved through a Functional consultant , Some copy control issue . Need to check the &lt;/P&gt;&lt;P&gt;cofig of copy&amp;nbsp; control for Delivery to Billing .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, if u want to&amp;nbsp; change it programmatically , then&amp;nbsp; debug &amp;amp; check for Implicit/Explicit enhancement&amp;nbsp; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 04:02:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vf01-user-exit/m-p/10058689#M1810639</guid>
      <dc:creator>dibyajeeban_jena</dc:creator>
      <dc:date>2014-02-14T04:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: VF01 User exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vf01-user-exit/m-p/10058690#M1810640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found a solution for this, which is instead of user exit there is a configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In VOV8 we can define defualt billing types for each order types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 15:10:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vf01-user-exit/m-p/10058690#M1810640</guid>
      <dc:creator>pathum_madhuranga</dc:creator>
      <dc:date>2014-02-14T15:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: VF01 User exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vf01-user-exit/m-p/10058691#M1810641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the include RV60AFZC too, it is similar to MV45AFZZ for the sales order&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 15:31:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vf01-user-exit/m-p/10058691#M1810641</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-14T15:31:51Z</dc:date>
    </item>
  </channel>
</rss>

