SAP MULTIPLY - Reference ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for MULTIPLY

MULTIPLY

ABAP Reference
ABAP Code Snippet


ABAP Syntax MULTIPLY dobj1 BY dobj2.

ABAP Code Snippet

What does it do? Multiplies the content of dobj1 with the content of dobj2 and assigns the result to dobj1.

Return to menu