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

How create list using write statement?

0 Likes
2,275

I want list screen like this photo, but i only know using ALV

I should make list with WRITE statement

Please Help me ;_;

4 REPLIES 4
Read only

Patrick_vN
Active Contributor
2,101

Have you checked the abap_docu on the WRITE statement?

Read only

MateuszAdamus
Active Contributor
Read only

former_member539238
Participant
0 Likes
2,101

There is a logic based on which you can create this. Use WRITE to write the data and then WRITE with newline character. You can check the ABAP Documentation or WRITE for the Newline characters. This has to be done for each row so looping is needed. That way you can get list processing.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
2,101

Did you look in online help with keywords such as 'Classic Lists' / 'Simple Lists' and then for statements such as WRITE