abap
*&---------------------------------------------------------------------**& Global Declarations*&---------------------------------------------------------------------*
PARAMETERS input(16) TYPE c DEFAULT 'Hello World'.
*&---------------------------------------------------------------------**& Processing Blocks Called By The Runtime Environment*&---------------------------------------------------------------------*
START-OF-SELECTION.WRITE 'The input was: '.WRITE input.
PARAMETERS input(16) TYPE c DEFAULT 'Hello World'.
*&---------------------------------------------------------------------**& Processing Blocks Called By The Runtime Environment*&---------------------------------------------------------------------*
START-OF-SELECTION.WRITE 'The input was: '.WRITE input.