Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Output in ABAP

Former Member
0 Likes
635

I start ABAP now. My first report needs output. How can I print text like 'hello world' on screen?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
604

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?

4 REPLIES 4
Read only

Former Member
0 Likes
604

Paint or crayon works best.

Read only

former_member191735
Active Contributor
0 Likes
604

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.

Read only

Former Member
0 Likes
605

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...

Read only

Former Member
0 Likes
604

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.