<?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: How to call a Include type Report Program in Executable Program. ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-include-type-report-program-in-executable-program/m-p/10371568#M1839828</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saurabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can include an Include Type program in other program by using the INCLUDE addition. But I don't understand your usage. Why you had created a report program as Include Type? If your requirement was to execute a report program from another program, you can use the SUBMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abijith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 May 2014 06:23:32 GMT</pubDate>
    <dc:creator>former_member196651</dc:creator>
    <dc:date>2014-05-27T06:23:32Z</dc:date>
    <item>
      <title>How to call a Include type Report Program in Executable Program. ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-include-type-report-program-in-executable-program/m-p/10371566#M1839826</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;I have created a Include type report program and I want to run this include program in other report program. Which abap statement should i use ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 06:14:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-include-type-report-program-in-executable-program/m-p/10371566#M1839826</guid>
      <dc:creator>former_member203894</dc:creator>
      <dc:date>2014-05-27T06:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to call a Include type Report Program in Executable Program. ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-include-type-report-program-in-executable-program/m-p/10371567#M1839827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why do you need to create Include type report program? It should always be created with Executable type.&lt;/P&gt;&lt;P&gt;Then u can use SUBMIT statement to call report from other programs:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 06:18:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-include-type-report-program-in-executable-program/m-p/10371567#M1839827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-27T06:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to call a Include type Report Program in Executable Program. ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-include-type-report-program-in-executable-program/m-p/10371568#M1839828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saurabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can include an Include Type program in other program by using the INCLUDE addition. But I don't understand your usage. Why you had created a report program as Include Type? If your requirement was to execute a report program from another program, you can use the SUBMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abijith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 06:23:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-include-type-report-program-in-executable-program/m-p/10371568#M1839828</guid>
      <dc:creator>former_member196651</dc:creator>
      <dc:date>2014-05-27T06:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to call a Include type Report Program in Executable Program. ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-include-type-report-program-in-executable-program/m-p/10371569#M1839829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Include INCL_PRGM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this will only include the lines of code in this include program in the current report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To execute something in the program, example a subroutine in the include,&amp;nbsp; you have to explicitly use the perform statement in the current program.&lt;/P&gt;&lt;P&gt;Otherwise, the include program will not be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To execute the entire program, change it from an include to executable program and use submit statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 06:25:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-include-type-report-program-in-executable-program/m-p/10371569#M1839829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-27T06:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to call a Include type Report Program in Executable Program. ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-include-type-report-program-in-executable-program/m-p/10371570#M1839830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well if you created an Include program, you have to &lt;A href="http://help.sap.com/abapdocu_731/en/abapinclude_prog.htm"&gt;include&lt;/A&gt; it in its main program ?&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;&lt;A href="http://help.sap.com/abapdocu_731/en/abenmultiple_use_include_guidl.htm"&gt;Use an include program for the modularization of exactly one master program. It must not be integrated into multiple different master programs. Also, an include program should only be integrated once within a master program. &lt;/A&gt;&lt;/P&gt;


&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Was your actual requirement the creation of a subroutine pool, so you will be able to execute some &lt;A href="http://help.sap.com/abapdocu_731/en/abapperform_form.htm#!ABAP_ALTERNATIVE_2@2@"&gt;PERFORM formname IN PROGRAM poolname or PERFORM formname(poolname)&lt;/A&gt; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 06:26:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-include-type-report-program-in-executable-program/m-p/10371570#M1839830</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2014-05-27T06:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to call a Include type Report Program in Executable Program. ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-include-type-report-program-in-executable-program/m-p/10371571#M1839831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Write INCLUDE &amp;lt;Include program Name&amp;gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 06:31:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-include-type-report-program-in-executable-program/m-p/10371571#M1839831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-27T06:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to call a Include type Report Program in Executable Program. ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-include-type-report-program-in-executable-program/m-p/10371572#M1839832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Sandeep,&lt;/P&gt;&lt;P&gt;It is giving me error.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/460686" height="197" width="351" /&gt;&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 06:43:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-include-type-report-program-in-executable-program/m-p/10371572#M1839832</guid>
      <dc:creator>former_member203894</dc:creator>
      <dc:date>2014-05-27T06:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to call a Include type Report Program in Executable Program. ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-include-type-report-program-in-executable-program/m-p/10371573#M1839833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For executable programs, report statement is required in the beginning. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 06:46:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-include-type-report-program-in-executable-program/m-p/10371573#M1839833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-27T06:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to call a Include type Report Program in Executable Program. ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-include-type-report-program-in-executable-program/m-p/10371574#M1839834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To execute any program program should begin with either &lt;STRONG&gt;report&lt;/STRONG&gt; or &lt;STRONG&gt;program&lt;/STRONG&gt; but in include program these keywords are not required. Create include program by using program type I then call that include program in executable program. When you will create program with type &lt;STRONG&gt;Executable program&lt;/STRONG&gt; or &lt;STRONG&gt;Module pool&lt;/STRONG&gt; you will automatically report or program keyword on top. there type &lt;/P&gt;&lt;P&gt;INCLUDE &amp;lt;lNCLUDE PROGRAM NAME&amp;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>Tue, 27 May 2014 07:00:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-include-type-report-program-in-executable-program/m-p/10371574#M1839834</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-27T07:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to call a Include type Report Program in Executable Program. ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-include-type-report-program-in-executable-program/m-p/10371575#M1839835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saurabh,&lt;/P&gt;&lt;P&gt;We can make use of programs of Type - Include(I) in other type of ABAP Programs.&lt;/P&gt;&lt;P&gt;These Include programs cannot be executed directly but can be used as a part of the main program i.e Executable program - Type E.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So after creating your main program of type executable program then use the below line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT ZM_SAMPLE_PROGRAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;INCLUDE INC_PRG_NAME.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Now the code as availablein INC_PRG_NAME becomes part of the&amp;nbsp; main program ZM_SAMPLE_PROGRAM.le&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also you can make use of this Include program in other executable/include programs too...&lt;/P&gt;&lt;P&gt;&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;Rafi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 09:52:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-include-type-report-program-in-executable-program/m-p/10371575#M1839835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-27T09:52:05Z</dc:date>
    </item>
  </channel>
</rss>

