<?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 about function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-function-module/m-p/4057786#M969996</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 have created one user defined function module 'zfunctionmodule1' which contains the following parameters&lt;/P&gt;&lt;P&gt;and i'm using this module in my program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;"Local interface:&lt;/P&gt;&lt;P&gt;*"  IMPORTING&lt;/P&gt;&lt;P&gt;*"     VALUE(IM_NUMBER) TYPE  I DEFAULT '1'&lt;/P&gt;&lt;P&gt;*"     VALUE(IM_TABLE_NAME) TYPE  SFLIGHT DEFAULT 'SFLIGHT'&lt;/P&gt;&lt;P&gt;*"     VALUE(IM_SEPARATOR) TYPE  C DEFAULT '#'&lt;/P&gt;&lt;P&gt;*"     VALUE(IM_UNIQUE) TYPE  C DEFAULT 'X'&lt;/P&gt;&lt;P&gt;*"  EXPORTING&lt;/P&gt;&lt;P&gt;*"     VALUE(EX_STRING) TYPE  C&lt;/P&gt;&lt;P&gt;*"  EXCEPTIONS&lt;/P&gt;&lt;P&gt;*"      NO_DATA&lt;/P&gt;&lt;P&gt;*"      OTHERS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i execute this it giving me error.........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;incorrect nesting:before the statement 'end-of-include', the structure introduced by FUNCTIONmust be nested by ENDFUNCTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why it is so??????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone explain me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jun 2008 06:46:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-26T06:46:30Z</dc:date>
    <item>
      <title>about function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-function-module/m-p/4057786#M969996</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 have created one user defined function module 'zfunctionmodule1' which contains the following parameters&lt;/P&gt;&lt;P&gt;and i'm using this module in my program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;"Local interface:&lt;/P&gt;&lt;P&gt;*"  IMPORTING&lt;/P&gt;&lt;P&gt;*"     VALUE(IM_NUMBER) TYPE  I DEFAULT '1'&lt;/P&gt;&lt;P&gt;*"     VALUE(IM_TABLE_NAME) TYPE  SFLIGHT DEFAULT 'SFLIGHT'&lt;/P&gt;&lt;P&gt;*"     VALUE(IM_SEPARATOR) TYPE  C DEFAULT '#'&lt;/P&gt;&lt;P&gt;*"     VALUE(IM_UNIQUE) TYPE  C DEFAULT 'X'&lt;/P&gt;&lt;P&gt;*"  EXPORTING&lt;/P&gt;&lt;P&gt;*"     VALUE(EX_STRING) TYPE  C&lt;/P&gt;&lt;P&gt;*"  EXCEPTIONS&lt;/P&gt;&lt;P&gt;*"      NO_DATA&lt;/P&gt;&lt;P&gt;*"      OTHERS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i execute this it giving me error.........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;incorrect nesting:before the statement 'end-of-include', the structure introduced by FUNCTIONmust be nested by ENDFUNCTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why it is so??????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone explain me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 06:46:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-function-module/m-p/4057786#M969996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T06:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: about function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-function-module/m-p/4057787#M969997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This error is self explainatory .&lt;/P&gt;&lt;P&gt;You just double click on the error it will lead you to the part of code where you need to do correction .&lt;/P&gt;&lt;P&gt;I think you have not wriiten ENDFUNCTION statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 07:00:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-function-module/m-p/4057787#M969997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T07:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: about function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-function-module/m-p/4057788#M969998</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 that you had misses the  ENDFUNCTION. statement in the end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto --&amp;gt; se37 --&amp;gt; declare the  ENDFUNCTION.and the activate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nelson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 07:19:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-function-module/m-p/4057788#M969998</guid>
      <dc:creator>nelsonkarunakar_darla2</dc:creator>
      <dc:date>2008-06-26T07:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: about function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-function-module/m-p/4057789#M969999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     Pls include a statement at the end of ur Function module stating ENDFUNCTION.&lt;/P&gt;&lt;P&gt;This will solve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nayan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 08:10:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-function-module/m-p/4057789#M969999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T08:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: about function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-function-module/m-p/4057790#M970000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ENDFUNCTION missing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 11:08:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-function-module/m-p/4057790#M970000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T11:08:02Z</dc:date>
    </item>
  </channel>
</rss>

