Byte Code

Result of generating an ABAP program using the ABAP Compiler. The statements in the byte code are connected to C functions. When the ABAP program is executed, the byte code is loaded into the PXA and interpreted by the ABAP runtime environment (Virtual Machine), which accesses the corresponding C functions.