Comments in SAP ABAP
1.Comments
are the non-executable statements these are used to improve the readability of
the program
2.If
we want to comment the entire line then we place * at the first character of
the line
*----------------------------------------
3.If
we want to comment the line we use “
Ex:
c = a + b “Adding a and b