<?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: switch data between programs without export in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/switch-data-between-programs-without-export/m-p/5892607#M1326641</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi..the program 2 here is of type E , it generates a smartform..&lt;/P&gt;&lt;P&gt;so including it in program 1 is not possible &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Jul 2009 05:56:42 GMT</pubDate>
    <dc:creator>kesavadas_thekkillath</dc:creator>
    <dc:date>2009-07-24T05:56:42Z</dc:date>
    <item>
      <title>switch data between programs without export</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/switch-data-between-programs-without-export/m-p/5892604#M1326638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi a small scenario ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;say i have program1 and program2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i execute program1 and i want to access the internal table of program2 in program1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any possibilities to acheive this without writing "Export" in program2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any work arounds possible with call stacks or any other !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the condition is i should not use export to memory in program2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2009 05:19:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/switch-data-between-programs-without-export/m-p/5892604#M1326638</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-07-24T05:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: switch data between programs without export</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/switch-data-between-programs-without-export/m-p/5892605#M1326639</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;How about using INCLUDE in the program,&lt;/P&gt;&lt;P&gt;just a prototype here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT Z_SHIP_REPORT .

* Data declaration
include z_data.

* Selection options and parameters
include z_selection.

* Initialization event
include z_initial.

* program logic
include z_logic.
*
** Output
include z_list.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2009 05:43:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/switch-data-between-programs-without-export/m-p/5892605#M1326639</guid>
      <dc:creator>former_member222860</dc:creator>
      <dc:date>2009-07-24T05:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: switch data between programs without export</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/switch-data-between-programs-without-export/m-p/5892606#M1326640</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 use GET and SET stmt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also creat a Ztable in Se11, Where you store all data of Internal Tablea and then access that data in another program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a Ztable.&lt;/P&gt;&lt;P&gt;Append The values or data of Internal Table of Program2 in to Z table.&lt;/P&gt;&lt;P&gt;Fetch this Data from select Querry in Program1.&lt;/P&gt;&lt;P&gt;At end of Program1 clear the Z Table by deleting all the records in Ztable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: ShreeMohan Pugalia on Jul 24, 2009 7:50 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: ShreeMohan Pugalia on Jul 24, 2009 7:52 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2009 05:47:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/switch-data-between-programs-without-export/m-p/5892606#M1326640</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-24T05:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: switch data between programs without export</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/switch-data-between-programs-without-export/m-p/5892607#M1326641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi..the program 2 here is of type E , it generates a smartform..&lt;/P&gt;&lt;P&gt;so including it in program 1 is not possible &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2009 05:56:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/switch-data-between-programs-without-export/m-p/5892607#M1326641</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-07-24T05:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: switch data between programs without export</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/switch-data-between-programs-without-export/m-p/5892608#M1326642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No sparks  ? ? ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2009 09:47:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/switch-data-between-programs-without-export/m-p/5892608#M1326642</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-07-24T09:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: switch data between programs without export</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/switch-data-between-programs-without-export/m-p/5892609#M1326643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;one using the Function Group(SET , GET Function module )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other option using the Statuc class ,Static Attributes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above 2 cases applicable for the Custom Programs, if you get a chance to edit and add this logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Vijay Babu Dudla on Jul 24, 2009 5:55 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2009 09:55:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/switch-data-between-programs-without-export/m-p/5892609#M1326643</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-24T09:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: switch data between programs without export</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/switch-data-between-programs-without-export/m-p/5892610#M1326644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to be frank i didnt get you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what do you mean by SET , GET Function module&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2009 10:05:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/switch-data-between-programs-without-export/m-p/5892610#M1326644</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-07-24T10:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: switch data between programs without export</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/switch-data-between-programs-without-export/m-p/5892611#M1326645</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;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  FIELD-SYMBOLS : &amp;lt;fs_table&amp;gt; TYPE ANY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ASSIGN ('(Program2)Table') TO &amp;lt;fs_table&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can process the field symbol.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Milan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2009 10:10:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/switch-data-between-programs-without-export/m-p/5892611#M1326645</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-24T10:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: switch data between programs without export</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/switch-data-between-programs-without-export/m-p/5892612#M1326646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no confusions..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to the above post, SET means a  function to set the data to Function group Global parameters, and GET means a Function to Get the Data from the Function group. Don't confuse there is no SET , GET functions. It's general convention.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2009 10:11:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/switch-data-between-programs-without-export/m-p/5892612#M1326646</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-24T10:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: switch data between programs without export</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/switch-data-between-programs-without-export/m-p/5892613#M1326647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think this work in the case of Programs. This is useful in case of Function Pool.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2009 10:16:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/switch-data-between-programs-without-export/m-p/5892613#M1326647</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-24T10:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: switch data between programs without export</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/switch-data-between-programs-without-export/m-p/5892614#M1326648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah vijay your are right .... &lt;/P&gt;&lt;P&gt; Unfortunately i need this in programs...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and thanks for the receipe you gave ... it ws usefull &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2009 10:25:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/switch-data-between-programs-without-export/m-p/5892614#M1326648</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-07-24T10:25:19Z</dc:date>
    </item>
  </channel>
</rss>

