sap-tutorials / Issues

Creative Commons Attribution 4.0 International
6 stars 4 forks source link

Create Your First ABAP Console Application #709

Closed marianfoo closed 1 year ago

marianfoo commented 1 year ago

https://developers.sap.com/tutorials/abap-environment-console-application.html#742a4005-c060-44e7-9012-39ef914d0a0d The Answer on the Test is wrong. The wrong answer saved here is : out->write('Hello SAP Cloud Platform ABAP Environment!'). The correct answer is: out->write( 'Hello SAP Cloud Platform ABAP Environment!' ).

Wrong whitespaces already mentioned here: https://github.com/sap-tutorials/Issues/issues/635

Also at Step 5 there is still a wrong statement: out->write('Hello World!'). without whitespaces.

MichaelCzcz commented 1 year ago

@marianfoo Thank you for your feedback. This repository is no longer used for posting issues. Please post future issues via the "Feedback" function in the top right area of the tutorial page.

image

marianfoo commented 1 year ago

https://github.com/sap-tutorials/Tutorials/issues/18858