<?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 edit a program dynamically called from another program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-edit-a-program-dynamically-called-from-another-program/m-p/3649185#M878907</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Follow this:&lt;/P&gt;&lt;P&gt;1) U can pass data from one program to another in a single login using SAP memory......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) u can create a DBtable update dat table using ur first pgm and fetch from second program.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) U can pass the report output using EXPORT TO MEMORY addition and get it back using IMPORT FROM MEMORY..........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Export the selected rows to the next program &lt;/P&gt;&lt;P&gt;EXPORT final TO MEMORY ID 'ABC'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'XXX'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;XXX is the tcode for the other program where u want to import the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the second program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT the internal table from the first program &lt;/P&gt;&lt;P&gt;IMPORT final FROM MEMORY ID 'ABC'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Reward If Helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Apr 2008 07:28:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-03T07:28:48Z</dc:date>
    <item>
      <title>How to edit a program dynamically called from another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-edit-a-program-dynamically-called-from-another-program/m-p/3649183#M878905</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;&lt;/P&gt;&lt;P&gt;Can anyone help me in coding for a program which call's another &lt;/P&gt;&lt;P&gt;report dynamically from selection screen(for instance z_dynam_called)&lt;/P&gt;&lt;P&gt;and retreive the whole content of the dynamically called program(z_dynam_called) &lt;/P&gt;&lt;P&gt;into an internal table and replace the contents of the internal table  with some new code and put it back in z_dynam_called and save it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Needful will be rewarded with points &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 07:20:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-edit-a-program-dynamically-called-from-another-program/m-p/3649183#M878905</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-03T07:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit a program dynamically called from another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-edit-a-program-dynamically-called-from-another-program/m-p/3649184#M878906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Desparately waiting for responses &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 07:28:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-edit-a-program-dynamically-called-from-another-program/m-p/3649184#M878906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-03T07:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit a program dynamically called from another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-edit-a-program-dynamically-called-from-another-program/m-p/3649185#M878907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Follow this:&lt;/P&gt;&lt;P&gt;1) U can pass data from one program to another in a single login using SAP memory......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) u can create a DBtable update dat table using ur first pgm and fetch from second program.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) U can pass the report output using EXPORT TO MEMORY addition and get it back using IMPORT FROM MEMORY..........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Export the selected rows to the next program &lt;/P&gt;&lt;P&gt;EXPORT final TO MEMORY ID 'ABC'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'XXX'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;XXX is the tcode for the other program where u want to import the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the second program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT the internal table from the first program &lt;/P&gt;&lt;P&gt;IMPORT final FROM MEMORY ID 'ABC'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Reward If Helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 07:28:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-edit-a-program-dynamically-called-from-another-program/m-p/3649185#M878907</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-03T07:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit a program dynamically called from another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-edit-a-program-dynamically-called-from-another-program/m-p/3649186#M878908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Atleast someone provide me some related links near to the requirement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 07:32:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-edit-a-program-dynamically-called-from-another-program/m-p/3649186#M878908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-03T07:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit a program dynamically called from another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-edit-a-program-dynamically-called-from-another-program/m-p/3649187#M878909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;someone pls help me out !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 07:48:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-edit-a-program-dynamically-called-from-another-program/m-p/3649187#M878909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-03T07:48:36Z</dc:date>
    </item>
  </channel>
</rss>

