SAP COMPUTE - Reference ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for COMPUTE

COMPUTE

ABAP Reference
ABAP Code Snippet


ABAP Syntax COMPUTE [EXACT] lhs =|?= rhs.

ABAP Code Snippet

What does it do? Obsolete: Assigns the value of a right side rhs to a left side lhs.

ABAP Addition EXACT
For certain arithmetic expressions on the right side, forces a lossless calculation without rounding.

Return to menu