Showing posts with label Multitier client/server architecture. Show all posts
Showing posts with label Multitier client/server architecture. Show all posts
ABAP Development Workbench

ABAP Development Workbench

11:37 AM 0
ABAP/4 was SAP’s own fourth-generation programming language, and that was the name up to release 3.1. When release 4.0 was introduced, the name lost the 4 suffix and the language started to be known simply as ABAP. It is exactly the same language with several new technical improvements, mainly in the field of adding all the features that make a programming language object oriented. The name is taken from Advanced Business Application Programming Language and is the programming language used by SAP for the development of all standard business applications included within the R/3 suite.

On top of ABAP, SAP has designed a full-purpose development environment, known as the ABAP development workbench, which is integrated within the R/3 system and is available for customers to develop their own solutions and enhance or extend the capabilities of the existing applications.

The ABAP development workbench includes all tools necessary develop and design programs, screens, menus, and so forth. It also contains performance and debugging facilities. Central to the workbench is the ABAP object repository and the data dictionary.

The object repository stores all the development objects of the workbench: programs, dictionary data, dynpros (dynamic programs), and documentation. The repository is the key to managing and testing ongoing development.

The data dictionary contains the descriptions of the data structures used within programs. This is the metadata repository that includes table definitions, allowed values, and relationships between tables. Administartors should be very familiar with this SAP component since it is widely and extensively used. The ABAP data dictionary is covered in detail in next post.

As of version 3.0, the development workbench included the workbench organizer, the evolution of the correction system of previous releases. The organizer handles the transition of new developments and customizations into productive systems. Some of the available features are version management, programs modification control, and team project developments. The transport system handles the movement of development work from one system to another. For instance, migrations to new SAP releases are, in reality, massive objects transported from the systems at SAP to customers’ systems. This is a very important tool in the SAP System and is explained in next post.

Application Integration

The data from the different SAP functional applications are shared and integrated, building what is often known as an internal information highway. This integration can be seen as an implicit applications work flow.

One of the main benefits of the set of SAP applications is their capacity for creating a perfect integration between the different business processes of companies. It is that integration between applications is available to all areas of a company.

An accompanying feature that makes application integration stand out is the capacity of doing it in real time. This means that information is constantly updated, so when a manager request a report about the status of the financial statements. This avoids the difficulty of running end-of-period reports and programs from a traditional legacy system, which has to search and incorporate needed data from other applications before the run.


From the point of view of the business processes, the integration of the SAP R/3 application modules is represented using the tools available within the SAP R/3 Business Engineer. At the level of data models, tis integration can be accessed using the available functions included in the Data modeler.

Related Post :
SAP System - Open Technology

SAP System - Open Technology

11:28 AM 1
The key to SAP System success was the strategy of making open solutions, in which the applications can run on multiple operating systems, databases, and communication technologies. This enables customers to remain independent of a single vendor if they wish.

The list of current SAP-supported systems can be found also on the internet link form the information center for Technology infrastructure at www.sap.com/products/techno/index.htm. Select Platforms, then Hardware.

What basically makes systems open is the use of standard formats for data exchange, communication interfaces, and program-to-program communication. SAP extends the openness concept in several respects:

