<?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: skip screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-screen/m-p/3406325#M818042</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Run the BDC in No screen mode or in Background&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Feb 2008 06:06:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-20T06:06:55Z</dc:date>
    <item>
      <title>skip screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-screen/m-p/3406323#M818040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a code for uploading legacy Data into ztable using BDC,&lt;/P&gt;&lt;P&gt;in which i gave file path and file name as parameter and concatanate them into file name which asked for transfer. &lt;/P&gt;&lt;P&gt;my reqmt is, i want to skip that screen comes where we provide file path normaly. i.e. when i give file path n file name in parameter screen n click F8 it should get transfer directly w/o going to file transfer screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;point will be rewarded&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt; Gaurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 05:51:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-screen/m-p/3406323#M818040</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T05:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: skip screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-screen/m-p/3406324#M818041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gaurav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try deleting the code from BDC which calls the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can share the code  that would be fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 05:59:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-screen/m-p/3406324#M818041</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T05:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: skip screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-screen/m-p/3406325#M818042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Run the BDC in No screen mode or in Background&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 06:06:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-screen/m-p/3406325#M818042</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T06:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: skip screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-screen/m-p/3406326#M818043</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;&lt;/P&gt;&lt;P&gt;In &lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;call transaction 'tcode'  MODE 'N'.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 07:17:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-screen/m-p/3406326#M818043</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T07:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: skip screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-screen/m-p/3406327#M818044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use call transaction and run the BDC in No screen Mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION &amp;lt;TCODE&amp;gt; MODE 'N'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 08:53:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-screen/m-p/3406327#M818044</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T08:53:50Z</dc:date>
    </item>
  </channel>
</rss>

