Get Example source ABAP code based on a different SAP table
ABAP_EML - RAP Calculator This example demonstrates a calculator that is implemented in a RAP context using a simple managed RAP BO. Here, a create operation with an ABAP_EML MODIFY ENTITY> statement takes up user input - numbers and an arithmetic operator - on whose basis a calculation is done. The RAP BO is draft-enabled which does not play a role in this example. See the following related example for more information: ABAP EML in Use: Managed, Draft-Enabled RAP BO with Late Numbering>