Register Login

Presentation and Application Servers in SAP

Updated May 18, 2018

What are presentation and application servers in SAP?

Presentation Server is actually a program named Sapgui.exe. It is usually installed on a user’s workstation.
Application Server is a set of executables that collectively interpret the ABAP/4 programs and manage the input & output for them.

In an ABAP/4 program how do you access data that exists on a presentation server v/s on an application server?

  • For presentation server use UPLOAD or WS_UPLOAD function modules.
  • For application server use OPEN DATASET, READ DATASET and CLOSE DATASET commands.

Describe the syntax and function of the AUTHORITY CHECK command?

Ans :- AUTHORITY – CHECK OBJECT


Comments

  • 16 Dec 2015 6:27 pm Shalesh Singh Visen Best Answer

    Presentation server is actually a program named Sapgui.exe. It is usually installed On a user’s workstation.

    Application server is a set of executables that collectively interpret the ABAP/4 Programs and manage the input & output for them.

     

  • 03 Jan 2009 10:27 am Guest Helpful Answer
    Des millers de PME/PMI/MULTI NATIONALES utilisent SAP avec succès. Pourquoi pas vous? Découvrez avec mon site comment utiliser SAP R3 et SAP ECC avec une documentation d'utilisation complète et téléchargeable au format PDF online ! Vous trouverez des guides de paramétrage, des guides fonctionnels, des exemples d'ABAP, des liens sur SAP sur les modules logistiques (MM PM SD QM), les IDOCS, l'administration,..

    Si vous recherchez un guide d'utilisation, un guide de paramétrage ou des documents, des liens utiles, des présentations sur SAP R/3 et ECC, si vous voulez en savoir plus sur SAP et l'ABAP, si vous voulez vous Initiatiez à SAP avec NetWeaver, mon site 100% gratuit est là pour vous aider.

    Discover how to use SAP R3 and SAP ECC with a comprehensive and downloadable documentation in PDF format! You'll find customizing guides, functional guides, examples of ABAP, ..

    The purpose of my personnal guides is to help you to understanding how to work SAP. If you search SAP Study Guides, Tutorials
    or docs (User manual SAP, User guide SAP or Operating instructions for SAP R3 and SAP ECC), my website 100% free can help you.

    --

    Mickael QUESNOT
    CONSULTANT SAP
    Formateur ERP au CESI
    Administrateur du site http://www.sharesap.com
    (Tutoriels SAP on line).

  • 16 Dec 2015 6:27 pm Shalesh Singh Visen Helpful Answer

    The application layer of an R/3 System is made up of the application servers and the message server. Application programs in an R/3 System are run on application servers. The application servers communicate with the presentation components, the database, and also with each other, using the message server.

  • 06 Jan 2009 9:52 am Banumathy Sankar
    An application sever is a set of executables that collectively interpret the ABAP/4 programs and manage the i/o for then. 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 u bring up the application server is defined in a single configuration fiel is called the application server profile.
    For Example: An application server profile specifies:
    * Number of processes and their types
    * Amount of memory each process may use
    * Length of time a user is inactive before being automatically logged off

    The presentation server is actually a program named sapgui.exe. It is usually installed on a user's workstation.
  • 04 May 2013 9:03 am Guest
    that's right!

×