<?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 from Application server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-from-application-server/m-p/1833056#M354878</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for ur valuable replies&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Feb 2007 04:30:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-08T04:30:35Z</dc:date>
    <item>
      <title>BDC from Application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-from-application-server/m-p/1833050#M354872</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;  I got a question regarding BDC...&lt;/P&gt;&lt;P&gt;   why we need to open a file at application server? &lt;/P&gt;&lt;P&gt;   we use function module WS_UPLOAD to up load file form Presentation server then what is the requirement of loading the file from applicaiton server? can't we connect to the systme through network at application  server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mahesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2007 07:18:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-from-application-server/m-p/1833050#M354872</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-09T07:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: BDC from Application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-from-application-server/m-p/1833051#M354873</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;One reason,we cannot upload/download the file in presentation in background.&lt;/P&gt;&lt;P&gt;One more reason is once the file is downloaded in application server,people using differnt system[with permission] can see the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have to use open dataset,transfer and close dataset for uploading from application server.Use F1 help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2007 07:30:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-from-application-server/m-p/1833051#M354873</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2007-01-09T07:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: BDC from Application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-from-application-server/m-p/1833052#M354874</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;security is better on appl.server with unix/aix&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2007 07:42:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-from-application-server/m-p/1833052#M354874</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2007-01-09T07:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: BDC from Application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-from-application-server/m-p/1833053#M354875</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;Aside from security, the reason for having the file uploaded from the application server is file availability. This means that you could execute the upload in a background job as the file resides in the application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hoever, if the file resides in the presentation server (user's PC), you can not run WS_UPLOAD in background and SAP will trigger an error for this. The trigger is to prevent possible execution of the upload program when the presentation server is no longer available (user's PC is already disconnected from SAP).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Darwin V. Cabrillas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2007 08:01:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-from-application-server/m-p/1833053#M354875</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-09T08:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: BDC from Application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-from-application-server/m-p/1833054#M354876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all ur replies....but its still not much clear for me.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  First I ll tell You what I understood from ur reply is we have to open the file in Appl server because Presentation Server may not be availabgle all the time i.e. when the session get executed...is it true?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  One more thing to ask you is that...We can browse the file from any where in the network then why should we use diff technique to open the file in Appl Server ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; And one final thing is that is there any anathor technique to relatd to open a file in Database Server ?&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;    Awaiting for ur reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt; Mahesh Kumar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        mahesh kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2007 13:44:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-from-application-server/m-p/1833054#M354876</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-09T13:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: BDC from Application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-from-application-server/m-p/1833055#M354877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;the reason to have a file in application server is &lt;/P&gt;&lt;P&gt;1.security-no one can change ur file data.even super user cant change it.&lt;/P&gt;&lt;P&gt;2. if it is available in presentation server we can not access in the network,if it is at appl we can access it from any place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we can not store a file in database server.in that we can store our tables.&lt;/P&gt;&lt;P&gt;files are stored on either application or presentation server .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2007 11:08:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-from-application-server/m-p/1833055#M354877</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-18T11:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: BDC from Application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-from-application-server/m-p/1833056#M354878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for ur valuable replies&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2007 04:30:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-from-application-server/m-p/1833056#M354878</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-08T04:30:35Z</dc:date>
    </item>
  </channel>
</rss>

