[ABAP] Datentypen konvertieren / Konvertierungsoperator

DATA int TYPE i.

int = CONV i( sqrt( 10 ) ). " Datentyp f nach i konvertieren