PROGRAM zhello_world. START-OF-SELECTION. WRITE 'Hello, World!'.
Instead of printing to the console, ABAP writes values to a list which will be displayed as soon as the main logic was executed.