/*ABAP V V101 Download ABAP Version 1.01 REPORT ZSEXAM01. ************************************************************************ * Simple Hello World example * * Also shows usage of formatting options as color settings * * or symbol display. * ************************************************************************ WRITE: / 'Hello World'. WRITE: / 'Hello World' COLOR COL_TOTAL. " changes color WRITE: / 'Hello World' COLOR COL_NEGATIVE. " changes color WRITE: / 'Hello World' COLOR COL_POSITIVE. " changes color