<?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: problem with call transaction? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/2885702#M677890</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is a valid point but in the same report I used another button in the toolbar for executing MD04 transaction.As the same way when the user selects a line and select the MD04 button it takes the material no and plant and gets executed.When i click back button in that screen it comes back directly to alv report.But for MF47 it is going back to intial screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Sep 2007 09:27:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-21T09:27:47Z</dc:date>
    <item>
      <title>problem with call transaction?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/2885691#M677879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my alv report if i select a line and click a button in the toolbar,then the transaction MF47 will gets executed in the background by taking the material no in the selected line.I used bdc recording when the button is clicked.this is working fine it is taking the material no in the selection screen of transaction MF47 and getting executed.When i click back button in that screen it should come back directly to the alv report again but it going to the intial selection screen of transaction MF47.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 09:03:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/2885691#M677879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T09:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: problem with call transaction?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/2885692#M677880</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;Instead of BDC use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SET PARAMETER ID 'MAT' FIELD t_mat.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'MM03' AND SKIP FIRST SCREEN.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to find Parameter ID of the field in which u setting value.&lt;/P&gt;&lt;P&gt;Its available in Technical Information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will b userful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 09:07:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/2885692#M677880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T09:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: problem with call transaction?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/2885693#M677881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what did u code in the 'back'  button?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try writing leave to screen 0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 09:07:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/2885693#M677881</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2007-09-21T09:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: problem with call transaction?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/2885694#M677882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dinesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing the same problem. &lt;/P&gt;&lt;P&gt;I tried a lot of ways couldn't get control of the called screen. &lt;/P&gt;&lt;P&gt;Even my coding for back button couldn't help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let us know if you are able to solve the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveenan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 09:13:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/2885694#M677882</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T09:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: problem with call transaction?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/2885695#M677883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i dont understand your use of BDC for this requirement. the process to call a transaction is easy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After putting the code for double click u need to code the following thing.&lt;/P&gt;&lt;P&gt;set parameters id 'MAT'.(for material number)&lt;/P&gt;&lt;P&gt;call transaction MF47.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and when leave.&lt;/P&gt;&lt;P&gt;leave to screen 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REWARD ME WITH GOOD POINT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 09:15:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/2885695#M677883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T09:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: problem with call transaction?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/2885696#M677884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;leave to screen 0&amp;lt;/b&amp;gt; should help u. if not then try using "&amp;lt;b&amp;gt;call screen 1000".&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;if not try using &amp;lt;b&amp;gt;"leave screen"&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not then try using "&amp;lt;b&amp;gt;stop"&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 09:17:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/2885696#M677884</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2007-09-21T09:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: problem with call transaction?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/2885697#M677885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI dinesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I think it will work like this only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Bcos we dont have any control over the standard program of tcode MF47.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Hence, if we click back button of MF47, it will come back&lt;/P&gt;&lt;P&gt;    to its initial screen only.&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 09:19:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/2885697#M677885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T09:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: problem with call transaction?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/2885698#M677886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are right...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats wat the problem is....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is ter a way to overcome it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we just call the transaction by skiping the first screen, its not working.&lt;/P&gt;&lt;P&gt;so only we are going for a bdc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls. help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Naveenan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 09:23:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/2885698#M677886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T09:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: problem with call transaction?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/2885699#M677887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sandeep&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not for double clicking.The user will select a line in the report and select a button on the toolbar.Then the transaction mf47 gets executed in the background by taking the material no in the selected line and displays the screen.When i press back button it should come back directly to alv report but it is going to intial screen of transaction mf47 and then again i have to press back button to come back to my alv report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 09:24:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/2885699#M677887</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T09:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: problem with call transaction?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/2885700#M677888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have u created that button?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or u can write this on that button also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case sy-ucomm.&lt;/P&gt;&lt;P&gt;when ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SET PARAMETER ID 'MAT' FIELD t_mat.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'MM03' AND SKIP FIRST SCREEN.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 09:25:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/2885700#M677888</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T09:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: problem with call transaction?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/2885701#M677889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi dines,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;better u write submit report in the back button logic&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 09:26:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/2885701#M677889</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2007-09-21T09:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: problem with call transaction?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/2885702#M677890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is a valid point but in the same report I used another button in the toolbar for executing MD04 transaction.As the same way when the user selects a line and select the MD04 button it takes the material no and plant and gets executed.When i click back button in that screen it comes back directly to alv report.But for MF47 it is going back to intial screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 09:27:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/2885702#M677890</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T09:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: problem with call transaction?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/2885703#M677891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi dinesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can ry like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform for bdc,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;submit the same report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 09:40:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/2885703#M677891</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2007-09-21T09:40:29Z</dc:date>
    </item>
  </channel>
</rss>

