SAP -ABAP INSTITUTE IN VIJAYAWADA
ABAP is a programming language that runs in the SAP ABAP runtime environment, created and used by SAP for the development of application programs including:
- Reports
- Module Pool Programming
- Interfaces
- Forms
- Data conversions
- User Exits & BADI
All of R/3’s applications and even parts of its basis system were developed in ABAP.
ABAP is an event-driven programming language. User actions and system events control the execution of an application.
ABAP is also called ABAP/4. The “4” in ABAP/4 stands for “Fourth Generation Language” or 4GL.
- ABAP Editor is used to maintain programs.
- ABAP Dictionary is used to maintain Dictionary objects.
- Repository Browser is used to display a hierarchical structure of the components in a package.
- Menu Painter is used to develop graphical user interfaces including menu bars and toolbars.
- Screen Painter is used to maintain screen components for online programs.
- Repository Information System contains information about development and runtime objects, such as data models, dictionary types and table structures, programs, and functions.
- Test and Analysis Tools, such as the Syntax Check and the Debugger.
- Function Builder, which allows to create and maintain function groups and function modules.
- Data Modeler, a tool which supports graphical modeling.
- Workbench Organizer, which maintains multiple development projects and manages their distribution.
Comments
Post a Comment