<?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 communicate one include program with other include program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-communicate-one-include-program-with-other-include-program/m-p/10321422#M1835501</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simple solution: don't. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDES should &lt;STRONG&gt;only&lt;/STRONG&gt; be used to breaking large amounts of source code into manageable chunks. They are really not suitable for modularisation or creating re-usable objects.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Far better would be to create a function module that does the work, or, better, a class.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Jun 2014 11:29:54 GMT</pubDate>
    <dc:creator>matt</dc:creator>
    <dc:date>2014-06-04T11:29:54Z</dc:date>
    <item>
      <title>How to communicate one include program with other include program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-communicate-one-include-program-with-other-include-program/m-p/10321415#M1835494</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;&lt;/P&gt;&lt;P&gt;As we know, we can communicate from one report to another &lt;STRONG&gt;report&lt;/STRONG&gt; program using Export and import parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the same is not working for &lt;STRONG&gt;Include&lt;/STRONG&gt; program instead showing a dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please suggest any idea to hold one value from a variable from one include program to other variable to another include program under same report program.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please respond back for any clarifications needed from my side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 10:36:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-communicate-one-include-program-with-other-include-program/m-p/10321415#M1835494</guid>
      <dc:creator>Aditya</dc:creator>
      <dc:date>2014-06-04T10:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to communicate one include program with other include program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-communicate-one-include-program-with-other-include-program/m-p/10321416#M1835495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aditya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try declaring global variables in the TOPINCLUDE.&lt;/P&gt;&lt;P&gt;you can access those in all INCLUDEs......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sharath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 10:38:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-communicate-one-include-program-with-other-include-program/m-p/10321416#M1835495</guid>
      <dc:creator>SharathYaralkattimath</dc:creator>
      <dc:date>2014-06-04T10:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to communicate one include program with other include program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-communicate-one-include-program-with-other-include-program/m-p/10321417#M1835496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 10:41:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-communicate-one-include-program-with-other-include-program/m-p/10321417#M1835496</guid>
      <dc:creator>mahesh_madhavan</dc:creator>
      <dc:date>2014-06-04T10:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to communicate one include program with other include program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-communicate-one-include-program-with-other-include-program/m-p/10321418#M1835497</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;Sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: m1 &lt;SPAN class="L0S52"&gt;type &lt;/SPAN&gt;i,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; m2 &lt;SPAN class="L0S52"&gt;type &lt;/SPAN&gt;i,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; m3 &lt;SPAN class="L0S52"&gt;type &lt;/SPAN&gt;i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; m1 = &lt;SPAN class="L0S33"&gt;'10'&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt; m2 = &lt;SPAN class="L0S33"&gt;'20'&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;include &lt;/SPAN&gt;ysample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; write: m3.&lt;/P&gt;&lt;P&gt;**----------------------------*********&lt;/P&gt;&lt;P&gt;INCLUDEProgram: YSAMPLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;m3 = m1 + m2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 10:43:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-communicate-one-include-program-with-other-include-program/m-p/10321418#M1835497</guid>
      <dc:creator>VenkatRamesh_V</dc:creator>
      <dc:date>2014-06-04T10:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to communicate one include program with other include program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-communicate-one-include-program-with-other-include-program/m-p/10321419#M1835498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat/Mahesh/Sharath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mine is an Enhancement for a standard program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to have all the values of the internal table of the standard include program to my created enhancement internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I observed that, values from standard include pgm are getting vanished when it come to my enhancement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to use all the values from standard include program itab and my custom itab to update the standard databse table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 10:51:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-communicate-one-include-program-with-other-include-program/m-p/10321419#M1835498</guid>
      <dc:creator>Aditya</dc:creator>
      <dc:date>2014-06-04T10:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to communicate one include program with other include program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-communicate-one-include-program-with-other-include-program/m-p/10321420#M1835499</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;&lt;/P&gt;&lt;P&gt;I got cleared it myself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used shred memory concept using EXPORT space TO MEMORY ID &amp;lt;id&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 10:54:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-communicate-one-include-program-with-other-include-program/m-p/10321420#M1835499</guid>
      <dc:creator>Aditya</dc:creator>
      <dc:date>2014-06-04T10:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to communicate one include program with other include program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-communicate-one-include-program-with-other-include-program/m-p/10321421#M1835500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aditya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;within the same main program you can either use a top include or the main program itself for global data definitions. These will be known for all includes, if you don't have local data definitions (for example in form routines) with the same name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But EXPORT / IMPORT is also working here. I have used that many times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to make sure, that data source and target have the same structure, the fields have the same order, length and type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 10:56:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-communicate-one-include-program-with-other-include-program/m-p/10321421#M1835500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-04T10:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to communicate one include program with other include program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-communicate-one-include-program-with-other-include-program/m-p/10321422#M1835501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simple solution: don't. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDES should &lt;STRONG&gt;only&lt;/STRONG&gt; be used to breaking large amounts of source code into manageable chunks. They are really not suitable for modularisation or creating re-usable objects.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Far better would be to create a function module that does the work, or, better, a class.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 11:29:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-communicate-one-include-program-with-other-include-program/m-p/10321422#M1835501</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2014-06-04T11:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to communicate one include program with other include program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-communicate-one-include-program-with-other-include-program/m-p/10321423#M1835502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First, include programs are not executable, they can only be executed when part of a main program, they are not function pool nor module pool. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So which kind of statement did you wrote to get a dump, could you paste significant part of code, or elaborate on your requirement, I cannot imagine how an EXPORT or INPORT statement generating a dump is related to usage of Include ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 12:10:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-communicate-one-include-program-with-other-include-program/m-p/10321423#M1835502</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2014-06-04T12:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to communicate one include program with other include program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-communicate-one-include-program-with-other-include-program/m-p/10321424#M1835503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would suggest to share with us all the information, i.e. what enhancement are you trying to do exactly, instead of spoon-feeding it. Maybe there is a totally different solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also agree with Raymond - it seems unlikely dump is related to usage of EXPORT/IMPORT in the include specifically. But again, maybe this is not even a problem to begin with and we can't tell unless there is a full disclosure of what's really going on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 17:52:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-communicate-one-include-program-with-other-include-program/m-p/10321424#M1835503</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2014-06-04T17:52:39Z</dc:date>
    </item>
  </channel>
</rss>

