Commenting in ABAP/4
In ABAP/4, we have 2 formatting for comment:
- Line Comment: If you want to comment whole line, you can put * sign in front of the line.
Example:
* Comment Line
WRITE: This is the example for commenting. - Partial Line Comment: If you want to comment partail of line, you can put " sign in front of the comment text
Example:
WRITE: This is the example for commenting. "Comment Line
- thitima's blog
- 1309 reads
Post new comment