<?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: SE37 tcode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/se37-tcode/m-p/6426486#M1410152</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bharath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you create your FM inside some function group a Function Pool is created automatically by SAP.This is your program name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The include name which you see in the attributes tab is the include which contains the code for your FM.This include can be seen inside the main program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All these help in creating a Function group with multiple FM's inside it.All the FMs will have their own includes inside the main program.Also you can add includes in the main program(say for data delcalration across all FMs)&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;For the reply to your above question.As i said developers can add Includes inside the main program which will be accessible to all the FMs inside that particular Function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Avinash&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Avinash Jagtap on Dec 8, 2009 6:57 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Dec 2009 05:54:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-08T05:54:48Z</dc:date>
    <item>
      <title>SE37 tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se37-tcode/m-p/6426482#M1410148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In se37 tcode, under attributes tab I can see 2 details such as program name, include name. Can you please tell,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Are they created automatically once we create our FM.&lt;/P&gt;&lt;P&gt;2. What is the use of them&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KR,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bharath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 05:44:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se37-tcode/m-p/6426482#M1410148</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-08T05:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: SE37 tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se37-tcode/m-p/6426483#M1410149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Yes, program name and include will be created automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Swarna Munukoti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 05:51:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se37-tcode/m-p/6426483#M1410149</guid>
      <dc:creator>former_member217544</dc:creator>
      <dc:date>2009-12-08T05:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: SE37 tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se37-tcode/m-p/6426484#M1410150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These are generated automatically by function library.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the program name is name of function pool generated.&lt;/P&gt;&lt;P&gt;the include is generated(system defined) for each function module created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto se80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give the function group - click the include drop down , and you can see a include ending with XX and TOP, double click on it, You will come to know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more details refer sap help for function pool,function group etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope im correct &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 05:52:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se37-tcode/m-p/6426484#M1410150</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-12-08T05:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: SE37 tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se37-tcode/m-p/6426485#M1410151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Swarna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your reply. Can you please tell me how come they are useful for developers. When will we be making use of them. As I am new to ABAP kindly help me in this regard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KR,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bharath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 05:53:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se37-tcode/m-p/6426485#M1410151</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-08T05:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: SE37 tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se37-tcode/m-p/6426486#M1410152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bharath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you create your FM inside some function group a Function Pool is created automatically by SAP.This is your program name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The include name which you see in the attributes tab is the include which contains the code for your FM.This include can be seen inside the main program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All these help in creating a Function group with multiple FM's inside it.All the FMs will have their own includes inside the main program.Also you can add includes in the main program(say for data delcalration across all FMs)&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;For the reply to your above question.As i said developers can add Includes inside the main program which will be accessible to all the FMs inside that particular Function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Avinash&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Avinash Jagtap on Dec 8, 2009 6:57 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 05:54:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se37-tcode/m-p/6426486#M1410152</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-08T05:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: SE37 tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se37-tcode/m-p/6426487#M1410153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please SEARCH in SCN or read the SAP documentation. You have more than enough information available there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 05:55:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se37-tcode/m-p/6426487#M1410153</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-08T05:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: SE37 tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se37-tcode/m-p/6426488#M1410154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bharath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use of includes from SAP Help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;Include Programs &lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;Include programs are used to split ABAP source texts into individual Repository objects. An ABAP program can be created in the program attributes using the program type include program. Include programs do not need to contain introductory statements for programs and cannot be generated independently from the ABAP compiler. When using the statement INCLUDE, however, include programs can be integrated in programs that can be generated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;An include program must contain complete statements. It can include other include programs but not it cannot include itself. An include program does not need to contain complete processing blocks. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you double click on the program name in attributes -&amp;gt; It will display function pool with few includes -&amp;gt; if you double click the second includename(with comments function modules) -&amp;gt; it will show a set of includes. These include names are nothing but the automatically generated include name while creating the function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is always advisable to go through sap help for better understanding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Swarna Munukoti.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 06:14:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se37-tcode/m-p/6426488#M1410154</guid>
      <dc:creator>former_member217544</dc:creator>
      <dc:date>2009-12-08T06:14:16Z</dc:date>
    </item>
  </channel>
</rss>

