*&---------------------------------------------------------------------* *& Report _LIB_BASIC_01_WRITE *& *&---------------------------------------------------------------------* *& Description: *& Demonstration of WRITE statement *& *& Technical description: *& - Hello World basic output using non-translatable technique *& *& More Information: *& - http://help.sap.com/saphelp_470/helpdata/en/9f/db9e2335c111d1829f0000e829fbfe/content.htm *& *&---------------------------------------------------------------------* *& Change log: *& Date Author Action *& *&---------------------------------------------------------------------* REPORT _LIB_BASIC_01_WRITE. *-----------------------------------* * DECLARATIONS *-----------------------------------* * MAIN LOGIC *------------------------* * Hello World " Non-translatable way " Output "Hello World" using hardcoded text " Output "Hello World" using hardcoded text in new line " Output "Hello World" using chained hardcoded text