<?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 Include  other include into a main program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-other-include-into-a-main-program/m-p/1951440#M391896</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;         You have to use INCLUDE statement to inlcude a include program in your program. But just by including an inlcude in your program will not populate data declared in that include unless the code required to populate this data is in the same include. IF this is the case use the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE &amp;lt;standard include&amp;gt;&lt;/P&gt;&lt;P&gt;INCLUDE &amp;lt;Zinclude&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your Z include you can write code that copies data declared in the standard include into your own data declared in the Z include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its not advised to include standard included in your own zcomponents it might create problems when the standard inlcude is modifed by SAP.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Feb 2007 05:28:41 GMT</pubDate>
    <dc:creator>seshatalpasai_madala</dc:creator>
    <dc:date>2007-02-13T05:28:41Z</dc:date>
    <item>
      <title>How to Include  other include into a main program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-other-include-into-a-main-program/m-p/1951439#M391895</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 a standard program in that i have one include which is standard one.My question is ..that include contains 1 internal table know how to include that internal table data to z include.I can't modify that standard include.so how to access that internal table data.I want that internal table data(STANDARD INCLUDE) to my z include?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly give some solutions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2007 05:22:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-other-include-into-a-main-program/m-p/1951439#M391895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-13T05:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to Include  other include into a main program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-other-include-into-a-main-program/m-p/1951440#M391896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;         You have to use INCLUDE statement to inlcude a include program in your program. But just by including an inlcude in your program will not populate data declared in that include unless the code required to populate this data is in the same include. IF this is the case use the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE &amp;lt;standard include&amp;gt;&lt;/P&gt;&lt;P&gt;INCLUDE &amp;lt;Zinclude&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your Z include you can write code that copies data declared in the standard include into your own data declared in the Z include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its not advised to include standard included in your own zcomponents it might create problems when the standard inlcude is modifed by SAP.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2007 05:28:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-other-include-into-a-main-program/m-p/1951440#M391896</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-02-13T05:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to Include  other include into a main program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-other-include-into-a-main-program/m-p/1951441#M391897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear 1st find include program name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE &amp;lt;b&amp;gt;ZNN001_OTHERS_ABCF01&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the open it in SE38 and copy it to ZProgram&lt;/P&gt;&lt;P&gt;now you can edit it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it you want to use it in Main standard program same way, copy standard report to Zprogram and call your Include name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2007 05:33:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-other-include-into-a-main-program/m-p/1951441#M391897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-13T05:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to Include  other include into a main program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-other-include-into-a-main-program/m-p/1951442#M391898</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;Are you allowed to change the Main Program itself?? if so then create a 'Z' include and then copy the entire contents of the standard include to the 'Z' include created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now call the Z include instead of Standard include and in this include you can export the tables which you would like to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2007 05:41:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-other-include-into-a-main-program/m-p/1951442#M391898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-13T05:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to Include  other include into a main program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-other-include-into-a-main-program/m-p/1951443#M391899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shankar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First  add includes to your program in below order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE &amp;lt;standard include&amp;gt;&lt;/P&gt;&lt;P&gt;INCLUDE &amp;lt;Zinclude&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When excute the program first include will get process and that internal table will have the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls. Mark if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2007 05:44:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-other-include-into-a-main-program/m-p/1951443#M391899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-13T05:44:00Z</dc:date>
    </item>
  </channel>
</rss>