·         At the system level. Support for multiple hardware platforms and operating systems, such as all types of UNIX from main system vendors, Microsoft Windows. Support for a large number of graphical user interfaces (GUIs), such as for all windows flavors,Macintosh,Motif,Internet browsers, and so on. In 1999 SAP also announced support for the Linux operating system.
·         At the database level. SAP supports various relational database systems such as Oracle, Informix, Adabas D, DB2, and SQL Server. Access to the data managed by R/3 is possible using standard R/3 reports as well as any other SQL standard tool: ODBC,SQL,Browsers, And so on. SAP system has incorporated the standard ANSI-SQL as the Database Manipulation Language (DML), which allows users and programmers to store, view, and retrieve data to and from all different underlying database products.
·         At the application level. The system is open to be enhanced and extended to meet specific business requirements. The ABAP repository and the R/3 reference model enable users to understand the relationships and inner workings of R/3 systems and external programs invoke R/3 function modules via RFCs (Remote Function Calls) or RPCs (Remote Procedure Calls), or by using Business Application Program Interfaces (BAPIs). SAP offers the Remote Function Call Software Developer Kit (RFC SDK), a standard interface for customers and complementary software partners to carry out individual extensions to SAP Business applications that support the direct communication with the function modules of SAP.
·         At the desktop level. With the deployment of Microsoft OLE (Object Linking and Embedding) technology, R/3 enables desktop users to access SAP data and functions from many OLE client programs. With the introduction of SAP R/3 release 4.0 and especially with 4.5 and 4.6, SAP leveraged the concept of integration with PC Programs, mainly with the technology provided by ActiveX and Java.
·         At the external communication level:
o   SAP R/3 includes EDI (Electronic Data Interchange) interfaces to automate the exchange of data (invoices,orders,etc) between R/3 and other applications systems used by business Partners.
o   It also uses MAPI (Messaging Application Program Interface) technology, suporting standard X. 400 and SMTP protocols. These standards allow R/3 users to communicate with other mail systems and the internet.
o   Since release 3.1, with the incorporation of the BAPI technology, SAP has actively supported the new electronic commerce technology with the deployment of the internet, which allow business transactions to happen between internet users and R/3 systems.

o   Using development environments such as standard ANSI C, C++, Visual Studio, Java, Delphi or Visual Basic, Developer can integrate external applications with the SAP System. Exchanging information on the level of business objects.

Related Post :

Definition of SAP System

12:07 PM 0
From previous sections, it became clear what the use of this software system is and who decides to implement it : SAP R/3 controls business processes and manages esential company information. Enterprises needing those services implement this standard software.

To manage the complex business needs of companies, the R3 product family offers leading technology solution:

·         Multitier client/server architecture.
·         Based on middleware for supporting open systems technology.
·         Business Framework architecture, open to total integration with other components and applications, including the internet world. This is achived by the use of standard Business Application program interfaces (BAPIs).
·         Homogeneous user interface among applications.
·         Comprehensive development environment.
·         Total application integration.
·         Solution Sets for configuring the system.
·         Wide range of services including hotline support, training, consulting, quality checks, and so on.
·         Complete support for solving all the problems arising from the millenium change (Y2K) and the appearance of the new European currency, the euro.
sap-system-component
SAP System Component

The picture above shows the R3 components from a functional point of view. The overall SAP R3 system is represented by everything included inside the ellipse.

The lower layer is made of the operating system, physical database (whose software is included in the SAP kit), and the network. The middleware layer, which is above it, interfaces with the lower one and integrates the SAP R/3 applications on top of it. This middle layer is known as the basis system, as the basis system, and includes components such as the ABAP development workbench, the system administration tools, batch job handling, authorization and security management, and all cross-application modules.

ABAP/4 is a fourth-generation programing language that was used to develop all R/3 application modules. When releases 4.0 and 4.5 were introduced, and SAP’s strategy began to focus on object orientation, it was decided to rename the programming language to simply ABAP, abandoning the 4 in reference to fourth generation.

Middleware are the layered software components that facilitate the development of client/server applications that can be deployed in heterogeneous vendor platforms. The basis system, also known as the kernel, is the SAP R/3 middleware.

The upper layer, the functional layer, contains the different business applications: financial, human resources, sales and distribution, materials management, and so on. The integration of all applications relies on the basis system.


SAP defines client/server also from a business solution point of view: a technology concept that leverages computing power to link core business processes with software, trying together various functions, such as financials, human resources, sales and distribution, logistics, and manufacturing.

Related Post:

TopMenu

Powered by Blogger.

Awesome Video