Video Lesson 1: SAP System Architecture and flow of a program

Video Lesson 1: SAP System Architecture and flow of a program

 

In this lesson you will learn how a simple dialog program is executed by the SAP NetWeaver Application Server.You will learn the architecture of the SAP NetWeaver Application Servers as well as the execution of ABAP programs.

System Architecture and ABAP program

The SAP Web Application Server has a modular architecture that follows the software-oriented client/server principle.

The lowest level is the database level. Here data is managed with the help of a relational database management system (RDBMS). This data includes, apart from application data, the programs and the metadata that the SAP System requires for self-management.

The ABAP programs run at the application server level, that is, both the
applications provided by SAP and the ones you develop yourself. The ABAP programs read data from the database, process the data, and possibly store data.

The third level is the presentation server level. This level contains the user interface where each user can access the program, enter new data, and receive the results of a work process.

Share this on Social Media

Facebook
Twitter
LinkedIn
Pinterest
WhatsApp

Unit 1 – SAP System Architecture

Unit 2 – Object Navigator, Repository and ABAP Programs

Unit 3 – Transparent tables in the ABAP Dictionary

Unit 4 – Basic ABAP statements, ABAP Structures and ABAP Logical Expressions

Unit 5 – ABAP Data Retrieval

Unit 6 – SAP Analysis Tools

Unit 7 – ABAP Subroutines

Unit 8 – ABAP Events

Unit 9 – ABAP User Interface

Unit 10 – Function Modules, Methods, ALV and BAPI

Unit 11 – Adjusting SAP Standard Software

Unit 12 – ABAP Debugger, Selection Screens, and Table Controls

Unit 13 – ABAP Web Dynpro

Unit 14 – Advanced Topics

Unit 15 – Advanced Topics II

Object Oriented (OO) ABAP

ABAP for SAP HANA (Introduction)

OData and SAP Netweaver Gateway