<?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 How to call a Dialog Program from another Dialog Program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-dialog-program-from-another-dialog-program/m-p/1835573#M355635</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I call a dialog program with return value from another dialog program?&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;&lt;/P&gt;&lt;P&gt;Alok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Jan 2007 10:28:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-18T10:28:14Z</dc:date>
    <item>
      <title>How to call a Dialog Program from another Dialog Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-dialog-program-from-another-dialog-program/m-p/1835573#M355635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I call a dialog program with return value from another dialog program?&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;&lt;/P&gt;&lt;P&gt;Alok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2007 10:28:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-dialog-program-from-another-dialog-program/m-p/1835573#M355635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-18T10:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to call a Dialog Program from another Dialog Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-dialog-program-from-another-dialog-program/m-p/1835574#M355636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Insted of creating 2 different Dialog program. It's good to create as many screens as you want in same module pool program. Any way you can use the different TCODE for each screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Another and The best way is to create a function group and then inside function group use the function 2 module... In the function group define a global variable which will be present for both the function group if they are getting executed in sequence. and inside the Function Module call the screens using command " call screen &amp;lt;screenno&amp;gt;".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. You can use set / get parameter to pass values of a field between two dynpro program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2007 12:17:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-dialog-program-from-another-dialog-program/m-p/1835574#M355636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-18T12:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to call a Dialog Program from another Dialog Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-dialog-program-from-another-dialog-program/m-p/1835575#M355637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alok,&lt;/P&gt;&lt;P&gt;     What Darshan advised is the best way to do it, but if you really cannot put them in a function group then you could also use export/import from memory id if the two transactions will be called in succession in the same session...or you could store the values in a temporary transparent table then delete after retrieval of the second program...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2007 15:28:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-dialog-program-from-another-dialog-program/m-p/1835575#M355637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-18T15:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to call a Dialog Program from another Dialog Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-dialog-program-from-another-dialog-program/m-p/1835576#M355638</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;Use Call transaction TCODE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 05:01:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-dialog-program-from-another-dialog-program/m-p/1835576#M355638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T05:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to call a Dialog Program from another Dialog Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-dialog-program-from-another-dialog-program/m-p/1835577#M355639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use call transaction&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 06:24:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-dialog-program-from-another-dialog-program/m-p/1835577#M355639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T06:24:35Z</dc:date>
    </item>
  </channel>
</rss>

