2009 Jan 12 3:22 PM
I start ABAP now. My first report needs output. How can I print text like 'hello world' on screen?
2009 Jan 12 3:25 PM
This way the journey of learning ABAP would be tough..
Please read some material and then start..dont post questions like these..
In ur report :
WRITE 'Hello! World'.
and execute after activating...
I start ABAP now. My first report needs output. How can I print text like 'hello world' on screen?
2009 Jan 12 3:24 PM
2009 Jan 12 3:24 PM
Use write statement. Press F1 on Write statement to get help.
First of all, i would recommend you to read abap in 21 days book before you post questions here.
2009 Jan 12 3:25 PM
This way the journey of learning ABAP would be tough..
Please read some material and then start..dont post questions like these..
In ur report :
WRITE 'Hello! World'.
and execute after activating...
2009 Jan 12 3:26 PM
Hi,
You must first goto ABAP editor for which the transaction code is se38.
The code for printing 'Hello world' is:
WRITE 'Hello World'.
Hope this was useful.
Regards,
Deepthi.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |