<?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: Function Module problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-problem/m-p/4549674#M1074411</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;Thanks for ur prompt replies.&lt;/P&gt;&lt;P&gt;Actually i have a report program with me.&lt;/P&gt;&lt;P&gt;My requirement is that a function module shud do the work of that report program.&lt;/P&gt;&lt;P&gt;So i included all the forms in an include of my funcn group.&lt;/P&gt;&lt;P&gt;The top in an include&lt;/P&gt;&lt;P&gt;and pasted the source code as said previously.&lt;/P&gt;&lt;P&gt;Any other way of how can i go abt in creating the funcn module for my report program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Oct 2008 07:11:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-08T07:11:50Z</dc:date>
    <item>
      <title>Function Module problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-problem/m-p/4549670#M1074407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;am creating a function module in se37&lt;/P&gt;&lt;P&gt;In my source code section i have the foll code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fuction zhpayann.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET PERNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM GET_DATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;END-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perform Display..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endfunction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but wen activated it gives me a error that endfunction shud b b4 start of selection event&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to go abt this.&lt;/P&gt;&lt;P&gt;Kindly guide me asap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA,&lt;/P&gt;&lt;P&gt;Rukmani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 06:54:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-problem/m-p/4549670#M1074407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T06:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-problem/m-p/4549671#M1074408</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 cannot use the start-of-selection event in a function module only a type 1 executable program (via SE38).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Darren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 06:55:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-problem/m-p/4549671#M1074408</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T06:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-problem/m-p/4549672#M1074409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;start-of-selection. event can be used only in a report program.&lt;/P&gt;&lt;P&gt;it should not come in any form, FM. but it can come inside an include in the program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 07:03:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-problem/m-p/4549672#M1074409</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T07:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-problem/m-p/4549673#M1074410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ram,&lt;/P&gt;&lt;P&gt;  You cannot use events in function modules.  these events can be used in REPORTS (Executable programs).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;Kishore Kumar M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 07:04:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-problem/m-p/4549673#M1074410</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T07:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-problem/m-p/4549674#M1074411</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;Thanks for ur prompt replies.&lt;/P&gt;&lt;P&gt;Actually i have a report program with me.&lt;/P&gt;&lt;P&gt;My requirement is that a function module shud do the work of that report program.&lt;/P&gt;&lt;P&gt;So i included all the forms in an include of my funcn group.&lt;/P&gt;&lt;P&gt;The top in an include&lt;/P&gt;&lt;P&gt;and pasted the source code as said previously.&lt;/P&gt;&lt;P&gt;Any other way of how can i go abt in creating the funcn module for my report program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 07:11:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-problem/m-p/4549674#M1074411</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T07:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-problem/m-p/4549675#M1074412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 07:29:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-problem/m-p/4549675#M1074412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T07:29:33Z</dc:date>
    </item>
  </channel>
</rss>

