<?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 won't execute report, keeps returning to program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-won-t-execute-report-keeps-returning-to-program/m-p/3054595#M723311</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dave,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create an internal table of type BDCMSGCOLL and use the message clause. Probably the message returned in this internal table could give us a clue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Nov 2007 19:00:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-15T19:00:11Z</dc:date>
    <item>
      <title>CALL TRANSACTION won't execute report, keeps returning to program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-won-t-execute-report-keeps-returning-to-program/m-p/3054585#M723301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good day to you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL TRANSACTION 'FPO4' USING bdcdata&lt;/P&gt;&lt;P&gt;                          MODE   'A'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The last line in my bdcdata is to simulate pressing the Execute button (OK_CODE = '=ONLI').  However, instead of running the report that FPO4 is supposed to generate, it just comes back to my program and its selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that although I &lt;STRONG&gt;am&lt;/STRONG&gt; populating data on FPO4's native Selection Screen, I am also populating data on a special "predefined selection," so using a simple SUBMIT has never been an option to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how I can get FPO4 to actually &lt;STRONG&gt;execute&lt;/STRONG&gt; vs. coming back to my program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks -- as always, points for all helpful answers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 17:06:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-won-t-execute-report-keeps-returning-to-program/m-p/3054585#M723301</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T17:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION won't execute report, keeps returning to program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-won-t-execute-report-keeps-returning-to-program/m-p/3054586#M723302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before calling the call transaction, put a dummy screen of the report output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;' ' 'OK_CODE' '=ONLY'.

*This screen name nad number should come in the SHDB recording..
*Don't assing any OK_CODE to that screen

Perform screen 'X' 'SAPMSSY0' '0120'.   "&amp;lt;&amp;lt; it should be your reports screen 

CALL TRANSACTION 'FPO4' USING bdcdata
MODE 'A'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually, I dont' have this transaction in my systm otherwise I should able to give you exact screen name and number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 17:21:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-won-t-execute-report-keeps-returning-to-program/m-p/3054586#M723302</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-15T17:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION won't execute report, keeps returning to program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-won-t-execute-report-keeps-returning-to-program/m-p/3054587#M723303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;after call transaction use temporarily &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-subrc NE 0.&lt;/P&gt;&lt;P&gt;message  &amp;lt;&amp;gt;.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;and check and analyze where its coming back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did u debug your code though ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 17:43:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-won-t-execute-report-keeps-returning-to-program/m-p/3054587#M723303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T17:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION won't execute report, keeps returning to program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-won-t-execute-report-keeps-returning-to-program/m-p/3054588#M723304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Naimesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am confused by this "dummy screen" you're talking about and how I should incorporate it into my code.  Can you be a little more specific on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 18:04:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-won-t-execute-report-keeps-returning-to-program/m-p/3054588#M723304</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T18:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION won't execute report, keeps returning to program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-won-t-execute-report-keeps-returning-to-program/m-p/3054589#M723305</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;Why don't you use LEAVE TO TRANSACTION... instead of call transaction...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dharitree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 18:05:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-won-t-execute-report-keeps-returning-to-program/m-p/3054589#M723305</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T18:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION won't execute report, keeps returning to program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-won-t-execute-report-keeps-returning-to-program/m-p/3054590#M723306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didn't think I could pass data with a LEAVE TO TRANSACTION?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 18:08:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-won-t-execute-report-keeps-returning-to-program/m-p/3054590#M723306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T18:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION won't execute report, keeps returning to program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-won-t-execute-report-keeps-returning-to-program/m-p/3054591#M723307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dave,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am in version 4.7 and I don't see a transaction code FPO4. Could you check and let me know if the transaction code is correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 18:09:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-won-t-execute-report-keeps-returning-to-program/m-p/3054591#M723307</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T18:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION won't execute report, keeps returning to program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-won-t-execute-report-keeps-returning-to-program/m-p/3054592#M723308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yeah, it's definitely FPO4.  We're running SAP ECC 6.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 18:15:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-won-t-execute-report-keeps-returning-to-program/m-p/3054592#M723308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T18:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION won't execute report, keeps returning to program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-won-t-execute-report-keeps-returning-to-program/m-p/3054593#M723309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dave,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Place a break point on the call transaction statement and check if the internal table bdcdata has any data (It should not be empty).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Enter the update clause&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'FPO4' USING bdcdata&lt;/P&gt;&lt;P&gt;                                           MODE 'A'&lt;/P&gt;&lt;P&gt;                                    &amp;lt;b&amp;gt; UPDATE 'S'.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 18:36:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-won-t-execute-report-keeps-returning-to-program/m-p/3054593#M723309</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T18:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION won't execute report, keeps returning to program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-won-t-execute-report-keeps-returning-to-program/m-p/3054594#M723310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I originally had that UPDATE clause in there, but I put it back in.  I verified that the bdcdata internal table &lt;STRONG&gt;does&lt;/STRONG&gt; have all of the data in it.  All of the fields get updated on the screen, but when I do that final "click" of the Execute button, I come back to my calling program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I go to FPO4 itself and enter values, then click Execute, it runs and creates the desired report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 18:43:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-won-t-execute-report-keeps-returning-to-program/m-p/3054594#M723310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T18:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION won't execute report, keeps returning to program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-won-t-execute-report-keeps-returning-to-program/m-p/3054595#M723311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dave,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create an internal table of type BDCMSGCOLL and use the message clause. Probably the message returned in this internal table could give us a clue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 19:00:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-won-t-execute-report-keeps-returning-to-program/m-p/3054595#M723311</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T19:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION won't execute report, keeps returning to program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-won-t-execute-report-keeps-returning-to-program/m-p/3054596#M723312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did that, and the message table that came back was empty.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 19:26:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-won-t-execute-report-keeps-returning-to-program/m-p/3054596#M723312</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T19:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION won't execute report, keeps returning to program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-won-t-execute-report-keeps-returning-to-program/m-p/3054597#M723313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dave,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is possible for you to paste the recording of your Tcode.. Full recording?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Starting witht the selection screen, than ONLI, than the report screen and than the back button from the report screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will give you the DUMMY Screen from the recording...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 20:11:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-won-t-execute-report-keeps-returning-to-program/m-p/3054597#M723313</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-15T20:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION won't execute report, keeps returning to program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-won-t-execute-report-keeps-returning-to-program/m-p/3054598#M723314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dave,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing the same problem i.e. can't able to execute FPO4 through bdc, so could please suggest regarding it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one more query ' how to fetch FPO4 data into an internal table of my program?'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lava.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 03:31:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-won-t-execute-report-keeps-returning-to-program/m-p/3054598#M723314</guid>
      <dc:creator>former_member665891</dc:creator>
      <dc:date>2012-04-25T03:31:32Z</dc:date>
    </item>
  </channel>
</rss>

