<?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 userexit + include + error message in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/userexit-include-error-message/m-p/1502657#M232562</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually, there is a userexit, we created a new include in it, say XXX, now when I try to edit some code in this include. I have a trouble to compile or check the error, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g when I wrote this&lt;/P&gt;&lt;P&gt;code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM KOBED_973.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is not test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;FORM KOBEV_973.&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to compile it gives me error ( cant compile as its&lt;/P&gt;&lt;P&gt;only include ) and when I do activate, it gives msg,&lt;/P&gt;&lt;P&gt;activate object generate successfully, &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea, what I can do to see the error messages ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Shah H&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Aug 2006 12:17:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-23T12:17:03Z</dc:date>
    <item>
      <title>userexit + include + error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/userexit-include-error-message/m-p/1502657#M232562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually, there is a userexit, we created a new include in it, say XXX, now when I try to edit some code in this include. I have a trouble to compile or check the error, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g when I wrote this&lt;/P&gt;&lt;P&gt;code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM KOBED_973.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is not test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;FORM KOBEV_973.&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to compile it gives me error ( cant compile as its&lt;/P&gt;&lt;P&gt;only include ) and when I do activate, it gives msg,&lt;/P&gt;&lt;P&gt;activate object generate successfully, &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea, what I can do to see the error messages ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Shah H&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2006 12:17:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/userexit-include-error-message/m-p/1502657#M232562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-23T12:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: userexit + include + error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/userexit-include-error-message/m-p/1502658#M232563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Looks like you are using a VOFM Routine and not a user exit. There is a difference in Routine and User exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; When ever you face such an issue what you need to do is generate the main program of the include. There is a difference between Generate and Activate. I hope this helps.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; Cheers&lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2006 12:32:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/userexit-include-error-message/m-p/1502658#M232563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-23T12:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: userexit + include + error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/userexit-include-error-message/m-p/1502659#M232564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shah!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are talking about user-exits, but your example is from a  requirement. Use transaction VOFM to create / change the includes. In overview list you have also the additional update to activate / deactivate. This will trigger the link of your new include into a standard main program -&amp;gt; after this you can make the normal program syntax checks and generations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2006 12:36:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/userexit-include-error-message/m-p/1502659#M232564</guid>
      <dc:creator>christian_wohlfahrt</dc:creator>
      <dc:date>2006-08-23T12:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: userexit + include + error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/userexit-include-error-message/m-p/1502660#M232565</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;Yes might be you are right, pls let me know what I can do to test the code/syntax ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2006 12:37:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/userexit-include-error-message/m-p/1502660#M232565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-23T12:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: userexit + include + error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/userexit-include-error-message/m-p/1502661#M232566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; GENERATE the main program of the incude. USe the men options UTILITITES -&amp;gt; MAIN PROGRAM and once you get to the main program generate the program it will check all the syntax for you and throw any error if it exists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; How to test a routine, you must check with your functional consultant. A routine can be triggered from different ways like from output, from copy control and many more different ways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Cheers&lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;P&gt; If it helps some points would be nice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2006 12:41:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/userexit-include-error-message/m-p/1502661#M232566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-23T12:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: userexit + include + error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/userexit-include-error-message/m-p/1502662#M232567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello christian, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your input, when I enter the T.code vofm it gives msg "you are not allowed to change cross-client customzation" when I click enter, it shows me screen. I go in requirement, and click pricing, here shows me the table containing routine, I select one, and now when I try to activae, the button is ofcourse dis-able ?? any idea what I can do, also would be nice if you pls let me know what include/routine difference is ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2006 12:43:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/userexit-include-error-message/m-p/1502662#M232567</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-23T12:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: userexit + include + error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/userexit-include-error-message/m-p/1502663#M232568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vijayendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to generate the main program ?? under utilities I cant see the option-&amp;gt; main program ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Shah H&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2006 12:47:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/userexit-include-error-message/m-p/1502663#M232568</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-23T12:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: userexit + include + error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/userexit-include-error-message/m-p/1502664#M232569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;gt; msg "you are not allowed to change&lt;/P&gt;&lt;P&gt;&amp;gt; cross-client customization" &lt;/P&gt;&lt;P&gt;... you are missing the authority -&amp;gt; transaction is in display mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; and now when I try to activae, the&lt;/P&gt;&lt;P&gt;&amp;gt; button is of course disable ?? &lt;/P&gt;&lt;P&gt;-&amp;gt; no authority, no way to do this right. Get the authority / ask someone else to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2006 18:32:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/userexit-include-error-message/m-p/1502664#M232569</guid>
      <dc:creator>christian_wohlfahrt</dc:creator>
      <dc:date>2006-08-23T18:32:20Z</dc:date>
    </item>
  </channel>
</rss>

