SAP ADD - Reference ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for ADD

ADD

ABAP Reference
ABAP Code Snippet


ABAP Syntax ADD dobj1 TO dobj2.

ABAP Code Snippet

What does it do? Adds the content of a numeric data object dobj1 to the content of a numeric data object dobj2 and assigns the result to dobj2.

Return to menu