SAP BYTECODE - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 OUT

byte code
Result of the generation of an ABAP program using the ABAP Compiler. The statements in the byte code are linked with C functions. When the ABAP program is executed, the byte code is loaded into the PXA as program Load and is interpreted by the ABAP runtime framework (virtual machine), whereby the associated C functions are called.