01 - Overview
01 - Overview
1
Copyright © 2012 SofOS, C.A. Reservados todos los derechos. 2
This unit introduces you to the structure of the mySAP Business Suite family of solutions. Furthermore,
you are given a first overview of the integration and technology patform SAP NetWeaver. Finally, we
will deal with SAP’s release strategy.
You can install two instances of a system or even of different systems on one server. When configuring
two systems (or their databases) on one server, you should ensure that the two systems are clearly
differentiated. If not, a conflict situation will eventually occur during the use of common resources (such
as program libraries), especially if one system is to be upgraded while the other is used with the same
release.
No SAP System IDs (SIDs) should be assigned more than once within a company. Performing a
meaningful data exchange with two systems with the same SID is very difficult (renaming the systems).
The three-character SID of the SAP system is always identical to the ID of the database used.
These components are currently the dispatcher, the work processes, the assigned main memory areas, and an
Internet CommUnication Manager (ICM), if one is configured.
An instance always has exactly one dispatcher. The start of an instance always begins with the start of the
associated dispatcher. A dispatcher requires a minimum of two dialog work processes. Otherwise it is not possible
to start it. Multiple dispatchers can be configured on one host, but must have different system (instance) numbers.
The default for the instance number of a dispatcher is 00. Port 3200 receives commUnication for this dispatcher. If
there are two instances on one machine, the port numbers 3200 and 3201 are usually assigned, and so on.
An instance is also called the application server in the software-oriented view of the client-server model. The
application server provides the rUntime environment for the business applications of the mySAP.com e-business
platform. The mySAP Technology application server is called the SAP Web Application Server (Web AS) and is
the Internet-oriented development of the previously used application server.
BC includes client/server architecture and configuration and a graphical user interface (GUI). In addition
to the interface between system elements. Also, BC components include a development environment for
SAP applications, and a data dictionary, as well as user and system administration and monitoring tools.
- Distributed presentation is a common configuration. The server manages the database and application
tasks. Presentation tasks are executed by SAP GUI.
•
- Two-tier configurations are usually implemented using special presentation servers that are responsible
solely for formatting the graphical interface. For example, many SAP users run SAP GUI processes.
•
- In a three-tier configuration, each layer runs on its own host. Many different application servers can
simultaneously work with the data of a database server.
The SAP GUI program connects the front end computer with SAP systems. Theoretically you can specify
the SAP system required at the command-line level when calling the SAP GUI; in practice, you never
need to do this. For starting SAP GUI, SAP provides another program: SAP Logon. When you call up
SAP Logon, it displays a list of SAP systems for which you can start the logonprocess. This list is taken
from a file on the front end: saplogon.ini. This file is usually centrally preconfigured and provided for end
users.
You can also use other buttons in the Performance Assistant dialog box to display information
on the selected field. One of the most important pieces of information, besides the link to the
context-sensitive Application Help, is the link to the Technical Information. Choose this to
display detailed information, such as the parameter ID assigned to the field. You can use
parameters to set defaults for frequently used input fields; to do this, the parameters are stored
with the desired values in the user master record.
You can choose F4 to display possible input values. You can also call up the F4 help for a field
using the button immediately to the right of the selected field. If a field contains a checkmark
symbol, you can only proceed to the next step in that application after entering a permitted
value (required entry). You can use transaction or screen variants, or Customizing to mark fields
as mandatory or optional, hidden or filled with hidden standard values.
The ABAP Dictionary provides a logical view on the application data and the organization of this data in
the underlying database system.
The ABAP Dictionary is an integrated and active data dictionary. Integration in this case means that the
ABAP Dictionary is completely embedded in the ABAP Development Workbench. Also, it is actives in
the run environment.
Repository objects are grouped together to form packages. Packages are containers for semantically
linked development objects (programs, tables, and so on). Packages are characterized by the properties
nesting, interfaces, visibility and use accesses. The ABAP Repository contains packages from all
software components.
An error correction that is not yet included in any Support Package is to be imported in accordance with a
SAP Note using the SAP Note Assistant.
Has its own set of user master data, application data, and Customizing based on a table key ranges. All
users must log into a specific client within an SAP System. Application data (master and transaction
data) belongs only to one specific client.
Clients 000 and 001 comes with SAP* and DDIC users by default. Client 066 only have
EARLYWATCH user.
Perform development, quality assurance and production activities in separate environments to ensure:
- Consistency of repository objects
- A secure and stable production environment
SAP systems in the same system landscape require unique system names.