Share this link via
Or copy link
ABAP Workbench:
SAP ABAP Workbench is a set of tools that can generate components of SAP applications. The important components of the workbench are
ABAP Editor,ABAP Dictionary,Screen Painter,Menu Painter,Function Builder,Form painter,Message class builder etc…
Open SQL: An abstraction of SQL syntax that is part of the ABAP language and which the ABAP runtime environment converts to native SQL that is appropriate for the database being used.
Internal Tables: Which holds collections of objects that are accessed using special language keywords or Open SQL.
This ABAP concept contrasts with the concept of typed arrays like in JAVA or C++.