<?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: report/program statement missing error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-program-statement-missing-error/m-p/3447832#M828153</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to include LYGROUP1TOP, it should begin with a FUNCTION GROUP YGROUP1. Correct and activate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or use SE37 and repair the function group as explained in other post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't change the -UXX and -U01 include, there are managed through SE37 when creating or deleting Function Modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 09 Feb 2008 15:11:47 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2008-02-09T15:11:47Z</dc:date>
    <item>
      <title>report/program statement missing error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-program-statement-missing-error/m-p/3447829#M828150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;groupname was ygroup1.&lt;/P&gt;&lt;P&gt;functional module name was ytxdiv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION YTXDIV.&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;*"Local Interface:&lt;/P&gt;&lt;P&gt;*"  IMPORTING&lt;/P&gt;&lt;P&gt;*"     REFERENCE(P1) DEFAULT 1&lt;/P&gt;&lt;P&gt;*"     REFERENCE(P2)&lt;/P&gt;&lt;P&gt;*"  EXPORTING&lt;/P&gt;&lt;P&gt;*"     REFERENCE(P3)&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;p3 = p2 / p1.&lt;/P&gt;&lt;P&gt;ENDFUNCTION.&lt;/P&gt;&lt;P&gt;they above program is a functiional module while iam execute. it was activate and i was written in se37&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  YSUSEX01.&lt;/P&gt;&lt;P&gt;parameters: op1 type i DEFAULT 2,&lt;/P&gt;&lt;P&gt;             op2 type i default 3.&lt;/P&gt;&lt;P&gt;data rslt type p DECIMALS 2.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'YTXDIV'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt; p1 = op1&lt;/P&gt;&lt;P&gt; p2 = op2&lt;/P&gt;&lt;P&gt;importing&lt;/P&gt;&lt;P&gt;  p3  = rslt.&lt;/P&gt;&lt;P&gt;WRITE : / op1 ,op2,rslt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;they abouve program is  a caller function written in se38. and it was a executable program. &lt;/P&gt;&lt;P&gt;while am execute , after the input paramete they should display the message shown below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The following syntax error occurred in program "SAPLYGROUP1 " in include&lt;/P&gt;&lt;P&gt; "SAPLYGROUP1 " in&lt;/P&gt;&lt;P&gt;line 2:&lt;/P&gt;&lt;P&gt;"REPORT/PROGRAM statement missing, or program type is I (INCLUDE)."&lt;/P&gt;&lt;P&gt;" "&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Feb 2008 14:43:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-program-statement-missing-error/m-p/3447829#M828150</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-09T14:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: report/program statement missing error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-program-statement-missing-error/m-p/3447830#M828151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Duplicate post with &lt;SPAN __jive_macro_name="thread" id="736164"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Repair the function group YGROUP1. SAPLYGROUP1 is the main program of group YGROUP1. it seems it has lost its first include LYGROUP1TOP which sould begin with a FUNCTION-POOL YGROUP1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;You should only work on the main program when you want to add  a new include (at the end of the source) and usually you don't need to do that as the editor will add the include when you are prompted to give the include which should contain a new FORM or MODULE.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Feb 2008 14:55:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-program-statement-missing-error/m-p/3447830#M828151</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2008-02-09T14:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: report/program statement missing error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-program-statement-missing-error/m-p/3447831#M828152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;*******************************************************************&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  System-defined Include-files.                                 *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*******************************************************************&lt;/P&gt;&lt;P&gt;  INCLUDE LYGROUP1TOP.                       " Global Data&lt;/P&gt;&lt;P&gt;  INCLUDE LYGROUP1UXX.                       " Function Modules&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*******************************************************************&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  User-defined Include-files (if necessary).                    *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*******************************************************************&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;INCLUDE LYGROUP1F...                       " Subprograms&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;INCLUDE LYGROUP1O...                       " PBO-Modules&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;INCLUDE LYGROUP1I...                       " PAI-Modules&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sir, u tell where i want to include the statements. after i click the mouse button on the  LYGROUP1UXX. the below message should be display.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*****************************************************************&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  THIS FILE IS GENERATED BY THE FUNCTION LIBRARY.             *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  NEVER CHANGE IT MANUALLY, PLEASE!                           *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*****************************************************************&lt;/P&gt;&lt;P&gt;INCLUDE LYGROUP1U01.&lt;/P&gt;&lt;P&gt;                    "YTXDIV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Feb 2008 15:03:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-program-statement-missing-error/m-p/3447831#M828152</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-09T15:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: report/program statement missing error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-program-statement-missing-error/m-p/3447832#M828153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to include LYGROUP1TOP, it should begin with a FUNCTION GROUP YGROUP1. Correct and activate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or use SE37 and repair the function group as explained in other post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't change the -UXX and -U01 include, there are managed through SE37 when creating or deleting Function Modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Feb 2008 15:11:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-program-statement-missing-error/m-p/3447832#M828153</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2008-02-09T15:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: report/program statement missing error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-program-statement-missing-error/m-p/3447833#M828154</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;You will encounter this error if function group is not active. You need to activate the Function Group that you have created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To activate the Function Group, go to SE80 --&amp;gt; Select Function Group from the list box --&amp;gt; Give you Function Group name --&amp;gt; Press Enter --&amp;gt; Right Click on the Function Group name --&amp;gt; Click on Activate. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once your Function Group is activated, activate your Function Module. Now you can see no errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Feb 2008 21:25:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-program-statement-missing-error/m-p/3447833#M828154</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-09T21:25:38Z</dc:date>
    </item>
  </channel>
</rss>

