2021 Apr 01 12:56 PM

I want list screen like this photo, but i only know using ALV
I should make list with WRITE statement
Please Help me ;_;
2021 Apr 01 12:58 PM
2021 Apr 01 1:03 PM
Hello jorie
You need to use the WRITE statement.
Here is SAP Help about it:
https://help.sap.com/doc/abapdocu_752_index_htm/7.52/en-US/abenabap_lists.htm
https://help.sap.com/doc/abapdocu_752_index_htm/7.52/en-US/abapwrite-.htm
And here is an example: https://www.trailsap.com/dev/abap/statements/?topic=command-write
Kind regards,2021 Apr 01 1:43 PM
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.
2021 Apr 02 10:43 AM