Comments

Other topics

End of Line

Any text following a " character on the same line is commented out:

DATA ls_booking TYPE flightb. " Commented text

Full Line

The * character comments out an entire line. The * must be the first character in the line.

* DATA ls_booking TYPE flightb. Nothing on this line will be executed.

Contributors

Topic Id: 1644

Example Ids: 5313,5314

This site is not affiliated with any of the contributors.