<?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: BDC - Stop at screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-stop-at-screen/m-p/6456435#M1414852</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sloved !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;delete the  /back after the point you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;want to stop&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Dec 2009 18:25:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-30T18:25:20Z</dc:date>
    <item>
      <title>BDC - Stop at screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-stop-at-screen/m-p/6456432#M1414849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to create BDC to go via some screens and input data and stop at  the last screen .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;run va02-&amp;gt;vici-&amp;gt;vi01  -  shipment cost simulation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; in the end of the bdc recording i wrote intention error in order to stop the bdc at my screen but when i want&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to leave the screen i have to push 3 times back  vi01-&amp;gt;vici-&amp;gt;va02 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any simple way to stop at screen with bdc and leave after to the program that called the bdc ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2009 16:24:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-stop-at-screen/m-p/6456432#M1414849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-29T16:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: BDC - Stop at screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-stop-at-screen/m-p/6456433#M1414850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are you trying to do /n to go to the next transaction in the BDC session?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, you could try leaving out the OK code for the screen where you want to stop, but no guarantees that the BDC would actually continue without the additional /n command....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2009 20:39:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-stop-at-screen/m-p/6456433#M1414850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-29T20:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: BDC - Stop at screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-stop-at-screen/m-p/6456434#M1414851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey dave ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the recording is from one transaction to another , from va02 TO vici AND TO vi01 in simulation mode ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;between those transaction there is no /N  .  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried after VI01 to leave with  /N , /NEND but it go's back to VICI and then to VA02 ( back in the order of the BDC stack ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what do you mean by leaving out to ok code ?  can you post sample code .&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;ASA .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2009 20:55:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-stop-at-screen/m-p/6456434#M1414851</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-29T20:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: BDC - Stop at screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-stop-at-screen/m-p/6456435#M1414852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sloved !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;delete the  /back after the point you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;want to stop&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2009 18:25:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-stop-at-screen/m-p/6456435#M1414852</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-30T18:25:20Z</dc:date>
    </item>
  </channel>
</rss>

