<?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: Syntax error in Function Group, but no syntax error in Function Module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-function-group-but-no-syntax-error-in-function-module/m-p/8882643#M1688244</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Muthuswamy, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a minute to check the versions of the function module. There might be a possibility that one&amp;nbsp; of the versions of the Function module might&amp;nbsp; be inconsistent. The compiler might be parsing a version of the Function module which is syntatically wrong&amp;nbsp; and it considers that to be the current version to be activated. This might happen, when you try activating and you lose N/W connectivity or when you save and your SAP GUI loses connectivity. ( I am just giving a hint , the actual cause might be something else too ). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Venkat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neverthless, to answer your second question, if the compiler throws an error, then so be it. Your custom program should also throw&amp;nbsp; the same error in my opinion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Venkat Gowrishankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jul 2012 14:42:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-07-30T14:42:24Z</dc:date>
    <item>
      <title>Syntax error in Function Group, but no syntax error in Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-function-group-but-no-syntax-error-in-function-module/m-p/8882635#M1688236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I encountered a function group (which I will call - ZFG) and this function group has &lt;SPAN style="text-decoration: underline;"&gt;only one&lt;/SPAN&gt; function module - which I will call ZFM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, when I go to the function group (ZFG) and do a Ctrl+F2 syntax check, I get errors and all the error messages point to the function module - ZFM. The error messages point to the first executable line of the source code of ZFM and says that it is not accessible. The second error message points to the last statement of ZFM, which is ENDFUNCTION and says ENDFUNCTION has got no open control structure starting with FUNCTION (even though the statement FUNCTION is present).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The surprising thing is, when I come to the function module (ZFM), and do Ctrl+F2 syntax check...SAP says - "ZFM is syntactically correct". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Why do I get such conflicting syntax check results? &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am writing a code that does syntax checks for various objects programatically. &lt;STRONG&gt;So ultimately, should my program conclude that ZFM has got syntax errors or should it conclude that it is syntactically correct?&lt;/STRONG&gt;. At present, the logic that I've written in my program concludes that ZFM has got syntax errors.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 11:42:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-function-group-but-no-syntax-error-in-function-module/m-p/8882635#M1688236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-30T11:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error in Function Group, but no syntax error in Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-function-group-but-no-syntax-error-in-function-module/m-p/8882636#M1688237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Muthuswamy, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please start transaction SE37, enter your function module name, and select "Utilities (M) -&amp;gt; Repair Function Group".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rüdiger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 11:47:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-function-group-but-no-syntax-error-in-function-module/m-p/8882636#M1688237</guid>
      <dc:creator>Ruediger_Plantiko</dc:creator>
      <dc:date>2012-07-30T11:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error in Function Group, but no syntax error in Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-function-group-but-no-syntax-error-in-function-module/m-p/8882637#M1688238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rudiger,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please explain what happens when I do - "&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Utilities (M) -&amp;gt; Repair Function Group"&lt;/SPAN&gt;. I want to be sure of what I am doing because, this function module was not created by me. So I am being careful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time and effort.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update: I did as you said, but the condition persists - on doing syntax checks on the function group, I get errors pointing to the function module. But when I dod syntax check on FM, it says no errors. So finally, what is the syntax check status of thefunction module? Does it have errors or is it syntactically ok?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 11:53:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-function-group-but-no-syntax-error-in-function-module/m-p/8882637#M1688238</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-30T11:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error in Function Group, but no syntax error in Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-function-group-but-no-syntax-error-in-function-module/m-p/8882638#M1688239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Muthuswamy, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the data of a function module are stored with some redundancies, for efficiency. From your description, it seems that the function group data are in an inconsistent state. Function group -&amp;gt; Repair is an attempt to bring the function group into a consistent state again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are afraid that something could be damaged, make a download of the function module and save it. Since your function group only has one function module, it should be not an enormous effort to restore it later.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If "repair function group" doesn't help, you can delete the function group and create it again from the scratch. Something weird happened when ZFM was created. (Of course, it would be good to find out what.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rüdiger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 12:09:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-function-group-but-no-syntax-error-in-function-module/m-p/8882638#M1688239</guid>
      <dc:creator>Ruediger_Plantiko</dc:creator>
      <dc:date>2012-07-30T12:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error in Function Group, but no syntax error in Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-function-group-but-no-syntax-error-in-function-module/m-p/8882639#M1688240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Muthuswamy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you get the same errors when you activate the Function group?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shambu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 13:05:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-function-group-but-no-syntax-error-in-function-module/m-p/8882639#M1688240</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-30T13:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error in Function Group, but no syntax error in Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-function-group-but-no-syntax-error-in-function-module/m-p/8882640#M1688241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shambhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes. When I activate the function group, I get a pop-up like the one below.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/124457" width="450" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 13:43:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-function-group-but-no-syntax-error-in-function-module/m-p/8882640#M1688241</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-30T13:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error in Function Group, but no syntax error in Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-function-group-but-no-syntax-error-in-function-module/m-p/8882641#M1688242</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;for my experience I can say you that these kind of errors sometimes are only of appearance. When you activate all, the abap compiler can see the whole code (calls between the two function group that are &lt;STRONG&gt;not visible at pre-compiler time&lt;/STRONG&gt; ). Try to force activation and you shouldn't see any warnings. These kind of errors happen when you create for example an INCLUDE TOP_DATA immediately after a Report instruction, inside a new include&amp;nbsp; (the include inside can't see the report outside -&amp;gt; chineses boxes )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;report Z_REPORT&lt;/P&gt;&lt;P&gt;include z_top_report&amp;nbsp;&amp;nbsp; "Created inside include Z_TOP_REPORT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope to help, bye.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 13:43:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-function-group-but-no-syntax-error-in-function-module/m-p/8882641#M1688242</guid>
      <dc:creator>roberto_vacca2</dc:creator>
      <dc:date>2012-07-30T13:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error in Function Group, but no syntax error in Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-function-group-but-no-syntax-error-in-function-module/m-p/8882642#M1688243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the TOP include active?&lt;/P&gt;&lt;P&gt;Does it start with FUNCTION-POOL?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shambu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 14:02:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-function-group-but-no-syntax-error-in-function-module/m-p/8882642#M1688243</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-30T14:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error in Function Group, but no syntax error in Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-function-group-but-no-syntax-error-in-function-module/m-p/8882643#M1688244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Muthuswamy, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a minute to check the versions of the function module. There might be a possibility that one&amp;nbsp; of the versions of the Function module might&amp;nbsp; be inconsistent. The compiler might be parsing a version of the Function module which is syntatically wrong&amp;nbsp; and it considers that to be the current version to be activated. This might happen, when you try activating and you lose N/W connectivity or when you save and your SAP GUI loses connectivity. ( I am just giving a hint , the actual cause might be something else too ). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Venkat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neverthless, to answer your second question, if the compiler throws an error, then so be it. Your custom program should also throw&amp;nbsp; the same error in my opinion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Venkat Gowrishankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 14:42:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-function-group-but-no-syntax-error-in-function-module/m-p/8882643#M1688244</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-30T14:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error in Function Group, but no syntax error in Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-function-group-but-no-syntax-error-in-function-module/m-p/8882644#M1688245</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;Could you please show the screenshot of the coding inside the include LZKK_TEST_19019U02?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With what statement does it begin?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumud&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 07:37:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-function-group-but-no-syntax-error-in-function-module/m-p/8882644#M1688245</guid>
      <dc:creator>kumud</dc:creator>
      <dc:date>2012-07-31T07:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error in Function Group, but no syntax error in Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-function-group-but-no-syntax-error-in-function-module/m-p/8882645#M1688246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumud,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is actually &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;LZKK_TEST_19019U0&lt;/SPAN&gt;1..and not U02 (as mentioned in the question, there is only 1 FM inside this function group). Anyway, the following is the screen shot of the FM:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/124918" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 13:38:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-function-group-but-no-syntax-error-in-function-module/m-p/8882645#M1688246</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-31T13:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error in Function Group, but no syntax error in Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-function-group-but-no-syntax-error-in-function-module/m-p/8882646#M1688247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shambhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, the TOP include is active. It has ONLY the FUNCTION-POOL statement. It has got no data declarations.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 13:40:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-function-group-but-no-syntax-error-in-function-module/m-p/8882646#M1688247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-31T13:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error in Function Group, but no syntax error in Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-function-group-but-no-syntax-error-in-function-module/m-p/8882647#M1688248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found a way to get rid of this strange behaviour. Once you open the FM in SE37, go to the menu path:&lt;/P&gt;&lt;P&gt; Utilities -&amp;gt; Update Navigation Index. This will re-arrange all the calls (i.e. re-arrange the versions properly...I am not very clear with what exactly it does and would appreciate if anyone could explain me more about it). &lt;/P&gt;&lt;P&gt;Now, it is behaving the way I expected it to. Syntax check on the function module gives an error and syntax check done on the function group also gives the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My sincere thanks to you all for taking the time and effort to help me out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2012 13:35:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-function-group-but-no-syntax-error-in-function-module/m-p/8882647#M1688248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-01T13:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error in Function Group, but no syntax error in Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-function-group-but-no-syntax-error-in-function-module/m-p/8882648#M1688249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;Rüdiger Plantiko wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hello Muthuswamy,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;please start transaction SE37, enter your function module name, and select "Utilities (M) -&amp;gt; Repair Function Group".&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Rüdiger&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Dear Rüdiger,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your input. It solved one similar problem I faced, where the Function Group was not showing the FM in the list (as the FM was deleted) but the include of the FM was still present in the UXX include of the function group. This was not allowing me to activate the function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The repair utility resolved the problem. &lt;SPAN __jive_emoticon_name="grin" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/1348/images/emoticons/grin.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2015 12:47:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-function-group-but-no-syntax-error-in-function-module/m-p/8882648#M1688249</guid>
      <dc:creator>snipersap</dc:creator>
      <dc:date>2015-11-11T12:47:04Z</dc:date>
    </item>
  </channel>
</rss>

