SAP - SD
How to create Accounting Key in SAP: OV34
What is Accounting Key? A condition type writes its value to a key established in the...
SAP R/3 is a 3 tier architecture consisting of 3 layers
In simple words, it’s a client server architecture.
It's called front-end. Only the front-end is installed in the user's PC not the application/database servers.
Front-end takes the user's requests to database server and application servers.
Application Servers: - Application server is built to process business-logic. This workload is distributed among multiple application servers. With multiple application servers, the user can get the output more quickly.
Application server exists at a remote a location as compared to the location of the user PC.
Database Server: -Database server stores and retrieves data as per SQL queries generated by ABAP and Java applications.
Database and Application may exist on the same or different physical location.
The Application Layer consists of one or more application servers and a message server. Each application server contains a set of services used to run the R/3 System. Theoretically, you only need one application server to run an R/3 System. In practice, the services are distributed across more than one application server. The message server is responsible for communication between the application servers. It passes requests from one application server to another within the system. It also contains information about application server groups and the current load balancing within them. It uses this information to assign an appropriate server when a user logs onto the system.
The Database Layer consists of a central database system containing all of the data in the R/3 System. The database system has two components - the database management system (DBMS), and the database itself. SAP has manufactured its own database named Hana but is compatible with all major databases such as Oracle.All R/3 data is stored in the database. For example, the database contains the control and customizing data that determine how your R/3 System runs. It also contains the program code for your applications. Applications consist of program code, screen definitions, menus, function modules, and various other components. These are stored in a special section of the database called the R/3 Repository, and are accordingly called repository objects. R/3 repository, objects are used in ABAP workbench.
One more component is JCO. JCO is used to handle communication between java dispatcher and ABAP dispatcher when system is configured as ABAP+Java.
What is Accounting Key? A condition type writes its value to a key established in the...
We often emails along the line... "I have done XYZ degree and have ABC work experience. Could you...
What is SAP HANA Studio? SAP HANA Studio is an Eclipse based, integrated development environment (IDE) for...
Incoming inspection is generally called as Raw Material Inspection received against purchase order in...
In this tutorial, you will learn- GL Posting in SAP using Cost Center Post To Cost Center in SAP...
SAP-ABAP supports two types of programs - Report Program and Dialog Program. If your ABAP program...