<?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: CALL TRANSACTION in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/2136736#M449572</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;As suggested, you should use submit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way is to record a BDC and then call the transaction in mode N.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Apr 2007 03:49:21 GMT</pubDate>
    <dc:creator>jayanthi_jayaraman</dc:creator>
    <dc:date>2007-04-12T03:49:21Z</dc:date>
    <item>
      <title>CALL TRANSACTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/2136733#M449569</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 am currently modifying a report where it call to MB52&lt;/P&gt;&lt;P&gt;Please let me know how to pass the parameters to checked or unchecked some checkbox &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example :&lt;/P&gt;&lt;P&gt;[] Display batch stocks&lt;/P&gt;&lt;P&gt;[/] No zero stock lines&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that the checkbox have no parameters, what should I do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tiwa Noitawee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 03:16:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/2136733#M449569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T03:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/2136734#M449570</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 pass the check box using the WITH ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT RM07MLBS &amp;lt;b&amp;gt;WITH nozero = 'X'&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 03:20:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/2136734#M449570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T03:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/2136735#M449571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Tiwa&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MB52 being a report program, we can directly use the SUBMIT statement instead of CALL TRANSACTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SUBMIT &amp;lt;program&amp;gt;
  WITH &amp;lt;selection-criteria&amp;gt;.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try it this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Eswar Rao  Boddeti&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oops Naren has already provided an example, please try as per the example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 03:27:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/2136735#M449571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T03:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/2136736#M449572</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;As suggested, you should use submit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way is to record a BDC and then call the transaction in mode N.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 03:49:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/2136736#M449572</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2007-04-12T03:49:21Z</dc:date>
    </item>
  </channel>
</rss>

