<?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: Include programmes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-programmes/m-p/2306065#M504494</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;It is very easy. while creating a program, in the attributes select type of program as Include.  Usually in any programs we place all the declaration statements in include program. Any include program cannot be executed on its own. An include program must be used in Main Program which can be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;sksingh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 May 2007 19:30:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-24T19:30:50Z</dc:date>
    <item>
      <title>Include programmes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-programmes/m-p/2306063#M504492</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;   Please tell me how to create include programmes.if possible step by step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;manu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 19:27:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-programmes/m-p/2306063#M504492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T19:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: Include programmes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-programmes/m-p/2306064#M504493</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 can create include from SE38, give a name in SE38 and take type from the attributes as 'INCLUDE program' then system will create a include. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Includes are useful to create subroutines, these are specific to particular program. Function modules can be called from any program, these are global objects. But if you want to call any subroutines from any include, you need to add that include in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are writing any generic code which can be used in any program then go for function modules. If you are writing partcular code which is specific to one object then go for include.&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;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 19:30:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-programmes/m-p/2306064#M504493</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2007-05-24T19:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Include programmes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-programmes/m-p/2306065#M504494</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;It is very easy. while creating a program, in the attributes select type of program as Include.  Usually in any programs we place all the declaration statements in include program. Any include program cannot be executed on its own. An include program must be used in Main Program which can be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;sksingh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 19:30:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-programmes/m-p/2306065#M504494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T19:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Include programmes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-programmes/m-p/2306066#M504495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Manu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to T-code SE38.&lt;/P&gt;&lt;P&gt;Create new program with type I.&lt;/P&gt;&lt;P&gt;That's it you have created Inclued program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 19:31:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-programmes/m-p/2306066#M504495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T19:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Include programmes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-programmes/m-p/2306067#M504496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check these links -&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1690489"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3462707"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpful replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 19:32:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-programmes/m-p/2306067#M504496</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-05-24T19:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Include programmes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-programmes/m-p/2306068#M504497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey manu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;The easiest way to create an include is,&amp;lt;/b&amp;gt; write following statement where ever you want to use the include:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;include &amp;lt;include name&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then double click on &amp;lt;include name&amp;gt;.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;It will ask you if you would like to create include. Click on 'Yes'. And then click on 'Save'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 21:05:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-programmes/m-p/2306068#M504497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T21:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Include programmes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-programmes/m-p/2306069#M504498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Goto Se38 Transaction and program name start with Z or Y and click on create.&lt;/P&gt;&lt;P&gt;now you will see one pop up window .&lt;/P&gt;&lt;P&gt;maintain short text and type should be include and save it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Include program should depend on atleast one excutable and mainly we create for Data declaration part and reusbility.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the sap standard program like SAPMV45A and it has many includes and each include does diffrent operation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 21:20:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-programmes/m-p/2306069#M504498</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T21:20:44Z</dc:date>
    </item>
  </channel>
</rss>

