Back to Home
🌐 JP

1 / 11

What is ABAP?

ABAP (Advanced Business Application Programming) is a proprietary programming language developed by SAP. Most of SAP ERP is built in ABAP, and it is also used for add-on development and customization. ABAP has a COBOL-like syntax and is specifically designed for business application development.

ABAP programs run on the SAP Application Server. Source code is stored in the database and interpreted/executed by the ABAP runtime environment. ABAP has several program types including Reports, Module Pools, Function Modules, and Classes.

Quiz 1

ABAP is a proprietary programming language developed by SAP, and most of SAP ERP is built in ABAP.

Quiz 2

What does ABAP stand for?

Quiz 3

ABAP source code is stored as files on the file system.

Quiz 4

Which programming language is ABAP's syntax most similar to?

Quiz 5

Which ABAP program type is used for retrieving data via a selection screen and displaying it as a list?

Quiz 6

ABAP programs are executed directly on the client PC.