<?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: Dialog modules in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-modules/m-p/1737890#M320830</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Dialog Modules are obsolete repository objects. Still if you want to use them, then u can use the syntax as:&lt;/P&gt;&lt;P&gt;CALL DIALOG dialog AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chetan.&lt;/P&gt;&lt;P&gt;PS:Reward points if this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Dec 2006 04:56:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-21T04:56:42Z</dc:date>
    <item>
      <title>Dialog modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-modules/m-p/1737886#M320826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i created dialog module for customer master display first screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am calling the above created dialog module in my program by exporting all the details of that screen and i want to import the data which is in the next screen (comes after executing the first screen)&lt;/P&gt;&lt;P&gt;does it possible,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose if we execute ME23 transaction in first screen it asks for purchase order no and in the next screen it displays the details of that PO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we created dialog module for first screen of ME23 and want to import the data of second screen. Does it Possible&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 04:34:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-modules/m-p/1737886#M320826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-21T04:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-modules/m-p/1737887#M320827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;fetch the data depending upon screen 1 processing in the PBO of second screen and then get it dispalyed on the second screen..&lt;/P&gt;&lt;P&gt;so u hav eto create 2 screens and write ur code in PBO of second screen to fetch data before lodaing the screen2..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpfull..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 04:39:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-modules/m-p/1737887#M320827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-21T04:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-modules/m-p/1737888#M320828</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;Yes it's possible. You will have to first set the value of the parameter id for the purchase order no in your program. Then you will have to call the transaction ME23 &amp;amp; skip first screen.&lt;/P&gt;&lt;P&gt;Refer teh code below:&lt;/P&gt;&lt;P&gt;SET PARMAETER ID 'BES' FIELD W_PONO."W_PONO will be field of the PO no &lt;/P&gt;&lt;P&gt;"entered in the screen defined by you.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION ME21 AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chetan.&lt;/P&gt;&lt;P&gt;PS:Reward points if this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 04:42:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-modules/m-p/1737888#M320828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-21T04:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-modules/m-p/1737889#M320829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to use call dialog instead of call transaction&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 04:46:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-modules/m-p/1737889#M320829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-21T04:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-modules/m-p/1737890#M320830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Dialog Modules are obsolete repository objects. Still if you want to use them, then u can use the syntax as:&lt;/P&gt;&lt;P&gt;CALL DIALOG dialog AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chetan.&lt;/P&gt;&lt;P&gt;PS:Reward points if this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 04:56:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-modules/m-p/1737890#M320830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-21T04:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-modules/m-p/1737891#M320831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I created dialog module for the second screen while calling that using call dialog it displays that screen with empty data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we created dialog module  for first screen it calls that screen(first screen) but it does not goes to the second screen even though we exported PO num&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then what might be the possible solution in this case&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 05:07:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-modules/m-p/1737891#M320831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-21T05:07:18Z</dc:date>
    </item>
  </channel>
</rss>

