<?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: Routine is not activated in VOFM - Output Control for Inventory Mangmt. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/routine-is-not-activated-in-vofm-output-control-for-inventory-mangmt/m-p/6745471#M1459236</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; So,what you will do if this happens in Quality or Production ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will not be having access to VOFM in production and in some cases not even to SA38 in such a case you transported the routine and after importing the routine still remains deactivated do you know the repurcussion of this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly go through the threads on the best way to activate a routine in the target client to avoid inconsistencies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Mar 2015 10:16:10 GMT</pubDate>
    <dc:creator>kiran_k8</dc:creator>
    <dc:date>2015-03-06T10:16:10Z</dc:date>
    <item>
      <title>Routine is not activated in VOFM - Output Control for Inventory Mangmt.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/routine-is-not-activated-in-vofm-output-control-for-inventory-mangmt/m-p/6745466#M1459231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;               I wrote an enhancement routine for invemtroy mangmt. in VOFM tcode.&lt;/P&gt;&lt;P&gt;Even though I actiavte the code, still the routine active box is not checked in VOFM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also run the program RV80HGEN to genarate the routine.. still Active box not checked in VOFM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anything else I need to do ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 06:15:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/routine-is-not-activated-in-vofm-output-control-for-inventory-mangmt/m-p/6745466#M1459231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-17T06:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Routine is not activated in VOFM - Output Control for Inventory Mangmt.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/routine-is-not-activated-in-vofm-output-control-for-inventory-mangmt/m-p/6745467#M1459232</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 you may need to regenerate the VOFM routines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the SAP NOTE: SAP Note Number: 406054&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution&lt;/P&gt;&lt;P&gt;Start the report RV80HGEN to include the used program in the carrier include of the calling application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this doesn't work, could you please kindly let us know more detail on what you coded in the routine?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: NI SHILIANG on Mar 17, 2010 7:31 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 06:30:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/routine-is-not-activated-in-vofm-output-control-for-inventory-mangmt/m-p/6745467#M1459232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-17T06:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Routine is not activated in VOFM - Output Control for Inventory Mangmt.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/routine-is-not-activated-in-vofm-output-control-for-inventory-mangmt/m-p/6745468#M1459233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     Even after executing the report RV80HGEN does not activate my routine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data lv_subrc like sy-subrc.&lt;/P&gt;&lt;P&gt;data lv_bednr like ekpo-bednr.&lt;/P&gt;&lt;P&gt;lv_subrc = 0.&lt;/P&gt;&lt;P&gt;sy-subrc = 4.&lt;/P&gt;&lt;P&gt;select bednr into lv_bednr&lt;/P&gt;&lt;P&gt;  from ekpo&lt;/P&gt;&lt;P&gt; where ebeln = KOMPBME-EBELN.&lt;/P&gt;&lt;P&gt; if lv_bednr(3) &amp;lt;&amp;gt; 'IFS'.&lt;/P&gt;&lt;P&gt;   lv_subrc = 4.&lt;/P&gt;&lt;P&gt; endif.&lt;/P&gt;&lt;P&gt;endselect.&lt;/P&gt;&lt;P&gt;sy-subrc = lv_subrc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont think code is stopping the activation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 23:33:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/routine-is-not-activated-in-vofm-output-control-for-inventory-mangmt/m-p/6745468#M1459233</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-17T23:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Routine is not activated in VOFM - Output Control for Inventory Mangmt.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/routine-is-not-activated-in-vofm-output-control-for-inventory-mangmt/m-p/6745469#M1459234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved.. Activate from the Edit Menu.. &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 23:47:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/routine-is-not-activated-in-vofm-output-control-for-inventory-mangmt/m-p/6745469#M1459234</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-17T23:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Routine is not activated in VOFM - Output Control for Inventory Mangmt.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/routine-is-not-activated-in-vofm-output-control-for-inventory-mangmt/m-p/6745470#M1459235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Bruno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 10:01:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/routine-is-not-activated-in-vofm-output-control-for-inventory-mangmt/m-p/6745470#M1459235</guid>
      <dc:creator>bruno_esperanca</dc:creator>
      <dc:date>2015-03-06T10:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Routine is not activated in VOFM - Output Control for Inventory Mangmt.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/routine-is-not-activated-in-vofm-output-control-for-inventory-mangmt/m-p/6745471#M1459236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; So,what you will do if this happens in Quality or Production ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will not be having access to VOFM in production and in some cases not even to SA38 in such a case you transported the routine and after importing the routine still remains deactivated do you know the repurcussion of this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly go through the threads on the best way to activate a routine in the target client to avoid inconsistencies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 10:16:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/routine-is-not-activated-in-vofm-output-control-for-inventory-mangmt/m-p/6745471#M1459236</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2015-03-06T10:16:10Z</dc:date>
    </item>
  </channel>
</rss>

