SAP IPOW FUNCTION ABEXA



Get Example source ABAP code based on a different SAP table
  



ABAP_NUMFUNC - Integer Power Function ipow
This example demonstrates the integer power function ipow.

ABAP_SOURCE_CODE
DEMO CL_DEMO_IPOW

ABAP_DESCRIPTION
The class demonstrates that the integer power function ipow can be used to achieve more precise results than with the arithmetic operator **. In the cases shown here, the operator ** produces the calculation type f. If ipow is used, the calculation type is determined by the arguments arg1 and arg2.