<?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: diff appli and pres in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-appli-and-pres/m-p/1882192#M370373</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;from both servers u can upload. &lt;/P&gt;&lt;P&gt;if it is in application server, have to use DATASETS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HI sunil. Try to search in the forum for all u r doubts. it it won't solve u r problem then post it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards..&lt;/P&gt;&lt;P&gt;santhosh reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Jan 2007 07:18:11 GMT</pubDate>
    <dc:creator>SantoshKallem</dc:creator>
    <dc:date>2007-01-26T07:18:11Z</dc:date>
    <item>
      <title>diff appli and pres</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-appli-and-pres/m-p/1882187#M370368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the difference between application server and presentation server, which server is used in the BDC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2007 07:12:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-appli-and-pres/m-p/1882187#M370368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-26T07:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: diff appli and pres</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-appli-and-pres/m-p/1882188#M370369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use both the servers to upload the data for running BDC. The program always executes on application server and updates data in Database server of SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2007 07:14:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-appli-and-pres/m-p/1882188#M370369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-26T07:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: diff appli and pres</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-appli-and-pres/m-p/1882189#M370370</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;It does not matter from where you are passing your data onto to BDC as finally the contents within a internal table are finally used for processing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;presenation server would be your desktop from where you might me uploading ur data onto the internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;application server is SAP Memory where you have already uploaded your data from presentation server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We use application server in the cases where the user need not again upload the data from presenation server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can save the generated report (download) into the application server and we can hard code the path in case the program uses the same application server file always&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can view application server files using AL11 transaction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Award points if found helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2007 07:15:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-appli-and-pres/m-p/1882189#M370370</guid>
      <dc:creator>rahulkavuri</dc:creator>
      <dc:date>2007-01-26T07:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: diff appli and pres</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-appli-and-pres/m-p/1882190#M370371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;presentation server is the one which you see and feel and with which you interact by giving inputs and take outputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Application server is the one which is underlying the presentation server and all the programs and applications exist in this layer. It fetches data from the underlying database layer, processes it and presents it to the presentation layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if found useful...!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2007 07:16:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-appli-and-pres/m-p/1882190#M370371</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-26T07:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: diff appli and pres</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-appli-and-pres/m-p/1882191#M370372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use both servers as per the requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Presentation Server&lt;/P&gt;&lt;P&gt;The presentation server is actually a program named sapgui.exe. It is usually installed on a user's workstation. To start it, the user double-clicks on an icon on the desktop or chooses a menu path. When started, the presentation server displays the R/3 menus within a window. This window is commonly known as the SAPGUI, or the user interface (or simply, the interface). The interface accepts input from the user in the form of keystrokes, mouse-clicks, and function keys, and sends these requests to the application server to be processed. The application server sends the results back to the SAPGUI which then formats the output for display to the user. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Application Server&lt;/P&gt;&lt;P&gt;An application server is a set of executables that collectively interpret the ABAP/4 programs and manage the input and output for them. When an application server is started, these executables all start at the same time. When an application server is stopped, they all shut down together. The number of processes that start up when you bring up the application server is defined in a single configuration file called the application server profile. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each application server has a profile that specifies its characteristics when it starts up and while it is running. For example, an application sever profile specifies: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Number of processes and their types &lt;/P&gt;&lt;P&gt;Amount of memory each process may use &lt;/P&gt;&lt;P&gt;Length of time a user is inactive before being automatically logged off &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The application server exists to interpret ABAP/4 programs, and they only run there-the programs do not run on the presentation server. An ABAP/4 program can start an executable on the presentation server, but an ABAP/4 program cannot execute there. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your ABAP/4 program requests information from the database, the application server will format the request and send it to the database server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regds,&lt;/P&gt;&lt;P&gt;kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2007 07:18:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-appli-and-pres/m-p/1882191#M370372</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-26T07:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: diff appli and pres</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-appli-and-pres/m-p/1882192#M370373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;from both servers u can upload. &lt;/P&gt;&lt;P&gt;if it is in application server, have to use DATASETS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HI sunil. Try to search in the forum for all u r doubts. it it won't solve u r problem then post it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards..&lt;/P&gt;&lt;P&gt;santhosh reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2007 07:18:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-appli-and-pres/m-p/1882192#M370373</guid>
      <dc:creator>SantoshKallem</dc:creator>
      <dc:date>2007-01-26T07:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: diff appli and pres</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-appli-and-pres/m-p/1882193#M370374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use both the servers in BDC. if you are running the program in foreground, you can store your files on both application and presentaion server, but if you are running in background, then upload the file into application server only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if found useful...!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2007 07:18:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-appli-and-pres/m-p/1882193#M370374</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-26T07:18:12Z</dc:date>
    </item>
  </channel>
</rss>

