Subscribe

RSS Feed (xml)

Powered By

Powered by Blogger

SAP Hana Interview Questions and Answers

Wednesday, October 3, 2012

SAP ABAP: ADD Keyword Definition and syntax.

ADD for Single Fields Syntax

 
Using ADD keyword we can add two single fields. Please look on below syntax.
 
Syntax:
 
ADD <n> TO <m>.
The contents of <n> are added to the contents of <m>. The result is placed in <m>. Equivalent of
<m> = <m> + <n>.

No comments:

Post a Comment