SAP / SAP Beginner (0 to 2 yrs) Interview questions
What is ABAP?
ABAP (Advanced Business Application Programming) is SAP's proprietary programming language, used to write the business logic, reports, interfaces, and custom enhancements that run on SAP's application server. It's a high-level language specifically designed for building business applications, with built-in constructs for working directly with database tables and structured data.
REPORT z_hello_world. WRITE: 'Hello, World!'.
ABAP programs are stored and executed entirely within the SAP system itself — you write and test them
using SAP's own development tools (like the ABAP Editor, transaction SE38, or the more modern
ABAP Development Tools for Eclipse), rather than compiling and deploying them as standalone executables the
way you might with a general-purpose language.
More Related questions...