<?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: Regarding BDC screen display in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc-screen-display/m-p/7211896#M1522689</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas Solution worked here..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Aug 2010 07:16:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-08-18T07:16:46Z</dc:date>
    <item>
      <title>Regarding BDC screen display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc-screen-display/m-p/7211891#M1522684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having a requirement to execute the BDC for QP01 and QP02 transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that transaction, I want to display only last screen to user and not the other screens which are executed in processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So is there any option to display only last screen of particular transaction in BDC by skipping other screens to display in BDC recording?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;Nishad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Aug 2010 13:57:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc-screen-display/m-p/7211891#M1522684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-17T13:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BDC screen display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc-screen-display/m-p/7211892#M1522685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have never tried to do this, but I once read something about changing the display mode midstream.  Essentially, you'd have to switch from 'N' or 'E' to 'A' at the critical point.  Since you're in the transaction, and away from your program at that point, I don't think you can change the display.  And, what happens when the user tires of this and wants the whole thing done in background?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An alternative might be to grab the message table, find the document created and display some of the data values on-screen as a non-tabular report?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Aug 2010 14:21:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc-screen-display/m-p/7211892#M1522685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-17T14:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BDC screen display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc-screen-display/m-p/7211893#M1522686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But user wants to perform this because he can do the changes in last screen and save it manually.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Aug 2010 14:41:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc-screen-display/m-p/7211893#M1522686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-17T14:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BDC screen display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc-screen-display/m-p/7211894#M1522687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might be able to do this with call transaction mode "E" and a BDC recording that is missing the final OK code for saving the stuff.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Aug 2010 14:57:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc-screen-display/m-p/7211894#M1522687</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2010-08-17T14:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BDC screen display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc-screen-display/m-p/7211895#M1522688</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;Solution given by Thomas Zloch is good, but i think better option could be getting the user input before calling to BDC. I mean in code before BDC starts.. you can open a popup window or call a screen where user will input the value &amp;amp; then you can consider this value while excecuting the BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will surely help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 07:10:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc-screen-display/m-p/7211895#M1522688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-18T07:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BDC screen display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc-screen-display/m-p/7211896#M1522689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas Solution worked here..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 07:16:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc-screen-display/m-p/7211896#M1522689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-18T07:16:46Z</dc:date>
    </item>
  </channel>
</rss>

