SAP EML CALCULATOR ABEXA



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

ABAP_SOURCE_CODE
DEMO CL_DEMO_RAP_EML_U_CALCULATOR

ABAP_DESCRIPTION
Access with ABAP using EML
The above source code uses EML to access the RAP business object from an ABAP class.