<?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: calling dialog program from report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-dialog-program-from-report/m-p/2308272#M505234</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;Thanks for the reply, Very useful answer, could you please throw more light on this and also some code, &lt;/P&gt;&lt;P&gt;I have done recording and also calld transaction in mode E.&lt;/P&gt;&lt;P&gt;how the proceed next.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;jog&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 May 2007 15:47:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-25T15:47:03Z</dc:date>
    <item>
      <title>calling dialog program from report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-dialog-program-from-report/m-p/2308266#M505228</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 need to call dialog program from report and do not want the initial screen to be shown and execute the dialog program. can this be possible, if yes please let me know this to do this, when I tried using leave to transaction its showing the initial dialog screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advane&lt;/P&gt;&lt;P&gt;jog&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 21:54:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-dialog-program-from-report/m-p/2308266#M505228</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T21:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: calling dialog program from report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-dialog-program-from-report/m-p/2308267#M505229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes ,it is possible &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;call screen 100.&lt;/P&gt;&lt;P&gt;when you double click on 100 and it goes dialog module like SE51 Transaction and need to create screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if it is helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 21:56:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-dialog-program-from-report/m-p/2308267#M505229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T21:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: calling dialog program from report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-dialog-program-from-report/m-p/2308268#M505230</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;the best method is create t-code for dialog program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in report..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'ZXXX'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;SAB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 22:02:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-dialog-program-from-report/m-p/2308268#M505230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T22:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: calling dialog program from report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-dialog-program-from-report/m-p/2308269#M505231</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;Create a Z trnsaction Code for the Transaction you want to call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to SE93. Give Transaction name and click on create.&lt;/P&gt;&lt;P&gt;Select start object as 'Transaction with Variant' or 'Transaction with Parameter'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On second screen give transaction name and check the &amp;lt;b&amp;gt;check box for 'Skip initial screen'&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Find out the initial screen for the transaction and mention it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, you can call this Z transaction in your program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 22:08:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-dialog-program-from-report/m-p/2308269#M505231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T22:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: calling dialog program from report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-dialog-program-from-report/m-p/2308270#M505232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for you reply, trying pass values into T code - MMAM through zprogram, material number has parameter id where as new material type does not have any parameter id, how can I pass value to material id from program, since it doesn't have parameter id, please let me know this is possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;jog&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 23:45:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-dialog-program-from-report/m-p/2308270#M505232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T23:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: calling dialog program from report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-dialog-program-from-report/m-p/2308271#M505233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do a partial BDC to the transaction MMAM till you reach the second screen of that transaction.&lt;/P&gt;&lt;P&gt;Record the MMAM transaction by using SHDB transaction.&lt;/P&gt;&lt;P&gt;Later you can create a BDC for only those steps(Do not save the transaction).&lt;/P&gt;&lt;P&gt;Call the transaction in Error mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call transaction 'MMAM' using it_BDCDATA mode = 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 23:50:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-dialog-program-from-report/m-p/2308271#M505233</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T23:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: calling dialog program from report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-dialog-program-from-report/m-p/2308272#M505234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;Thanks for the reply, Very useful answer, could you please throw more light on this and also some code, &lt;/P&gt;&lt;P&gt;I have done recording and also calld transaction in mode E.&lt;/P&gt;&lt;P&gt;how the proceed next.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;jog&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 15:47:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-dialog-program-from-report/m-p/2308272#M505234</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-25T15:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: calling dialog program from report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-dialog-program-from-report/m-p/2308273#M505235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please provide more details on this, I did recoding.&lt;/P&gt;&lt;P&gt;what is partial BDC?&lt;/P&gt;&lt;P&gt;how to go after calling transaction in more E.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;jog&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 16:25:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-dialog-program-from-report/m-p/2308273#M505235</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T16:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: calling dialog program from report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-dialog-program-from-report/m-p/2308274#M505236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jog,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is your problem solved if yes please provide me the coding because am also doing BDC for tcode MMAM .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do need full.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ramu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2007 10:09:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-dialog-program-from-report/m-p/2308274#M505236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-07T10:09:47Z</dc:date>
    </item>
  </channel>
</rss>

