ABAP Keyword Documentation → ABAP Glossary
byte code
Result of generating an ABAP program using ABAP Compiler. The statements in the byte code are associated with C functions. When the ABAP program is executed, the byte code is loaded into the PXA as the program Load and interpreted by the ABAP runtime environment (virtual machine), which accesses the associated C functions.