SAP DIVIDE - Reference ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for DIVIDE

DIVIDE

ABAP Reference
ABAP Code Snippet


ABAP Syntax DIVIDE dobj1 BY dobj2.

ABAP Code Snippet

What does it do? Divides the content of dobj1 by the content of dobj2 and assigns the result dobj1.

Return to menu