Programming Tutorials

Sample Interview questions for SAP R/3(Part 1)

By: Issac in SAP Tutorials on 2008-11-08  

What guarantees the integration of all application modules?

The R/3 basis system guarantees the integration of all application modules. The R/3 basis s/w provides the run time environment for the R/3 applications ensures optimal integration, defines a stable architectural frame for system enhancements, and contains the administration tools for the entire system. One of the main tasks of the basis system is to guarantee the portability of the complete system.

What are the central interfaces of the R/3 system?

  • Presentation Interface.
  • Database Interface.
  • Operating system Interface.

Which interface controls what is shown on the desktop screen?

The Presentation Interface controls what is shown on the screen.

Which interface converts SQL requirements in the SAP development system to those of the database?

Database Interface converts them

What is SAP dispatcher?

SAP dispatcher is the control agent that manages the resources for the R/3 applications.

What are the functions of dispatcher?

  • Equal distribution of transaction load to the work processes.
  • Management of buffer areas in main memory.
  • Integration of the presentation levels.
    Organization of communication activities.

What is a work process?

A work process is where individual dialog steps are actually processed and the work is done. Each work process handles one type of request.

Name various work processes of R/3 system?

  • Dialog or Online (processes only one request at a time).
  • Background (Started at a specific time)
  • Update (primary or secondary)
  • Enque (Lock mechanism).
  • Spool (generated online or during back ground processing for printing).

Explain about the two services that are used to deal with communication.

  • Message Service: Used by the application servers to exchange short internal messages, all system communications.
  • Gateway Service: Enables communication between R/3 and external applications using CPI-C protocol.

Which work process triggers database changes?

Update work process.

Define service (within R/3)?

A service is a process or group of processes that perform a specific system function and often provide an application-programming interface for other processes to call.

What are the roll and page areas?

Roll and page areas are SAP R/3 buffers used to store user contexts (process requests). The SAP dispatcher assigns process requests to work processes as they are queued in the roll and page areas.

Paging area holds data from the application programs.

Roll area holds data from previous dialog steps and data that characterize the user.

What are the different layers in R/3 system?

  • Presentation Layer.
  • Application Layer.
  • Database Layer.

What are the phases of background processing?

  • Job Scheduling.
  • Job Processing.
  • Job Overview.

What components of the R/e system initiate the start of background jobs at the specified time?

The batch scheduler initiates the start of background job. The dispatcher then sends this request to an available background work process for processing.

Define Instance.

An instance is an administrative unit in which components of an R/3 systems providing one or more services are grouped together. The services offered by an instance are started and stopped at random. All components are parameterized using a joint instance profile. A central R/3 system consists of a single instance in which all-necessary SAP services are offered. Each instance uses separate buffer areas.

What are R/3 Basis configurations?

  • A central system with centrally installed presentation software.
  • Two-level client/server system with rolled out presentation software.
  • Two-level client/server system. Presentation and Application run on the same computer.
  • Three-level client/server system. Presentation, Application and database each run on separate computers.

What is a Service in SAP terminology?

A service refers to something offered by a s/w component.

What is Server in SAP terminology?

A component can consist of one process or a group and is then called the server for the respective service.

What is a client in SAP terminology?

A S/W component that uses the service (offered by a s/w component) is called a Client. At the same time these clients may also be servers for other services.

What is a SAP system?

The union of all s/w components that are assigned to the same databases is called as a SAP system.

What is the means of communications between R/3 and external applications?

The means of communication between R/2,R/3 and external applications is via the CPI-C handler or SAP Gateway, using the CPI-C Protocol.

What is the protocol used by SAP Gateway process?

The SAP Gateway process communicates with the clients based on the TCP/IP Protocol.

Expand CPI-C.

Common Program Interface Communication.






Add Comment

* Required information
1000

Comments

No comments yet. Be the first!

Most Viewed Articles (in SAP )

Latest Articles (in SAP)